wire-server
wire-server copied to clipboard
cabal-run-integration.sh - test same services as "make i"
This updates cabal-run-integration.sh to run the integeration tests for the same services as make i does.
The changes in https://github.com/wireapp/wire-server/pull/2044 also run the integration tests for cannon, which is not run by make i.
Checklist
- [x] The PR Title explains the impact of the change.
- [x] The PR description provides context as to why the change should occur and what the code contributes to that effect. - [x] A file with the changelog entry in one or more suitable sub-sections. The sub-sections are marked by directories inside
changelog.d.
I noticed that locally the cannon integration tests don't succeed (the RealAWS section to be precise). I think that's the reason why they are not included in the make i target either.
Couldn't this be fixed?
I don't remember what the motivation for this was