Skip to content

Commit 49feab7

Browse files
Automated go/ktf Flaggerjenkins
Automated go/ktf Flagger
authored and
jenkins
committed
The test target "finagle/finagle-memcached/src/test/scala:scala" is failing too often in master in CI.
Summary: Problem: The test target "finagle/finagle-memcached/src/test/scala:scala" is failing too often in master in CI. Logs available here: Known to fail ticket: [CSL-12419](https://jira.twitter.biz/browse/CSL-12419) 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: O857 source:/finagle/finagle-memcached/! Subscribers: O46740 source:/finagle/finagle-memcached/ 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/D1184022 TBR=true
1 parent 749289a commit 49feab7

File tree

1 file changed

+4
-1
lines changed
  • finagle-memcached/src/test/scala

1 file changed

+4
-1
lines changed

finagle-memcached/src/test/scala/BUILD

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ junit_tests(
2525
sources = ["**/*.scala"] + exclude_globs(EXTERNAL_SOURCES),
2626
compiler_option_sets = ["fatal_warnings"],
2727
platform = "java8",
28-
tags = ["bazel-compatible"],
28+
tags = [
29+
"bazel-compatible",
30+
"known-to-fail-jira:CSL-12419",
31+
],
2932
dependencies = [
3033
":external",
3134
"3rdparty/jvm/com/fasterxml/jackson/core:jackson-databind",

0 commit comments

Comments
 (0)