Skip to content

#8992 - fix TAC file test

drebs requested to merge drebs/soledad:8992 into master

This MR intends to solve a intermitent connection error in the TAC file test. Because the hypothesis is that the server sometimes takes longer to come up, I added a check with retries to the TAC file test server spawning.

But when testing inside docker, the test did not pass until I added code to pass the couch url as an environment variable, to allow setting it from CI and use http://couchdb:5984 instead of the default http://localhost:5984.

I actually don't understand how the test is passing in CI before this modification. @shyba, maybe you can shed some light here?

Closes: #8992 (closed)

Merge request reports