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

Fail to verify on Windows #394

Open
milbrandt opened this issue Nov 29, 2022 · 0 comments · May be fixed by #395
Open

Fail to verify on Windows #394

milbrandt opened this issue Nov 29, 2022 · 0 comments · May be fixed by #395

Comments

@milbrandt
Copy link

milbrandt commented Nov 29, 2022

Tests are failing on mvn verify on Windows 10 with Java Termurin-11.0.17+8 because of different directory separators.
One example is:

[ERROR] SchemaTest.transitiveImportNotFollowed:1177
expected: "a.proto needs to import c.proto
for field c (/source/a.proto at 4:3)
in message pa.A (/source/a.proto at 3:1)"
but was: "a.proto needs to import c.proto
for field c (/source\a.proto at 4:3)
in message pa.A (/source\a.proto at 3:1)"

@milbrandt milbrandt linked a pull request Nov 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant