Abacn commented on PR #23535: URL: https://github.com/apache/beam/pull/23535#issuecomment-1314484382
integration test on direct runner not running because there is no pipeline options specified so it is skipped, I guess. Could feed with a small data size (in contrast to the performance test which uses a larger data size "100000"). Performance test now failing with ``` 17:04:21 org.apache.beam.sdk.io.singlestore.SingleStoreIOIT > testWriteThenRead FAILED 17:04:21 java.sql.SQLNonTransientConnectionException: Socket fail to connect to host:address=(host=LOAD_BALANCER_IP)(port=3306)(type=primary). LOAD_BALANCER_IP ``` Anyway currently there is only 1 integration test + performance test. We can just make the performance test work at this moment (temporarily disable SingleStore_IO_Direct groovy script). For integration test running on direct runner docker environment needed to be set in `@BeforeClass` and persumably some helper class are needed. Could be a followup. -- 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]
