egalpin commented on PR #24186: URL: https://github.com/apache/beam/pull/24186#issuecomment-1317890407
Confirmed locally by first seeing all tests pass, then reverting [a014637](https://github.com/apache/beam/pull/24186/commits/a014637106970a0a0e9eb7944aa5caf79fa5fd37) (i.e. removing @JeffBolle's patch) and re-running the test suite. When the patch is removed, I received the following expected error: ``` org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTest > testSizesWithAlias FAILED java.lang.AssertionError: Wrong estimated size Expected: a value greater than <1000L> but: <0L> was less than <1000L> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) at org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTestCommon.testSizes(ElasticsearchIOTestCommon.java:218) at org.apache.beam.sdk.io.elasticsearch.ElasticsearchIOTest.testSizesWithAlias(ElasticsearchIOTest.java:95) ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
