Skip to content

Commit

Permalink
refactor(task): Move task out of runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Sep 18, 2024
1 parent ebb74e0 commit 5a49df8
Show file tree
Hide file tree
Showing 256 changed files with 875 additions and 681 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint_and_test_cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ jobs:
- dsn.rep_tests.simple_kv
- dsn_runtime_tests
- dsn_security_tests
- dsn_task_tests
- dsn_utils_tests
- dsn.zookeeper.tests
# TODO(yingchun): Disable it because we find it's too flaky, we will re-enable it after
Expand Down Expand Up @@ -251,6 +252,7 @@ jobs:
- dsn.rep_tests.simple_kv
- dsn_runtime_tests
- dsn_security_tests
- dsn_task_tests
- dsn_utils_tests
- dsn.zookeeper.tests
# TODO(yingchun): Disable it because we find it's too flaky, we will re-enable it after
Expand Down Expand Up @@ -340,6 +342,7 @@ jobs:
# - dsn.rep_tests.simple_kv
# - dsn_runtime_tests
# - dsn_security_tests
# - dsn_task_tests
# - dsn_utils_tests
# - dsn.zookeeper.tests
# - partition_split_test
Expand Down
Loading

0 comments on commit 5a49df8

Please sign in to comment.