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 functional tests are written in such a way that if foma and/or MITLM are not installed on the host, then certain tests will pass vacuously. On a TravisCI host, these OS deps are not installed. On a docker-compose local deploy, they should be installed. This is problematic if you want to know whether all of these tests are passing.
Proposed solution: add a strict flag to the test runner so that the test will fail if these foma/MITLM-dependent tests fail.
The text was updated successfully, but these errors were encountered:
The functional tests are written in such a way that if foma and/or MITLM are not installed on the host, then certain tests will pass vacuously. On a TravisCI host, these OS deps are not installed. On a docker-compose local deploy, they should be installed. This is problematic if you want to know whether all of these tests are passing.
Proposed solution: add a
strict
flag to the test runner so that the test will fail if these foma/MITLM-dependent tests fail.The text was updated successfully, but these errors were encountered: