-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
3
-
c(3x10^8)-StorEng - 2023-11-14, 2023-11-28 - Anthill Tiger
After WT-11671, tests like csuite-wt8246-compact-rts-data-correctness-test disappeared from the build variant ! Ubuntu 20.04 but still appear in the ! Ubuntu 20.04 MSAN one.
The impacted tests have the following field LABEL "long_running" in the associated CMake file.
This seems to be because of the following changes:
# Start of csuite test tasks - name: csuite-tests-pull-request tags: ["pull_request"] commands: - func: "get project" - func: "compile wiredtiger" - func: "make check directory" vars: directory: test/csuite extra_args: -LE "long_running" -j ${num_jobs}
We should have a task that filters out everything but the long-running ones as well for the build variant without sanitizers.