-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Test that are using the isSlowBuild helper will not be executed when debug is enabled or optimizations are disabled. This means that they will not actually run when executed locally (not in evergreen) using the default bazel compile configuration (fastbuild -> debug enabled).
This is very confusing, in fact if a test fail in evergreen and then a developer try to reproduce it locally using the same resmoke flags (e.g. same suites and same feature flag) the test will simply print a log message and then exit without failing.
We should find a way to make the test always run locally or at least fail explicitly when run locally in debug builds.