Retry for queries related to schema modifications in CI (#849)
* Retry and wait job finish * cleanup lookup test wait time * Fix test failures * Drop unused spaces * Cleanup wait tag edge indexes ready function * Fix cases * Drop the created spaces * Result should not contains * Fix contains steps * Rename include to contains * Use more threads to run tests * Fix typo * Address ding's comments * Rename to cmpType * Try to replace wait
Showing
- .github/workflows/package.yml 1 addition, 1 deletion.github/workflows/package.yml
- .github/workflows/pull_request.yml 3 additions, 3 deletions.github/workflows/pull_request.yml
- tests/Makefile 1 addition, 1 deletiontests/Makefile
- tests/common/comparator.py 22 additions, 10 deletionstests/common/comparator.py
- tests/common/types.py 3 additions, 0 deletionstests/common/types.py
- tests/common/utils.py 54 additions, 20 deletionstests/common/utils.py
- tests/tck/conftest.py 122 additions, 27 deletionstests/tck/conftest.py
- tests/tck/features/bugfix/MatchReturnEmptyTag.feature 3 additions, 1 deletiontests/tck/features/bugfix/MatchReturnEmptyTag.feature
- tests/tck/features/delete/DeleteEdge.IntVid.feature 25 additions, 21 deletionstests/tck/features/delete/DeleteEdge.IntVid.feature
- tests/tck/features/delete/DeleteEdge.feature 25 additions, 19 deletionstests/tck/features/delete/DeleteEdge.feature
- tests/tck/features/delete/DeleteVertex.IntVid.feature 1 addition, 3 deletionstests/tck/features/delete/DeleteVertex.IntVid.feature
- tests/tck/features/fetch/FetchEmpty.feature 3 additions, 2 deletionstests/tck/features/fetch/FetchEmpty.feature
- tests/tck/features/index/Index.IntVid.feature 28 additions, 40 deletionstests/tck/features/index/Index.IntVid.feature
- tests/tck/features/index/Index.feature 52 additions, 66 deletionstests/tck/features/index/Index.feature
- tests/tck/features/insert/Insert.IntVid.feature 33 additions, 20 deletionstests/tck/features/insert/Insert.IntVid.feature
- tests/tck/features/insert/Insert.feature 31 additions, 30 deletionstests/tck/features/insert/Insert.feature
- tests/tck/features/lookup/ByIndex.feature 12 additions, 21 deletionstests/tck/features/lookup/ByIndex.feature
- tests/tck/features/lookup/ByIndex.intVid.feature 12 additions, 22 deletionstests/tck/features/lookup/ByIndex.intVid.feature
- tests/tck/features/lookup/LookUp.IntVid.feature 70 additions, 58 deletionstests/tck/features/lookup/LookUp.IntVid.feature
- tests/tck/features/lookup/LookUp.feature 60 additions, 47 deletionstests/tck/features/lookup/LookUp.feature
Please register or sign in to comment