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

[GitHub] carbondata issue #2012: [CARBONDATA-2216][Test] Fix bugs in sdv tests

Github user xuchuanyin commented on the issue:

    https://github.com/apache/carbondata/pull/2012
  
    @ravipesala The sdvtest complains that 
    ```
    Error Message
    2 did not equal 1
    Stacktrace
          org.scalatest.exceptions.TestFailedException: 2 did not equal 1
          at org.scalatest.Assertions$class.newAssertionFailedException(Assertions.scala:500)
          at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:1555)
          at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:466)
          at org.apache.carbondata.cluster.sdv.generated.MergeIndexTestCase$$anonfun$3.apply$mcV$sp(MergeIndexTestCase.scala:97)
    ```
    But actually I cloned the `sdv-test_data` branch in your repo and tested it in local, the dataloading only generated 1 *.index file not 2.
    
    Is there any different from the CI env and Local env?


---