jovezhong commented on PR #7385:
URL: https://github.com/apache/seatunnel/pull/7385#issuecomment-2371547178
Now I got some errors
> Test set: org.apache.seatunnel.connectors.seatunnel.timeplus.TimeplusIT
>
-------------------------------------------------------------------------------
> Tests run: 7, Failures: 2, Errors: 1, Skipped: 0,
> org.awaitility.core.ConditionTimeoutException:
> Assertion condition defined as a
org.apache.seatunnel.e2e.common.container.seatunnel.SeaTunnelContainer There
are still threads running in the container:
> "ProtonClient4" #302 daemon prio=5 os_prio=0 tid=0x0000ffff1c76d800
nid=0x1a2 waiting on condition [0x0000ffff157fe000]
> java.lang.Thread.State: WAITING (parking)
> at sun.misc.Unsafe.park(Native Method)
> - parking to wait for <0x00000000f57445f0> (a
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
> testTimeplus{TestContainer}[6] Time elapsed: 21.398 s <<< FAILURE!
> org.opentest4j.AssertionFailedError: id ==> expected: <1> but was: <0>
Some tests with Flink/Spark passed, some note. I guess there are some racing
conditions or the ProtonClient is not closed. How to force close the running
threads in SeaTunnelContainer?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]