This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new e54ac57  Move rss-integration-spark-common-test package (#23)
e54ac57 is described below

commit e54ac5764117a6b9758437cfe478242720a56294
Author: Zhen Wang <[email protected]>
AuthorDate: Tue Jul 5 14:29:25 2022 +0800

    Move rss-integration-spark-common-test package (#23)
    
    ### What changes were proposed in this pull request?
    Move rss-integration-spark-common-test module package path
    
    ### Why are the changes needed?
    #6 follow up pr
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No
---
 .../java/{com/tencent/rss => org/apache/uniffle}/test/AutoAccessTest.java | 0
 .../{com/tencent/rss => org/apache/uniffle}/test/CombineByKeyTest.java    | 0
 .../rss => org/apache/uniffle}/test/DynamicFetchClientConfTest.java       | 0
 .../java/{com/tencent/rss => org/apache/uniffle}/test/GroupByKeyTest.java | 0
 .../{com/tencent/rss => org/apache/uniffle}/test/RepartitionTest.java     | 0
 .../apache/uniffle}/test/RepartitionWithHdfsMultiStorageRssTest.java      | 0
 .../rss => org/apache/uniffle}/test/RepartitionWithLocalFileRssTest.java  | 0
 .../apache/uniffle}/test/RepartitionWithMemoryMultiStorageRssTest.java    | 0
 .../rss => org/apache/uniffle}/test/RepartitionWithMemoryRssTest.java     | 0
 .../apache/uniffle}/test/RepartitionWithUploadMultiStorageRssTest.java    | 0
 .../java/{com/tencent/rss => org/apache/uniffle}/test/SimpleTestBase.java | 0
 .../tencent/rss => org/apache/uniffle}/test/SparkClientWithLocalTest.java | 0
 .../tencent/rss => org/apache/uniffle}/test/SparkFallbackReadTest.java    | 0
 .../tencent/rss => org/apache/uniffle}/test/SparkIntegrationTestBase.java | 0
 .../rss => org/apache/uniffle}/test/SparkSQLMultiStorageRssTest.java      | 0
 .../java/{com/tencent/rss => org/apache/uniffle}/test/SparkSQLTest.java   | 0
 .../apache/uniffle}/test/SparkSQLWithDelegationShuffleManager.java        | 0
 .../uniffle}/test/SparkSQLWithDelegationShuffleManagerFallback.java       | 0
 .../rss => org/apache/uniffle}/test/SparkSQLWithMemoryLocalTest.java      | 0
 .../test/java/{com/tencent/rss => org/apache/uniffle}/test/TestUtils.java | 0
 20 files changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/AutoAccessTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/AutoAccessTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/AutoAccessTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/AutoAccessTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/CombineByKeyTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/CombineByKeyTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/CombineByKeyTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/CombineByKeyTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/DynamicFetchClientConfTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/DynamicFetchClientConfTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/DynamicFetchClientConfTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/DynamicFetchClientConfTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/GroupByKeyTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/GroupByKeyTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/GroupByKeyTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/GroupByKeyTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithHdfsMultiStorageRssTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithHdfsMultiStorageRssTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithHdfsMultiStorageRssTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithHdfsMultiStorageRssTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithLocalFileRssTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithLocalFileRssTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithLocalFileRssTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithLocalFileRssTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithMemoryMultiStorageRssTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithMemoryMultiStorageRssTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithMemoryMultiStorageRssTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithMemoryMultiStorageRssTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithMemoryRssTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithMemoryRssTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithMemoryRssTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithMemoryRssTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithUploadMultiStorageRssTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithUploadMultiStorageRssTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/RepartitionWithUploadMultiStorageRssTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/RepartitionWithUploadMultiStorageRssTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SimpleTestBase.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SimpleTestBase.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SimpleTestBase.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SimpleTestBase.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkClientWithLocalTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkClientWithLocalTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkClientWithLocalTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkClientWithLocalTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkFallbackReadTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkFallbackReadTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkFallbackReadTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkFallbackReadTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkIntegrationTestBase.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkIntegrationTestBase.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkIntegrationTestBase.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkIntegrationTestBase.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLMultiStorageRssTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLMultiStorageRssTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLMultiStorageRssTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLMultiStorageRssTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLWithDelegationShuffleManager.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLWithDelegationShuffleManager.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManager.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLWithDelegationShuffleManagerFallback.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLWithDelegationShuffleManagerFallback.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithDelegationShuffleManagerFallback.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLWithMemoryLocalTest.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithMemoryLocalTest.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/SparkSQLWithMemoryLocalTest.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/SparkSQLWithMemoryLocalTest.java
diff --git 
a/integration-test/spark-common/src/test/java/com/tencent/rss/test/TestUtils.java
 
b/integration-test/spark-common/src/test/java/org/apache/uniffle/test/TestUtils.java
similarity index 100%
rename from 
integration-test/spark-common/src/test/java/com/tencent/rss/test/TestUtils.java
rename to 
integration-test/spark-common/src/test/java/org/apache/uniffle/test/TestUtils.java

Reply via email to