-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Description
This has failed a few times already in 7.x and 7.7 https://build-stats.elastic.co/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-24h,mode:quick,to:now))&_a=(columns:!(branch),index:e58bf320-7efd-11e8-bf69-63c8ef516157,interval:auto,query:(language:lucene,query:testRefreshingMultipleTimesWithinWindowSucceeds),sort:!(time,desc))
Example failure : https://gradle-enterprise.elastic.co/s/m5xyt3as2qtv2/tests/g5u3xltc4r2ds-a52ia4rmdb2ji
This appears to not been failing in master ( after 450 iterations ) but reproducibly fails in 7.7 and 7.x once every 5 to 15 times. The difference between master and 7.x/7.7 is how we are checking that we can authenticate after the token is refreshed in that the test in master uses a rest client while the test in 7.7 uses a transport client. It's not clear at this time if this is a test issue in master that fails to test the scenario properly or a test bug in 7.x
I will mute this for now until we can get to the bottom of it