Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Hunt down the required table alter/create statements from Jira or posting on engineering channel.

  2. Update https://github.com/sunwavehealth/devops/blob/develop/database/docker/3_wack-o-mole.sql file.

  3. Reinstall the docker images https://sunwavehealth.atlassian.net/wiki/spaces/~63696606d60bd2b365f87223/pages/61865999/wack-o-mole+database+usage#Update-to-newest-version%3A

Run Integration Tests.

  • Run all tests: mvn integration-test -Dsunwave.health.emr.password=Rush__2112 -DskipITs=false

  • Run individual tests: mvn integration-test -Dsunwave.health.emr.password=Rush__2112 -DskipITs=false -D it.test=com.sunwave.rest.AccountTimelineIT.java

...