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
---