Integrated: 8178698: javax/sound/midi/Sequencer/MetaCallback.java failed with timeout
Alexander Zuev
kizune at openjdk.org
Fri Nov 18 21:23:33 UTC 2022
On Tue, 15 Nov 2022 07:31:46 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
> On m1 mac sometimes (in very rare instance) it takes a long time to get the sequencer so increasing timeout helps with that.
> Also on m1 mac sequencer got notified about the first MetaMessage twice. The reason is unclear but watching for that fixes the problem. Also on Linux sometimes process hangs indefinitely without finishing hold by the com.sun.media.sound.MediaDispatcher. Closing the sequencer at the end of the test helps with that.
This pull request has now been integrated.
Changeset: 43ce047f
Author: Alexander Zuev <kizune at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/43ce047f9f417a1d8afa83a3d2c2429a478975db
Stats: 28 lines in 2 files changed: 22 ins; 1 del; 5 mod
8178698: javax/sound/midi/Sequencer/MetaCallback.java failed with timeout
Reviewed-by: prr, psadhukhan
-------------
PR: https://git.openjdk.org/jdk/pull/11157
More information about the client-libs-dev
mailing list