piotr-szuberski edited a comment on pull request #12145:
URL: https://github.com/apache/beam/pull/12145#issuecomment-654333554


   @TheNeuralBit For some reason "Flink CrossLanguageValidatesRunner Tests" 
timeouts on xlang_jdbc test and on the other hand the same test passes on 
Python precommit suite.
   
   At first it didn't see the URN as it wasn't added to the test expansion 
service. But now I have no idea what's going on, everything seems to be like in 
generate_sequence but for some reason my test gets hanged forever.
   
   I changed the test to use EXPANSION_PORT when available because Postcommit 
suites run test expansion service and expects the tests to use  it.
   
   Do you have any idea what could be the reason or how to debug it? 
   
   I managed to run the scripts
   ```
   run_job_server.sh ...
   run_expansion_services.sh  ...
   
   ./scripts/run_integration_test.sh --pipeline_opts "--runner=PortableRunner 
--environment_cache_millis=10000 --job_endpoint=localhost:18091" --test_opts 
"--attr=UsesCrossLanguageTransforms" --suite xlangValidateRunner
   ```
   Tests fail with output:
   ```
   
   -------------------- >> begin captured stdout << ---------------------
   
   Pulling image postgres:latest
   
   Container started:  91387bffec
   Waiting to be ready...
   
   --------------------- >> end captured stdout << ----------------------
   
   <_InactiveRpcError of RPC that terminated with:
        status = StatusCode.UNAVAILABLE
        details = "DNS resolution failed"
          debug_error_string = ...
   ```
   
   Could it be that Postgres container is running in another container?


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to