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
The testsuite should be independent of the host's network connection. In general, tests shouldn't rely on the host having a functioning network connection, as it makes them more flaky.
Steps to Reproduce
Steps to reproduce the behavior:
run lein test and see that the testsuite passes
run LEIN_OFFLINE=true lein test and see that the testsuite still passes
disable the network connection on the host (for example, with sudo ifdown $INTERFACE)
run LEIN_OFFLINE=true lein test
the testsuite now fails
Environment
Using the latest commit on the main branch (98fd16e)
Debian Sid (but that shouldn't matter)
The text was updated successfully, but these errors were encountered:
Describe the Bug
The testsuite fails on hosts that don't have a network connection.
Here's the error log, sadly it's too long to be included directly in the issue's body:
tk_jetty9_testsuite_failure.log
Expected Behavior
The testsuite should be independent of the host's network connection. In general, tests shouldn't rely on the host having a functioning network connection, as it makes them more flaky.
Steps to Reproduce
Steps to reproduce the behavior:
lein test
and see that the testsuite passesLEIN_OFFLINE=true lein test
and see that the testsuite still passessudo ifdown $INTERFACE
)LEIN_OFFLINE=true lein test
Environment
The text was updated successfully, but these errors were encountered: