-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
DevProd Build
-
Fully Compatible
-
ALL
-
None
-
3
-
Hour
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As an example, the target //src/mongo/db/s:db_s_shard_server_test_with_debug has a "code_coverage_quarantine" tag, which is filtered out of "bazel coverage" runs.
However, that tags gets transformed and the test runs anyway:
$ bazel query //src/mongo/db/s:db_s_shard_server_test_with_debug --output build | grep quarantine tags = ["code_coverage_quarantine_SERVER-98847_debug", "code_coverage_quarantine_debug", "intermediate_debug", "mongo_unittest_debug", "mongo_unittest_fourth_group_debug"],
- related to
-
SERVER-98847 Fix db_s_shard_server_test state mismatch issue in Bazel Sandbox
-
- Backlog
-
-
SERVER-99431 Enable failures for the bazel coverage task
-
- Closed
-