You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/09/01 16:29:03 UTC

[GitHub] [beam] egalpin commented on a change in pull request #15381: [BEAM-10990] Elasticsearch response filtering

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org