-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
3
-
Storage Engines 2019-06-17
When calling the random_abort/smoke.sh through "make check" under "build_posix" directory, the top_builddir variable setting becomes inappropriate and caused test program not found failure.
http://build.wiredtiger.com:8080/job/wiredtiger-test-check-long/1209/
+ cd build_posix + '[' -e /usr/local/lib/libeatmydata.so ']' + TESTUTIL_ENABLE_LONG_TESTS=1 + make check VERBOSE=1 (...) + cd test/csuite + ../../../test/csuite/random_abort/smoke.sh ../../../test/csuite/random_abort/smoke.sh: 12: ../../../test/csuite/random_abort/smoke.sh: ../../build_posix/test/csuite/test_random_abort: not found Build step 'Execute shell' marked build as failure
- is caused by
-
WT-4852 Evergreen runs of test/format require shared library extensions
- Closed