activemq-artemis/tests
Martyn Taylor 945963ed07 Remove DelegatingSession class
DelegatingSession class wraps ClientSessionImpl and attempts to close
session should it not be closed by the user.  It does this by
implementing finalize.  However, the order in which finalize runs can be
difficult to predict as compilers, and JIT compilers are able to
optimize early.

The current DelegatingSession was causing problems of finalize getting
called early (before consumers, producers were finished with the
session).  This was causing tests to fail on the IBM JDK (which
optimizes early).  The same happens on OpenJDK if the GC is forced.
2016-01-11 19:43:10 -05:00
..
activemq5-unit-tests Deprecation fixes 2016-01-11 13:22:18 -05:00
config binding UDP to localhost so the testsuite will work on environments where UDP is not available due to firewal constraints 2015-09-03 18:06:10 -04:00
extra-tests Remove dead code 2016-01-11 13:21:26 -05:00
integration-tests Remove DelegatingSession class 2016-01-11 19:43:10 -05:00
jms-tests ARTEMIS-177 create/destroy subscription race 2016-01-05 10:44:13 -05:00
joram-tests [maven-release-plugin] prepare for next development iteration 2016-01-04 11:50:36 +00:00
performance-tests ARTEMIS-332 - test added / better dealing with critical errors on paging 2016-01-06 19:42:45 -05:00
soak-tests [maven-release-plugin] prepare for next development iteration 2016-01-04 11:50:36 +00:00
stress-tests [maven-release-plugin] prepare for next development iteration 2016-01-04 11:50:36 +00:00
timing-tests [maven-release-plugin] prepare for next development iteration 2016-01-04 11:50:36 +00:00
unit-tests Remove dead code 2016-01-11 13:21:26 -05:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-01-04 11:50:36 +00:00