Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(test): extract PostgresExtension #1583

Merged

Conversation

ndr-brt
Copy link
Contributor

@ndr-brt ndr-brt commented Sep 24, 2024

WHAT

Work done in the direction to solve #1027 :

  • get rid of overcomplicated PgRuntimeRuntime
  • extracted PostgresExtension that explicitly spins up a postgresql instance to be used by tests

WHY

untangle things a little.

FURTHER NOTES

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Part of #1027

@ndr-brt ndr-brt added the refactoring Refactoring, does not add functionality label Sep 24, 2024
Copy link

sonarcloud bot commented Sep 24, 2024

@ndr-brt ndr-brt merged commit d0c2e26 into eclipse-tractusx:main Sep 25, 2024
32 checks passed
@ndr-brt ndr-brt deleted the postgres-test-refactoring branch September 25, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring, does not add functionality
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants