[ https://issues.apache.org/jira/browse/FLINK-15318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17014313#comment-17014313 ]
Ronald O. Edmark commented on FLINK-15318: ------------------------------------------ Yun thank you for the commit changes. I've modified the `pom` file, applied the commit changes and ran a clean test build of RocksDB but we still see the failure. Changing the time from 2 to 3 seconds does work-around the problem. Is 3 sec an acceptable timeout? -Ron ``` [redmark@p006vm23 flink]$ mvn clean test -rf :flink-statebackend-rocksdb_2.11 [INFO] Scanning for projects... .......................... [INFO] ------------------------------------------------------------------------ [INFO] Building flink-statebackend-rocksdb 1.8.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ flink-statebackend-rocksdb_2.11 --- [INFO] Deleting /root/flink/flink-state-backends/flink-statebackend-rocksdb/target .......................... [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.473 s <<< FAILURE! - in org.apache.flink.contrib.streaming.state.benchmark.RocksDBWriteBatchPerformanceTest [ERROR] benchMark(org.apache.flink.contrib.streaming.state.benchmark.RocksDBWriteBatchPerformanceTest) Time elapsed: 2.073 s <<< ERROR! org.junit.runners.model.TestTimedOutException: test timed out after 2000 milliseconds at org.apache.flink.contrib.streaming.state.benchmark.RocksDBWriteBatchPerformanceTest.benchMarkHelper(RocksDBWriteBatchPerformanceTest.java:118) at org.apache.flink.contrib.streaming.state.benchmark.RocksDBWriteBatchPerformanceTest.benchMark(RocksDBWriteBatchPerformanceTest.java:96) ``` > RocksDBWriteBatchPerformanceTest.benchMark fails on ppc64le > ----------------------------------------------------------- > > Key: FLINK-15318 > URL: https://issues.apache.org/jira/browse/FLINK-15318 > Project: Flink > Issue Type: Bug > Components: Benchmarks, Runtime / State Backends > Environment: arch: ppc64le > os: rhel7.6, ubuntu 18.04 > jdk: 8, 11 > mvn: 3.3.9, 3.6.2 > Reporter: Siddhesh Ghadi > Priority: Major > Attachments: surefire-report.txt > > > RocksDBWriteBatchPerformanceTest.benchMark fails due to TestTimedOut, however > when test-timeout is increased from 2s to 5s in > org/apache/flink/contrib/streaming/state/benchmark/RocksDBWriteBatchPerformanceTest.java:75, > it passes. Is this acceptable solution? > Note: Tests are ran inside a container. -- This message was sent by Atlassian Jira (v8.3.4#803005)