apiman icon indicating copy to clipboard operation
apiman copied to clipboard

Add smoke tests for distros

Open msavy opened this issue 3 years ago • 4 comments

We should add some smoke tests for our main distros to verify that everything still starts as expected. Occasionally there are issues with various platform-specific deployment files, and we should catch those during CI rather than manual testing (or worse, a release).

Acceptance criteria

  • [ ] All main distros must have smoke tests run on CI (to tell whether platform starts correctly, etc).
  • [ ] bonus: can run locally (probably not every build due to time; perhaps hide behind profile).

Ability to start, stop, and verify

  • [ ] Docker Compose
  • [ ] WildFly (bare metal)
  • [ ] Tomcat (bare metal)

We may need multiple permutations to cover all the DBs?

msavy avatar Dec 22 '21 17:12 msavy