[jira] [Created] (CARBONDATA-3214) Optimize the test code

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-3214) Optimize the test code

Akash R Nilugal (Jira)
xubo245 created CARBONDATA-3214:
-----------------------------------

             Summary: Optimize the test code
                 Key: CARBONDATA-3214
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3214
             Project: CarbonData
          Issue Type: Improvement
            Reporter: xubo245


When I run test case with: mvn -Pspark-2.1  clean install
A file was deleted, the files should be deleted, we should fix it;
It create a new folder after run test case, carbon shouldn't create new folder after run test case, so we should delete it.
{code:java}
deleted:    integration/spark-common-test/src/test/resources/temp/data1.csv

Untracked files:
  (use "git add <file>..." to include in what will be committed)

        examples/spark2/testWriteFiles/
{code}

Please check different spark version too.
mvn -Pspark-2.2  clean install
mvn -Pspark-2.3  clean install



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)