[
https://issues.apache.org/jira/browse/BEAM-7027?focusedWorklogId=228551&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-228551
]
ASF GitHub Bot logged work on BEAM-7027:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Apr/19 16:35
Start Date: 16/Apr/19 16:35
Worklog Time Spent: 10m
Work Description: aromanenko-dev commented on pull request #8307:
[BEAM-7027] Use same method to find a new local available port in IO tests
URL: https://github.com/apache/beam/pull/8307#discussion_r275795445
##########
File path:
sdks/java/io/elasticsearch-tests/elasticsearch-tests-6/src/test/java/org/apache/beam/sdk/io/elasticsearch/ElasticsearchIOIT.java
##########
@@ -49,6 +51,7 @@
* <p>It is likely that you will need to configure
<code>thread_pool.bulk.queue_size: 250</code> (or
* higher) in the backend Elasticsearch server for this test to run.
*/
+@RunWith(JUnit4.class)
Review comment:
Why do we need this for integration test?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 228551)
Time Spent: 1h 20m (was: 1h 10m)
> Use same method to find a new local available port in IO tests
> --------------------------------------------------------------
>
> Key: BEAM-7027
> URL: https://issues.apache.org/jira/browse/BEAM-7027
> Project: Beam
> Issue Type: Test
> Components: io-java-utilities
> Reporter: Ismaël Mejía
> Assignee: Ismaël Mejía
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Most IO tests include a snippet to find the number of an available local
> port. This code could be shared by all IO tests. Also adding synchronization
> may help prevent some port conflict issues in parallel runs.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)