The 1.2.1 byteman jar installed in the ext directory suffers from bug https://jira.jboss.org/jira/browse/BYTEMAN-80. This is causing some of the reaper unit tests to fail. In the absence of a fix to the Byteman bug the best way to bypass this is to disable overriding injection by setting property org.jboss.byteman.skip.override.rules in the ant macro run.tests.macro. This means that overriding injection cannot be used when scripting unit tests but as it is currently inherently flaky this is no bad thing.
- is blocked by
-
BYTEMAN-80 Byteman fails to inject rules attached to class X whenever subclass Y extends X gets loaded before X
- Closed