Fix cluster action (#374)
* Fix cluster action * add TTL for job * Add backoffLimit for job * Fix compile error and cleanup * Restore test cases * Restore
Showing
- .github/workflows/pull_request.yml 1 addition, 1 deletion.github/workflows/pull_request.yml
- ci/nebula-test-job.yml 4 additions, 1 deletionci/nebula-test-job.yml
- ci/test-k8s-cluster.sh 6 additions, 1 deletionci/test-k8s-cluster.sh
- tests/common/utils.py 8 additions, 2 deletionstests/common/utils.py
- tests/query/v1/test_fetch_edges.py 2 additions, 6 deletionstests/query/v1/test_fetch_edges.py
- tests/query/v1/test_fetch_empty.py 0 additions, 1 deletiontests/query/v1/test_fetch_empty.py
- tests/query/v1/test_fetch_vertex.py 2 additions, 6 deletionstests/query/v1/test_fetch_vertex.py
- tests/query/v1/test_go.py 202 additions, 204 deletionstests/query/v1/test_go.py
- tests/query/v1/test_groupby.py 19 additions, 24 deletionstests/query/v1/test_groupby.py
- tests/query/v1/test_orderby.py 2 additions, 4 deletionstests/query/v1/test_orderby.py
- tests/query/v1/test_set.py 0 additions, 1 deletiontests/query/v1/test_set.py
- tests/query/v1/test_yield.py 0 additions, 2 deletionstests/query/v1/test_yield.py
- tests/query/v2/conftest.py 1 addition, 8 deletionstests/query/v2/conftest.py
- tests/query/v2/test_in_not_in.py 53 additions, 57 deletionstests/query/v2/test_in_not_in.py
- tests/query/v2/test_label_expr.py 0 additions, 1 deletiontests/query/v2/test_label_expr.py
- tests/query/v2/test_starts_ends_with.py 90 additions, 92 deletionstests/query/v2/test_starts_ends_with.py
Please register or sign in to comment