You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2023/02/06 07:23:00 UTC

[jira] [Created] (FLINK-30907) HiveSinkCompactionITCase.testSingleParallelism fails with test timeout

Matthias Pohl created FLINK-30907:
-------------------------------------

             Summary: HiveSinkCompactionITCase.testSingleParallelism fails with test timeout
                 Key: FLINK-30907
                 URL: https://issues.apache.org/jira/browse/FLINK-30907
             Project: Flink
          Issue Type: Bug
          Components: Connectors / Hive
    Affects Versions: 1.15.3
            Reporter: Matthias Pohl


We experience the a test failure in {{HiveSinkCompactionITCase.testSingleParallelism}} due to a {{TestTimeoutException}}:
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=45708&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=995c650b-6573-581c-9ce6-7ad4cc038461&l=26356

{code}
Feb 04 01:56:55 [ERROR] Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 187.918 s <<< FAILURE! - in org.apache.flink.connectors.hive.HiveSinkCompactionITCase
Feb 04 01:56:55 [ERROR] HiveSinkCompactionITCase.testSingleParallelism  Time elapsed: 90.009 s  <<< ERROR!
Feb 04 01:56:55 org.junit.runners.model.TestTimedOutException: test timed out after 90 seconds
Feb 04 01:56:55 	at java.io.FileDescriptor.sync(Native Method)
Feb 04 01:56:55 	at org.apache.derby.impl.io.DirRandomAccessFile.sync(Unknown Source)
[...]
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)