[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r641277034 ## File path: .github/workflows/build_and_test.yml ## @@ -625,3 +625,83 @@ jobs: with: name:

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r641276796 ## File path: .github/workflows/build_and_test.yml ## @@ -625,3 +625,83 @@ jobs: with: name:

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640584635 ## File path: dev/sparktestsupport/modules.py ## @@ -743,6 +743,20 @@ def __hash__(self): ] ) +docker_integration_tests = Module( +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640580266 ## File path: external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerIntegrationFunSuite.scala ## @@ -0,0 +1,54 @@ +/* + *

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640579425 ## File path: dev/run-tests.py ## @@ -122,19 +122,21 @@ def determine_modules_to_test(changed_modules, deduplicated=True): ['graphx',

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640573670 ## File path: dev/sparktestsupport/modules.py ## @@ -743,6 +743,20 @@ def __hash__(self): ] ) +docker_integration_tests = Module( +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640573670 ## File path: dev/sparktestsupport/modules.py ## @@ -743,6 +743,20 @@ def __hash__(self): ] ) +docker_integration_tests = Module( +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640573670 ## File path: dev/sparktestsupport/modules.py ## @@ -743,6 +743,20 @@ def __hash__(self): ] ) +docker_integration_tests = Module( +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640573670 ## File path: dev/sparktestsupport/modules.py ## @@ -743,6 +743,20 @@ def __hash__(self): ] ) +docker_integration_tests = Module( +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640571109 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-27 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640497898 ## File path: dev/sparktestsupport/modules.py ## @@ -743,6 +743,20 @@ def __hash__(self): ] ) +docker_integration_tests = Module( +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640253426 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640254469 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640253426 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640253426 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640253426 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640211658 ## File path: .github/workflows/build_and_test.yml ## @@ -625,3 +625,84 @@ jobs: with: name:

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640211218 ## File path: external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerJDBCIntegrationSuite.scala ## @@ -115,69 +116,72 @@

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640210831 ## File path: external/docker-integration-tests/src/test/scala/org/apache/spark/sql/jdbc/DockerKrbJDBCIntegrationSuite.scala ## @@ -107,7 +109,7 @@

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-26 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r640210059 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)

[GitHub] [spark] HyukjinKwon commented on a change in pull request #32631: [SPARK-35483][INFRA] Add docker-integration-tests to run-tests.py and GA.

2021-05-22 Thread GitBox
HyukjinKwon commented on a change in pull request #32631: URL: https://github.com/apache/spark/pull/32631#discussion_r637489244 ## File path: dev/run-tests.py ## @@ -687,6 +689,10 @@ def main(): test_modules = determine_modules_to_test(changed_modules)