-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Lint
-
None
-
Storage Engines - Foundations
-
None
-
None
On the mongodb-v8.2 branch, s_test_suite_no_executable }}passes normally but fails when run in fast mode. This is unexpected behviour, as {{s_fast }}should only perform a subset of the checks done by {{{}s_all.
(venv) ubuntu in ~/wiredtiger on (mongodb-v8.2) $ ./dist/s_fast dist/s_all run started... dist/s_all running in fast mode... ######### s_all run of: s_test_suite_no_executable resulted in: The following files should not be executable: test/suite/test_prepare_hs01.py test/suite/test_rollback_to_stable08.py test/suite/test_rollback_to_stable01.py ######### dist/s_all run finished. Error? 1 Fatal errors reported by: s_test_suite_no_executable (venv) ubuntu in ~/wiredtiger on (mongodb-v8.2) $ ./dist/s_all dist/s_all run started... dist/s_all run finished. Error? 0
This ticket is to investigate why this happens. to see if there are other branches with this problem, and resolve the inconsistency between s_all }}and {{{}s_fast.