Check address sanitizer in github action (#532)
* Check address sanitizer in github action * Add some descriptions when memory leak * Split steps of pytest and sanitizer * Show ccache stats * Increase ccache max size * restore git info sha changes * check all stderr log * Split tck and general test cases for speeding up time-cost * Support output feature file location * Fix tck parallelism error * Change build type for sanitizer
Showing
- .github/workflows/pull_request.yml 24 additions, 6 deletions.github/workflows/pull_request.yml
- .gitignore 0 additions, 3 deletions.gitignore
- tests/.gitignore 6 additions, 0 deletionstests/.gitignore
- tests/Makefile 11 additions, 2 deletionstests/Makefile
- tests/common/dataset_printer.py 10 additions, 7 deletionstests/common/dataset_printer.py
- tests/common/types.py 6 additions, 3 deletionstests/common/types.py
- tests/tck/conftest.py 47 additions, 18 deletionstests/tck/conftest.py
- tests/tck/features/delete/DeleteEdge.IntVid.feature 0 additions, 1 deletiontests/tck/features/delete/DeleteEdge.IntVid.feature
- tests/tck/features/delete/DeleteEdge.feature 0 additions, 1 deletiontests/tck/features/delete/DeleteEdge.feature
- tests/tck/features/delete/DeleteVertex.IntVid.feature 0 additions, 1 deletiontests/tck/features/delete/DeleteVertex.IntVid.feature
- tests/tck/features/delete/DeleteVertex.feature 0 additions, 1 deletiontests/tck/features/delete/DeleteVertex.feature
- tests/tck/features/insert/Insert.IntVid.feature 0 additions, 1 deletiontests/tck/features/insert/Insert.IntVid.feature
- tests/tck/features/insert/Insert.feature 0 additions, 1 deletiontests/tck/features/insert/Insert.feature
- tests/tck/features/update/Update.IntVid.feature 0 additions, 1 deletiontests/tck/features/update/Update.IntVid.feature
- tests/tck/features/update/Update.feature 0 additions, 1 deletiontests/tck/features/update/Update.feature
Please register or sign in to comment