Skip to content

[FEATURE REQUEST] Reusable integration tests #524

Closed
@dimas-b

Description

@dimas-b

Is your feature request related to a problem? Please describe.

Currently integration tests use TestEnvironmentExtension that is intended to provide multiple execution environments, but at the same time depend on DropwizardExtensionsSupport that automatically starts a local DW server.

Describe the solution you'd like

  • Sharable suite of tests that can be executed against different Polaris servers.
  • Polaris Server lifecycle delegated to the test environment.
  • CI continues to use Dropwizard for integration tests, but in a "backbox" manner (tweaking only via standard config options).

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions