You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by chenliang613 <gi...@git.apache.org> on 2018/01/17 10:02:53 UTC

[GitHub] carbondata pull request #1800: [HOTFIX] Fix concurrent testcase random failu...

Github user chenliang613 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1800#discussion_r162003508
  
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/iud/IUDConcurrentTest.scala ---
    @@ -73,34 +85,50 @@ class IUDConcurrentTest extends QueryTest with BeforeAndAfterAll {
         dropTable()
       }
     
    +  override def beforeEach(): Unit = {
    +    Global.compactionRunning = false
    --- End diff --
    
    Please change compactionRunning  to insertoverwriteRunning


---