twalthr commented on a change in pull request #6963: [FLINK-10704] Fix sql
client end to end test failure
URL: https://github.com/apache/flink/pull/6963#discussion_r231031761
##########
File path: flink-end-to-end-tests/test-scripts/elasticsearch-common.sh
##########
@@ -87,6 +87,8 @@ function verify_result_hash {
local numRecords=$3
local hash=$4
+ sleep 20s
Review comment:
Reducing the chances is not a proper solution in general. We should do
continuous polling instead and return as early as possible. If every test would
insert big sleeps our nightly tests would exceed the night. This bug should be
covered in a separate issue.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services