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

mexec-86 integration test fails at Gitpod #130

Open
mkarg opened this issue Apr 16, 2019 · 0 comments
Open

mexec-86 integration test fails at Gitpod #130

mkarg opened this issue Apr 16, 2019 · 0 comments

Comments

@mkarg
Copy link
Contributor

mkarg commented Apr 16, 2019

Steps to reproduce:

Expected result:

  • Build is successful.
  • The IDE shows the following file content:
1. System.out line
2. System.err line
3. System.out line
4. System.err line
5. System.out line
Picked up JAVA_TOOL_OPTIONS: -Xmx3189m

Actual result:

  • Build fails because MEXEC-86 expects result <5> but was <6>.
  • The IDE shows the following file content:
Picked up JAVA_TOOL_OPTIONS: -Xmx3189m
1. System.out line
2. System.err line3. System.out line

4. System.err line
5. System.out line

Apparently the time when java.exe prints its own information about picking up JAVA_TOOLS_OPTIONS is different between Gitpod and all other environments I have tests so far (local Windows 7, Travis CI).

Note: See also #112 which had the same sympoms.

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

No branches or pull requests

1 participant