You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
I see that in initTestWebServiceURL the tests are looking for the env var WEB_SERVICE_URL. However, even when that is set, the tests are still trying to use the localhost default (see gist)
When make testacc
Actual Behavior
Tests tried to connect to default localhost WEB_SERVICE_URL
Steps to Reproduce
cloned repo
go installed dependencies
local pulsar running in docker using docker-compose and dinghy
run make testacc
The text was updated successfully, but these errors were encountered:
I feel like there must be some configuration or setup step or something that I am missing.
When I run the tests like this WEB_SERVICE_URL=http://pulsar.pulsar.docker:8080 make testacc they still all try to use http://localhost:8080 for the tests.
Community Note
Terraform Version
0.12.20
Terraform Configuration Files
The tf configuration run during tests
Debug Output
https://gist.github.com/mdjasper/cd9de1c24132827cacb8498fc4a81f3f
Panic Output
Expected Behavior
I see that in
initTestWebServiceURL
the tests are looking for the env varWEB_SERVICE_URL
. However, even when that is set, the tests are still trying to use the localhost default (see gist)When
make testacc
Actual Behavior
Tests tried to connect to default localhost WEB_SERVICE_URL
Steps to Reproduce
make testacc
The text was updated successfully, but these errors were encountered: