barrettj12 / chords

A web app for viewing my chord collection.
https://chords.fly.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

Intermittent failures in integration test suite #16

Closed barrettj12 closed 11 months ago

barrettj12 commented 1 year ago

The integration tests are a bit dodgy. I think much of the issue is reusing the same port 8080 - we should refactor them to pick a separate port for each test. This will require some changes to the server code though - see https://stackoverflow.com/a/43425461/15219560