ramazan-yapparov commented on pull request #13636:
URL: https://github.com/apache/beam/pull/13636#issuecomment-760941043
Hi @aaltay we tried to turn this test into IT but ran into some troubles,
would be great if you could help us with them:
1. When running the test all Docker containers are starting in the machine
that is running the test,
so in order for this test to work properly dataflow job should be able to
reach test-runner machine by a public IP.
I certainly can't do it on my local machine, not sure how it will behave
when running in CI environment.
2. When we pass our fake PubSub url into the dataflow job we receive
following error, not sure how this can be avoided, looks like the job will only
accept the real Cloud PubSub url:
```json
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "(f214233f9dbe6968): The workflow could not be created.
Causes: (f214233f9dbe6719): http://localhost:49169 is not a valid Pub/Sub URL.",
"reason" : "badRequest"
} ],
"message" : "(f214233f9dbe6968): The workflow could not be created.
Causes: (f214233f9dbe6719): http://localhost:49169 is not a valid Pub/Sub URL.",
"status" : "INVALID_ARGUMENT"
}
```
FYI @TheNeuralBit
----------------------------------------------------------------
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]