Skip to content

Commit

Permalink
test: update test-run
Browse files Browse the repository at this point in the history
Store *.reject files in ${BUILD}/test/var/rejects/<...>/ instead of
${SOURCE}/test/<...>/.

The past approach leads to problems with testing, when the out of source
build is used and sources are on a read-only filesystem. The main
problem is when a test fails, but it is marked as fragile and should be
run again. The test fail assumes storing of the .reject file and the
testing fails on attempt to write to the read-only filesystem. The
re-run is not performed so.

Side effect for the in-source build: since the test/var/ directory is
gitignored, the *.reject files will not shown in `git status` output
anymore.

tarantool/test-run#209

Follows up #4874
  • Loading branch information
Totktonada committed Oct 30, 2020
1 parent 14bf2fd commit 8a0d45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-run
Submodule test-run updated 2 files
+3 −2 README.md
+5 −1 lib/test.py

0 comments on commit 8a0d45f

Please sign in to comment.