- nebula 版本:最新版
FAILED tck/steps/test_tck.py::test_indextest_rebuildedgeindexstatusinfo - AssertionError: Fail to finish job 453
FAILED tck/steps/test_tck.py::test_indextest_rebuild_all_tag_indexes_by_empty_input - AssertionError: Fail to finish job 456
FAILED tck/steps/test_tck.py::test_indextest_rebuild_all_tag_indexes_by_multi_input - AssertionError: Fail to finish job 458
FAILED tck/steps/test_tck.py::test_indextest_rebuild_all_edge_indexes_by_empty_input - AssertionError: Fail to finish job 460
FAILED tck/steps/test_tck.py::test_indextest_rebuild_all_edge_indexes_by_multi_input - AssertionError: Fail to finish job 462
FAILED tck/steps/test_tck.py::test_indextest_rebuild_tag_index_with_old_schema_version_value - AssertionError: Fail to finis…
FAILED tck/steps/test_tck.py::test_edge_with_complex_relational_in_filter - AssertionError: Fail to finish job 525
FAILED tck/steps/test_tck.py::test_tag_with_complex_relational_in_filter - AssertionError: Fail to finish job 531
FAILED tck/steps/test_tck.py::test_exists_with_dynamic_map_in_match - AssertionError: Fail to finish job 538
FAILED tck/steps/test_tck.py::test_test_tag_index_from_pytest - AssertionError: Fail to finish job 661
FAILED tck/steps/test_tck.py::test_test_edge_index_from_pytest - AssertionError: Fail to finish job 663
运行tck测试的时候经常会遇到index测试都失败的场景,我的解决方法是随便use一个space然后stop掉某个job,其他job就能完成,然后make fail就能通过测试。
问题是,space太多了,而且都是emptyGraphXXX的命名方式,很多时候都找不到哪个space有queue状态的job。
建议错误提示里加上space的名字,这样可以快速定位问题。
另外,请教一下,怎么可以只运行某个特定的feature。

,很难实时发现有case失败了。我的意思其实是,报错的时候把这个错误所在的space也打印出来,这样我就知道哪个space有job还没stop,我直接use这个space就行了,不用一个个找哪个space还有没完成的job 