Skip to content

Commit

Permalink
add pending place holder
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Dec 8, 2024
1 parent 6f34a3a commit 3d4ed39
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions core/taskengine/executor_test.go
Original file line number Diff line number Diff line change
@@ -1,27 +1,7 @@
package taskengine

// func testtaskexecutorappendlog(t *testing.t) {
//nodes := []*avsproto.tasknode{
// &avsproto.tasknode{
// id: "123",
// name: "httpnode",
// tasktype: &avsproto.tasknode_restapi{
// restapi: &avsproto.restapinode{
// url: "https://webhook.site/15431497-2b59-4000-97ee-245fef272967",
// method: "post",
// body: "a=123",
// },
// },
// },
// }
//
// edges := []*avsproto.taskedge{
// &avsproto.taskedge{
// id: "e1",
// source: "__trigger__",
// target: "123",
// },
// }
//
// task := avsproto.task
//}
import "fmt"

func TestExecutorAppendLog(t *testing.t) {
fmt.Println("Pending impl")
}

0 comments on commit 3d4ed39

Please sign in to comment.