Skip to content

Commit

Permalink
minor updates to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumedh Wale committed Nov 2, 2018
1 parent 872bd8b commit ce7fac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ColumnUpdateDeleteTest extends ColumnTablesTestBase {
stopAll()
}

override protected def newSparkConf(addOn: (SparkConf) => SparkConf): SparkConf = {
override protected def newSparkConf(addOn: SparkConf => SparkConf): SparkConf = {
val conf = new SparkConf()
conf.setIfMissing("spark.master", "local[*]")
.setAppName(getClass.getName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ object ColumnUpdateDeleteTests extends Assertions with Logging {
DistributedTestBase.invokeInEveryVM(avoidRollover)
avoidRollover.run()

for (_ <- 1 to 10000) {
for (_ <- 1 to 3) {
testConcurrentOpsIter(session)

session.sql("truncate table updateTable")
Expand Down

0 comments on commit ce7fac9

Please sign in to comment.