TheNeuralBit commented on pull request #14260: URL: https://github.com/apache/beam/pull/14260#issuecomment-801296495
R: @chamikaramj It looks like this is [passing](https://ci-beam.apache.org/job/beam_PostCommit_Python38_PR/206/). Oddly it doesn't show up in the list of successful tests in that job, but I'm pretty confident it is actually being run because: 1) It failed before I added the required dependence in f7cfdd3. 2) I pulled the log from https://ci-beam.apache.org/job/beam_PostCommit_Python38_PR/206/logText/progressiveText and it mentions the test: ``` test_kafkaio (apache_beam.io.external.xlang_kafkaio_it_test.CrossLanguageKafkaIOTest) ... INFO:apache_beam.utils.subprocess_server:Using pre-built snapshot at /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python38_PR/src/sdks/java/io/expansion-service/build/libs/beam-sdks-java-io-expansion-service-2.30.0-SNAPSHOT.jar INFO:apache_beam.utils.subprocess_server:Starting service with ['java' '-jar' '/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python38_PR/src/sdks/java/io/expansion-service/build/libs/beam-sdks-java-io-expansion-service-2.30.0-SNAPSHOT.jar' '48227'] DEBUG:root:Waiting for grpc channel to be ready at localhost:48227. INFO:apache_beam.utils.subprocess_server:b'Starting expansion service at localhost:48227' DEBUG:root:Waiting for grpc channel to be ready at localhost:48227. INFO:apache_beam.utils.subprocess_server:b'Mar 17, 2021 3:16:23 PM org.apache.beam.sdk.expansion.service.ExpansionService loadRegisteredTransforms' INFO:apache_beam.utils.subprocess_server:b'INFO: Registering external transforms: [beam:external:java:kafka:read:v1, beam:external:java:kafka:write:v1, beam:external:java:generate_sequence:v1]' INFO:apache_beam.utils.subprocess_server:b'\tbeam:external:java:kafka:read:v1: org.apache.beam.sdk.expansion.service.ExpansionService$ExternalTransformRegistrarLoader$$Lambda$3/917142466@14899482' INFO:apache_beam.utils.subprocess_server:b'\tbeam:external:java:kafka:write:v1: org.apache.beam.sdk.expansion.service.ExpansionService$ExternalTransformRegistrarLoader$$Lambda$3/917142466@21588809' INFO:apache_beam.utils.subprocess_server:b'\tbeam:external:java:generate_sequence:v1: org.apache.beam.sdk.expansion.service.ExpansionService$ExternalTransformRegistrarLoader$$Lambda$3/917142466@2aae9190' ``` ---------------------------------------------------------------- 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]
