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 runtime extensions #4233

Closed
ndr-brt opened this issue Jun 4, 2024 · 0 comments · Fixed by #4234
Closed

refactor: test runtime extensions #4233

ndr-brt opened this issue Jun 4, 2024 · 0 comments · Fixed by #4234
Assignees
Labels
refactoring Cleaning up code and dependencies

Comments

@ndr-brt
Copy link
Member

ndr-brt commented Jun 4, 2024

Feature Request

Currently the "junit extensions" for running EDC runtimes during integration/component/e2e tests are not much usable, e.g. there's no extension that could be used out of the box to run a single instance for all the tests (that would save a lot of time in running the tests).

Second, the EdcRuntimeExtension does 2 things in one: extension and runtime. Extracting an EmbeddedRuntime that could be used for testing would simplify the code and make everything clearer.

Which Areas Would Be Affected?

tests

Why Is the Feature Desired?

cleanup

Solution Proposal

If possible, provide a (brief!) solution proposal.

@ndr-brt ndr-brt added refactoring Cleaning up code and dependencies triage all new issues awaiting classification labels Jun 4, 2024
@ndr-brt ndr-brt self-assigned this Jun 4, 2024
@ndr-brt ndr-brt removed the triage all new issues awaiting classification label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Cleaning up code and dependencies
Projects
None yet
1 participant