Skip to content

Commit 4bdb6b5

Browse files
Automated go/ktf Flaggerjenkins
authored andcommitted
The test target "//finatra/mysql-client/src/test/scala/com/twitter/finatra/mysql/util/tests:tests" is failing too often in master in CI.
Summary: Problem: The test target "//finatra/mysql-client/src/test/scala/com/twitter/finatra/mysql/util/tests:tests" is failing too often in master in CI. Logs available here: Known to fail ticket: [CSL-12423](https://jira.twitter.biz/browse/CSL-12423) Solution: It has been marked "known-to-fail" in the BUILD file Result: This will cause it to be skipped in future builds, and its failures ignored in submit queue. This implies that code changes that further break this test will not be prevented from being submitted to the master branch, until the problem is fixed and the test is no longer marked known-to-fail. Reviewers: O890 source:/finatra/! JIRA Roadmap Project: <JIRA key, e.g. IOS-1234> If providing a value, remove everything except the JIRA key. Leave this field unchanged to complete later in the UI. Change Classification: Select one of the following: roadmap-project, non-roadmap-project . You may also leave this field unmodified to complete later in the UI. Differential Revision: https://phabricator.twitter.biz/D1213149 TBR=true
1 parent 30f6272 commit 4bdb6b5

File tree

1 file changed

+4
-1
lines changed
  • mysql-client/src/test/scala/com/twitter/finatra/mysql/util/tests

1 file changed

+4
-1
lines changed

mysql-client/src/test/scala/com/twitter/finatra/mysql/util/tests/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ junit_tests(
33
compiler_option_sets = ["fatal_warnings"],
44
runtime_platform = "java11",
55
strict_deps = True,
6-
tags = ["bazel-compatible"],
6+
tags = [
7+
"bazel-compatible",
8+
"known-to-fail-jira:CSL-12423",
9+
],
710
dependencies = [
811
"finagle/finagle-core/src/main",
912
"finagle/finagle-mysql/src/main/scala",

0 commit comments

Comments
 (0)