From 3d4ed3992917ca369a78faeabcddcef228b5abe5 Mon Sep 17 00:00:00 2001 From: Vinh Date: Sun, 8 Dec 2024 15:58:42 -0800 Subject: [PATCH] add pending place holder --- core/taskengine/executor_test.go | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/core/taskengine/executor_test.go b/core/taskengine/executor_test.go index 8c2b867..0090790 100644 --- a/core/taskengine/executor_test.go +++ b/core/taskengine/executor_test.go @@ -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") +}