Versions Compared

Key

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

...

Update the database structure.

  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.

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

...