Skip to content

Commit

Permalink
[FLINK-3656] [table] Reduce number of ITCases
Browse files Browse the repository at this point in the history
This closes apache#2563.
  • Loading branch information
twalthr committed Sep 29, 2016
1 parent 9090291 commit 62d4af8
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,7 @@ object TableProgramsTestBase {
}

@Parameterized.Parameters(name = "Execution mode = {0}, Table config = {1}")
def tableConfigs(): util.Collection[Array[java.lang.Object]] = {
Seq(
// TODO more tests in cluster mode?
Array[AnyRef](TestExecutionMode.CLUSTER, TableConfigMode.DEFAULT),
Array[AnyRef](TestExecutionMode.COLLECTION, TableConfigMode.DEFAULT),
Array[AnyRef](TestExecutionMode.COLLECTION, TableConfigMode.NULL),
Array[AnyRef](TestExecutionMode.COLLECTION, TableConfigMode.EFFICIENT)
)
def parameters(): util.Collection[Array[java.lang.Object]] = {
Seq[Array[AnyRef]](Array(TestExecutionMode.COLLECTION, TableConfigMode.DEFAULT))
}
}

0 comments on commit 62d4af8

Please sign in to comment.