kbase / relation_engine

Repository containing the KBase Relation Engine API, specs, and other related files.
MIT License
3 stars 11 forks source link

Fix integration test failures #151

Closed MrCreosote closed 2 years ago

MrCreosote commented 2 years ago

The tests were starting before the RE API was up. I hypothesize this explains the 1 pass / 1 fail pattern - the first test would fail because the server wasn't up, and the step that takes the server down wouldn't run. The next set of tests would pass, and take the server down, and so on and so forth.

Closes #105

For changes to the codebase: