[jgroups-git] [belaban/JGroups] : - Added byteman (jboss.org/byteman) JARs (https://...
Brought to you by:
belaban
From: GitHub <no...@gi...> - 2012-01-11 11:56:41
|
Branch: refs/heads/JGRP-1396 Home: https://github.com/belaban/JGroups Commit: 32facdcd590775bd828e9c827d9503292c2b8f85 https://github.com/belaban/JGroups/commit/32facdcd590775bd828e9c827d9503292c2b8f85 Author: Bela Ban <be...@ya...> Date: 2012-01-11 (Wed, 11 Jan 2012) Changed paths: M build.xml A conf/scripts/RingBufferTest/testRemoveAndConcurrentAdd.btm A conf/scripts/RingBufferTest/testRemoveAndConcurrentAdd2.btm A conf/testng/byteman.xml A lib/byteman-bmunit.jar A lib/byteman-install.jar A lib/byteman-submit.jar A lib/byteman.jar M lib/licenses/thirdparty-licenses.xml M src/org/jgroups/Global.java A tests/byteman/org/jgroups/tests/byteman/RingBufferTest.java M tests/junit-functional/org/jgroups/tests/RingBufferTest.java Log Message: ----------- - Added byteman (jboss.org/byteman) JARs (https://issues.jboss.org/browse/JGRP-1409) - Added target "byteman" to build - Added new test org.jgroups.tests.byteman.RingBuffer to test correctness using byteman - Added conf/scripts/RingBufferTest/xxx.btm, containing byteman rules Commit: 1466f9309987d4c23cfdda2795304be01c28ebef https://github.com/belaban/JGroups/commit/1466f9309987d4c23cfdda2795304be01c28ebef Author: Bela Ban <be...@ya...> Date: 2012-01-11 (Wed, 11 Jan 2012) Changed paths: A doc/design/RingBuffer.txt M src/org/jgroups/protocols/pbcast/NAKACK2.java M src/org/jgroups/util/RingBuffer.java Log Message: ----------- Changed remove() and removeMany() to null elements and advance low (if nullify is set to true) Compare: https://github.com/belaban/JGroups/compare/f0607b2...1466f93 |