Skip to content

Unit Tests with H2 Integration

Choose a tag to compare

@garystafford garystafford released this 27 Apr 12:45
· 75 commits to master since this release
ea303e5

New features since v3.0.0 release, for Post: 'Managing Applications Across Multiple Kubernetes Environments with Istio: Part 1/2':

  • Basic unit tests for a demo of H2
  • Unit tests use H2 instead if requiring PostgreSQL instance (use default Spring Profile)
  • New Jenkins Pipelines (Jenkinsfiles)
    • Continuous Integration with two publishing options
    • Build/Publish Docker Image
    • Build GKE Environments and deploy v1 to dev
    • Smoke and Integration Test (currently targets minikube)
  • Complete minikube environment files, with and without PostgreSQL local
  • Option to deploy PostgreSQL to GKE, but doesn't work with Istio, yet.