This is an automated email from the ASF dual-hosted git repository.

lynwee pushed a commit to branch exp-9
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/exp-9 by this push:
     new 2ca6aeddf test(plugins): add some test data
2ca6aeddf is described below

commit 2ca6aeddf2165d922455efa4f89205fdf62da16f
Author: d4x1 <1507509...@qq.com>
AuthorDate: Wed Aug 28 18:19:16 2024 +0800

    test(plugins): add some test data
---
 backend/core/runner/run_task.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/backend/core/runner/run_task.go b/backend/core/runner/run_task.go
index fca7ed3d3..7d76591e2 100644
--- a/backend/core/runner/run_task.go
+++ b/backend/core/runner/run_task.go
@@ -293,6 +293,7 @@ func RunPluginSubTasksParallel(
                g := new(errgroup.Group)
                for _, commonSubTasks := range parallelTasks {
                        subTasks, subTaskCtxs, err := 
getRunnableSubtaskMetas(taskCtx, commonSubTasks)
+                       basicRes.GetLogger().Info("run tasks: %+v", subTasks)
                        g.Go(func() error {
                                defer func() {
                                        if panicErr := recover(); err != nil {

Reply via email to