Repository: carbondata
Updated Branches:
  refs/heads/master 61788353d -> cf8fa9540


[CARBONDATA-2356] Ignore SDV Load TestCases for Lucene

This closes #2241


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/cf8fa954
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/cf8fa954
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/cf8fa954

Branch: refs/heads/master
Commit: cf8fa9540dbc95f1b2efd78092be341821c6af48
Parents: 6178835
Author: Indhumathi27 <indhumathi...@gmail.com>
Authored: Fri Apr 27 18:47:33 2018 +0530
Committer: Jacky Li <jacky.li...@qq.com>
Committed: Sat Apr 28 18:42:27 2018 +0800

----------------------------------------------------------------------
 .../cluster/sdv/generated/LuceneTestCase.scala          | 12 ++++++------
 .../apache/carbondata/cluster/sdv/suite/SDVSuites.scala |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/cf8fa954/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/LuceneTestCase.scala
----------------------------------------------------------------------
diff --git 
a/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/LuceneTestCase.scala
 
b/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/LuceneTestCase.scala
index 62835da..540c8ca 100644
--- 
a/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/LuceneTestCase.scala
+++ 
b/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/LuceneTestCase.scala
@@ -26,7 +26,7 @@ import org.scalatest.BeforeAndAfterAll
  * Test Class for LuceneDataMap Testcase to verify all scenarios
  */
 
-class LuceneTestcase extends QueryTest with BeforeAndAfterAll {
+class LuceneTestCase extends QueryTest with BeforeAndAfterAll {
 
   val csvPath = s"$resourcesPath/source.csv"
 
@@ -73,7 +73,7 @@ class LuceneTestcase extends QueryTest with BeforeAndAfterAll 
{
   }
 
   //Create Lucene DataMap With DMProperties on MainTable and Load Data and 
Query
-  test("LuceneDataMap_TC003", Include) {
+  ignore("LuceneDataMap_TC003", Include) {
     sql("DROP TABLE IF EXISTS datamap_main")
     sql(
       "CREATE TABLE datamap_main (id Int, date string, country string,name 
String, phonetype " +
@@ -95,7 +95,7 @@ class LuceneTestcase extends QueryTest with BeforeAndAfterAll 
{
 
   //Create Different Lucene DataMap With DMProperties on MainTable and filter 
using 'like','AND'
   // & 'OR'
-  test("LuceneDataMap_TC004", Include) {
+  ignore("LuceneDataMap_TC004", Include) {
     sql("DROP TABLE IF EXISTS datamap_main")
     sql(
       "CREATE TABLE datamap_main (id Int, date string, country string,name 
String, phonetype " +
@@ -127,7 +127,7 @@ class LuceneTestcase extends QueryTest with 
BeforeAndAfterAll {
 
   //Create Different Lucene DataMap With DMProperties on MainTable and check 
Datamap after Delete
   // Segment
-  test("LuceneDataMap_TC005", Include) {
+  ignore("LuceneDataMap_TC005", Include) {
     sql("DROP TABLE IF EXISTS datamap_main")
     sql(
       "CREATE TABLE datamap_main (id Int, date date, country string,name 
String, phonetype " +
@@ -152,7 +152,7 @@ class LuceneTestcase extends QueryTest with 
BeforeAndAfterAll {
 
   //Create Different Lucene DataMap With DMProperties on MainTable with 
different 'TBLProperties'
   // and Load Data with Differnt OPTIONS & Verify
-  test("LuceneDataMap_TC006", Include) {
+  ignore("LuceneDataMap_TC006", Include) {
     sql("DROP TABLE IF EXISTS datamap_main")
     sql(
       "CREATE TABLE datamap_main (id Int, date string, country string,name 
String, phonetype " +
@@ -174,7 +174,7 @@ class LuceneTestcase extends QueryTest with 
BeforeAndAfterAll {
 
   //Create LuceneDataMap With DMProperties on MainTable and Insert data and 
Update and
   // Verify
-  test("LuceneDataMap_TC007", Include) {
+  ignore("LuceneDataMap_TC007", Include) {
     sql("DROP TABLE IF EXISTS datamap_main")
     sql(
       "CREATE TABLE datamap_main (id Int,country string,name String) STORED BY 
'org.apache" +

http://git-wip-us.apache.org/repos/asf/carbondata/blob/cf8fa954/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/suite/SDVSuites.scala
----------------------------------------------------------------------
diff --git 
a/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/suite/SDVSuites.scala
 
b/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/suite/SDVSuites.scala
index 04b711a..dd71f38 100644
--- 
a/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/suite/SDVSuites.scala
+++ 
b/integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/suite/SDVSuites.scala
@@ -146,7 +146,7 @@ class SDVSuites3 extends Suites with BeforeAndAfterAll {
                     new TableCommentAlterTableTestCase ::
                     new StandardPartitionTestCase ::
                     new PreAggregateTestCase ::
-                    new LuceneTestcase ::
+                    new LuceneTestCase ::
                     new TimeSeriesPreAggregateTestCase :: 
                     new TestPartitionWithGlobalSort ::
                     new SetParameterTestCase :: Nil

Reply via email to