-
Notifications
You must be signed in to change notification settings - Fork 323
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
Avoid race condition in GC_Example
test
#10665
Conversation
First run: OK, let's try to schedule another run. |
engine/runtime/src/main/java/org/enso/interpreter/runtime/ResourceManager.java
Show resolved
Hide resolved
a797ca1
to
647ed1e
Compare
Another successful run: What's next? |
We might hit the GC problem with Native Image tests:
I guess I should enable log output, at least. |
All checks have passed including the native image run on Linux with output. |
And we have a test failure on Linux:
I am inclined to believe the test is wrong... |
GC_Example
test
Previous runs blocked by let's hope we merge by end of this week |
GC_Example
testGC_Example
test
Jaroslav Tulach reports a new STANDUP for yesterday (2024-07-26): Progress: - fixed the test to allocate first and only then GC: #10665 (comment)
|
8875dc1
to
7566561
Compare
Pull Request Description
Re-enables https://github.com/enso-org/enso/pull/10602/files#r1690919173 - uses
IO.println
to allow us to see what the CI actually does.Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,