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

Impossible to run e2e tests on a Windows machine #4728

Closed
AndrYurk opened this issue Jan 15, 2025 · 1 comment
Closed

Impossible to run e2e tests on a Windows machine #4728

AndrYurk opened this issue Jan 15, 2025 · 1 comment
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification

Comments

@AndrYurk
Copy link
Contributor

Bug Report

Describe the Bug

When running end-to-end tests based on EmbeddedRuntime on a Windows machine, they fail.

Expected Behavior

End-to-end tests based on EmbeddedRuntime run successfully on Windows machines.

Observed Behavior

The data plane and control plane do not start correctly(only with few service extensions) because the classpath is read incorrectly.

image

image

image

image

Steps to Reproduce

Run any tests based on EmbeddedRuntime on Windows

Context Information

  • Used version [e.g. EDC v.0.10.0]
  • OS: [Windows]

Possible Implementation

In ClasspathReader.class when splitting the classpath, use the default system separator obtained from System.getProperty("path.separator") instead of a hard-coded value.

@AndrYurk AndrYurk added bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification labels Jan 15, 2025
@jimmarino
Copy link
Contributor

Closing this as Windows is not a platform we support, nor will we in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug_report Suspected bugs, awaiting triage triage all new issues awaiting classification
Projects
None yet
Development

No branches or pull requests

2 participants