klion26 commented on issue #10726: [FLINK-15427][Statebackend][test] Check TTL 
test in test_stream_statettl.sh and skip the exception check
URL: https://github.com/apache/flink/pull/10726#issuecomment-569911625
 
 
   ran the end-to-end test locally
   1. test succeed
   ```
   Checking of logs skipped.
   
   [PASS] 'State TTL Heap backend end-to-end test' passed after 0 minutes and 
28 seconds! Test exited with exit code 0.
   
   .......
   
   Checking of logs skipped.
   
   [PASS] 'State TTL RocksDb backend end-to-end test' passed after 0 minutes 
and 27 seconds! Test exited with exit code 0.
   ```
   
   2 comment the 
[if-check](https://github.com/apache/flink/blob/0c0dc79548fb4414e8515517a03158a416808705/flink-end-to-end-tests/flink-stream-state-ttl-test/src/main/java/org/apache/flink/streaming/tests/TtlVerifyUpdateFunction.java#L88)
 in `TtlVerifyUpdateFunction#flatMap` to simulate the fail, it will fail
   ```
   [FAIL] Test script contains errors.
   Checking of logs skipped.
   
   [FAIL] 'State TTL Heap backend end-to-end test' failed after 0 minutes and 
42 seconds! Test exited with exit code 1
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to