vinothchandar commented on a change in pull request #692: HUDI-70 : Making 
DeltaStreamer run in continuous mode with concurrent compaction
URL: https://github.com/apache/incubator-hudi/pull/692#discussion_r292151542
 
 

 ##########
 File path: hoodie-spark/src/test/scala/DataSourceTest.scala
 ##########
 @@ -227,7 +227,7 @@ class DataSourceTest extends AssertionsForJUnit {
     val f2 = Future {
       inputDF1.write.mode(SaveMode.Append).json(sourcePath)
       // wait for spark streaming to process one microbatch
-      Thread.sleep(3000)
+      Thread.sleep(10000)
 
 Review comment:
   the test is currently disabled? what does 10s specifically fix? I think this 
test is better written as a - poll for commits to show up, with a large timeout 
value like 1 minute.. then it ll only fail if even a large timeout does not 
help it pass

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to