Skip to content

Commit

Permalink
[SPARK-47347][PYTHON][CONNECT][TESTS] Factor session-related tests ou…
Browse files Browse the repository at this point in the history
…t of `test_connect_basic`

### What changes were proposed in this pull request?
Factor session-related tests out of `test_connect_basic`

### Why are the changes needed?
for testing parallelism

### Does this PR introduce _any_ user-facing change?
no, test-only

### How was this patch tested?
ci

### Was this patch authored or co-authored using generative AI tooling?
no

Closes apache#45472 from zhengruifeng/add_test_connect_session.

Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
zhengruifeng authored and HyukjinKwon committed Mar 12, 2024
1 parent e186581 commit 95aec97
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 439 deletions.
1 change: 1 addition & 0 deletions dev/sparktestsupport/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ def __hash__(self):
"pyspark.sql.tests.connect.test_connect_basic",
"pyspark.sql.tests.connect.test_connect_function",
"pyspark.sql.tests.connect.test_connect_column",
"pyspark.sql.tests.connect.test_connect_session",
"pyspark.sql.tests.connect.test_parity_arrow",
"pyspark.sql.tests.connect.test_parity_arrow_python_udf",
"pyspark.sql.tests.connect.test_parity_datasources",
Expand Down
Loading

0 comments on commit 95aec97

Please sign in to comment.