Skip to content

Commit d4d5877

Browse files
committed
Drop remove reason stats check to make the test less flaky
1 parent 9553ed7 commit d4d5877

File tree

1 file changed

+1
-3
lines changed
  • resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest

1 file changed

+1
-3
lines changed

resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/DecommissionSuite.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ private[spark] trait DecommissionSuite { k8sSuite: KubernetesSuite =>
134134
mainClass = "",
135135
expectedDriverLogOnCompletion = Seq(
136136
"Finished waiting, stopping Spark",
137-
"Decommission executors",
138-
"Remove reason statistics: (gracefully decommissioned: 1, decommision unfinished: 0, " +
139-
"driver killed: 0, unexpectedly exited: 0)."),
137+
"Decommission executors"),
140138
appArgs = Array.empty[String],
141139
driverPodChecker = doBasicDriverPyPodCheck,
142140
executorPodChecker = checkFirstExecutorPodGetsLabeled,

0 commit comments

Comments
 (0)