egalpin commented on a change in pull request #15381:
URL: https://github.com/apache/beam/pull/15381#discussion_r700377417
##########
File path:
sdks/java/io/elasticsearch-tests/elasticsearch-tests-common/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOTestCommon.java
##########
@@ -111,7 +124,7 @@ static String getEsIndex() {
}
static final String ES_TYPE = "test";
- static final long NUM_DOCS_UTESTS = 100L;
+ static final long NUM_DOCS_UTESTS = 40L;
Review comment:
This was a bit of grasping at straws to be honest. My thought was that
fewer docs would hopefully lower the flakiness of the uTests given that it
would be less arduous on the state to write fewer docs. But granted, 100 is not
so different from 40.
--
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]