This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 4e1cb88bba0c [SPARK-54805][SS][PYTHON][FOLLOW-UP] Add test_tws_tester
to modules
4e1cb88bba0c is described below
commit 4e1cb88bba0c031f54dd07e3adc0d464d45cbfce
Author: Tian Gao <[email protected]>
AuthorDate: Thu Feb 12 09:44:23 2026 +0800
[SPARK-54805][SS][PYTHON][FOLLOW-UP] Add test_tws_tester to modules
### What changes were proposed in this pull request?
Add `test_tws_tester` to modules so it is executed by CI.
### Why are the changes needed?
Tests should be added to `modules.py`
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI should pick it up.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54272 from gaogaotiantian/add-test-tws-tester.
Authored-by: Tian Gao <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
dev/sparktestsupport/modules.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index 861c5d65c5c7..ca6f83884b36 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -679,6 +679,7 @@ pyspark_structured_streaming = Module(
"pyspark.sql.tests.pandas.streaming.test_transform_with_state_checkpoint_v2",
"pyspark.sql.tests.pandas.streaming.test_transform_with_state_state_variable",
"pyspark.sql.tests.pandas.streaming.test_transform_with_state_state_variable_checkpoint_v2",
+ "pyspark.sql.tests.pandas.streaming.test_tws_tester",
],
excluded_python_implementations=[
"PyPy" # Skip these tests under PyPy since they require numpy and it
isn't available there
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]