Nightly Distribution of the master branch

Build: #1658 failed Manual run by Florian Schmaus

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
8 minutes
Labels
None
Revision
04f1d79d720e00aa564f60374f98f033c591d3b8
Failing since
#1655 (Changes by Florian Schmaus <flo@geekplace.eu>)
Fixed in
#1669 (Changes by Florian Schmaus <flo@geekplace.eu>)
No failed test found. A possible compilation error occurred.

Responsible

  • Florian Schmaus Florian Schmaus Automatically assigned

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 04f1d79d720e00aa564f60374f98f033c591d3b8 Try GC in MemoryLeakTestUtil.assertReferencesQueueSize()
It appears that we observe a partion GC run on some systems,
especially ones with few resources. Hopefully this increases the
chances to observe the expected GC affects so that the unit test
passes also on those systems.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 2dedd75cd7223859351ce1ebacb6cba2163552fa Add comment about Thread.yield() in MemoryLeakTestUtil