[ https://issues.apache.org/jira/browse/SPARK-50889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun updated SPARK-50889: ---------------------------------- Summary: Fix Flaky Test: `SparkSessionE2ESuite.interrupt operation` (Hang) (was: Fix Flaky Test: `SparkSessionE2ESuite.interrupt operation`) > Fix Flaky Test: `SparkSessionE2ESuite.interrupt operation` (Hang) > ----------------------------------------------------------------- > > Key: SPARK-50889 > URL: https://issues.apache.org/jira/browse/SPARK-50889 > Project: Spark > Issue Type: Sub-task > Components: Connect, Tests > Affects Versions: 4.0.0 > Reporter: Dongjoon Hyun > Priority: Major > > `SparkSessionE2ESuite.interrupt operation` hangs sometimes. > - `branch-4.0`: > https://github.com/apache/spark/actions/runs/12848096505/job/35829436740 > {code} > [info] SparkSessionE2ESuite: > [info] - interrupt all - background queries, foreground interrupt (217 > milliseconds) > [info] - interrupt all - foreground queries, background interrupt (306 > milliseconds) > [info] - interrupt all - streaming queries (381 milliseconds) > [info] - interrupt tag !!! IGNORED !!! > [info] - interrupt tag - streaming query (776 milliseconds) > [info] - progress is available for the spark result (2 seconds, 991 > milliseconds) > [info] *** Test still running after 5 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 10 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 15 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 20 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 25 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 30 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 35 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 40 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 45 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 50 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 55 minutes, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 59 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 5 minutes, 59 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 10 minutes, 59 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 15 minutes, 59 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 20 minutes, 59 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 25 minutes, 59 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 30 minutes, 59 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > {code} > - `master: > https://github.com/apache/spark/actions/runs/12804420645/job/35698812313 > {code} > [info] SparkSessionE2ESuite: > [info] - interrupt all - background queries, foreground interrupt (221 > milliseconds) > [info] - interrupt all - foreground queries, background interrupt (307 > milliseconds) > [info] - interrupt all - streaming queries (394 milliseconds) > [info] - interrupt tag !!! IGNORED !!! > [info] - interrupt tag - streaming query (788 milliseconds) > [info] - progress is available for the spark result (3 seconds, 990 > milliseconds) > [info] *** Test still running after 5 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 10 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 15 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 20 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 25 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 30 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 35 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 40 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 45 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 50 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 55 minutes, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 5 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 10 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 15 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 20 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 25 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 30 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 35 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 40 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 45 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 50 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 1 hour, 55 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 2 hours, 51 seconds: suite name: > SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 2 hours, 5 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 2 hours, 10 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 2 hours, 15 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 2 hours, 20 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > [info] *** Test still running after 2 hours, 25 minutes, 51 seconds: suite > name: SparkSessionE2ESuite, test name: interrupt operation. > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org