Skip to content

Commit 90d3540

Browse files
author
mariobriggs
committed
Fixed tests related to Duration columns rename in 'Batch Detail window'
1 parent 359c6cf commit 90d3540

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

streaming/src/test/scala/org/apache/spark/streaming/UISeleniumSuite.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ class UISeleniumSuite
143143
summaryText should contain ("Total delay:")
144144

145145
findAll(cssSelector("""#batch-job-table th""")).map(_.text).toSeq should be {
146-
List("Output Op Id", "Description", "Duration", "Status", "Job Id", "Duration",
147-
"Stages: Succeeded/Total", "Tasks (for all stages): Succeeded/Total", "Error")
146+
List("Output Op Id", "Description", "Output Op Duration", "Status", "Job Id",
147+
"Job Duration", "Stages: Succeeded/Total", "Tasks (for all stages): Succeeded/Total",
148+
"Error")
148149
}
149150

150151
// Check we have 2 output op ids

0 commit comments

Comments
 (0)