Skip to content

Fix Entitlements v2 JDBC unit tests (GONRG-2849)

Artem Dobrynin (EPAM) requested to merge gcp-ent into master

Type of change

  • Bug Fix
  • Feature

JDBC unit tests were migrated to mock & stub version from embedded database

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

The unit tests were disabled due to gap in functionality of the embedded postgres library. This MR is intended to enable unit tests for JDBC module by removing embedded postgres dependency

Merge request reports