| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951163 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
connect. Perhaps additional test requried where queue has old messages but no delete policy, just disconnect. Consumer will be disconnected during the first receive(). Also why is the oldest Arrival time set to Long.MAX_LONG when there are no messages on the queue, why not 0.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951162 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
and fix for NPEs.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951161 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
IBBC as this is a broker unit test.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951160 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
ConfigurationExceptions during the configuration phase of loading configuration.
Creating a plugin and providing it with configuration should not throw a configuration exception.
Added configuration validation to newer plugins SimpleXML still needs validation.
todo Docuement Configuration mechanism.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951159 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951158 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@951157 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950740 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
removing the exclusion features now handled by the new QpidTestCase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950730 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
delete QpidBrokerTestCase such that the old QpidTestCase as at r950614 can be copied into its place with updates to retain history.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950727 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
configure(ConfigurationPlugin config) method.
Further work is required to ensure that all ConfigurationPlugins perform config validation rather than leaving that to the plugin.
The plugin should just use the config.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950656 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
the broker. VHCT needed to ensure that the configuration for the various queue priorities was set. The actors need to be able to en/disable status-updates as required.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950654 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950653 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
to setup so tests can clear it and make their own
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950652 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950651 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950650 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
Base classes now extends IBBC rather than TestCase.
The rest of the tests were updated to make use of the configure method rather than their own setUpWithConfig().
The test do not directly require an ApplicationRegistry and were using it to assist in the creation of the logger parmeters.
CurrentActor test was also updated to stop the broker before testing to ensure that any Actors set for the broker test run are removed so that the CurrentActor.set/remove logic can be tested.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950649 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
required move to XMLConfiguration from PropertyConfiguration
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950648 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
was duplicating IBBC setup
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950647 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
This test also required a change to record the number of queues created during IBBC broker startup and ensure the test added one more test.
Previously it checked for 0 queues then 1 queue now it is n and n+1.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950646 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
ExpiredMessage check period.
Removed local variables and renamed others to utilise those created by IBBC.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950645 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
extend InternalBrokerBaseCase.
Fixed up @Override on setUp/tearDowns removed setUp/tearDowns that were simply super calls.
Corrected existing setUp/tearDowns to call super.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950644 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
vhosts and one named after the test via getName().
Also provide configure() method callback so the test can provide any configuration it needs before the broker starts up.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950643 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950642 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
to set its additional property
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950641 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
are not marked as so.
They only work InVM but require a client. These should be either updated to be broker tests and not need the client
or updated to not relay on the InVM transport.
Also updated the code in old_test to be in line with these changes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950640 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
broker/test as a dependency
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950639 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950638 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
Now tests durable subscriptions and all three triggers, depth,messageAge,messageCount
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950637 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
packages via OSGi.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950636 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
3-Digit LoggingClasses and use that as the basis for generation. Expose LogSubjects from Queue and Session.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950635 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950621 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Changed all existing test cases that extened QpidTestCase to QpidBrokerTestCase.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950617 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Renamed the old QpidTestCase to QpidBrokerTestCase
Created a new class QpidTestCase and moved the test exclusion logic to this class.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@950615 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Emmanuel Bourg <ebourg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949855 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patches from Emmanuel Bourg <ebourg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949853 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
it was broken by previous commits
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949791 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949788 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949787 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949786 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949785 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949784 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949783 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949781 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949780 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
the same configuration
Applied patch from Andrew Kennedy <andrew.international@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949779 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
syncchronous op before killing the broker to ensure all the additional messages reach the broker before it is killed. Update message numbering to be based from 1 to aid log clarity.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949735 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
| |
addition to "capacity:10" where both source and target is set to 10.
2. If the exchange type if direct and no subject is set, then the routing_key is set to "" instead of throwing an exception.
3. Added a fix to infer the exchange type if specified in the x-declares section.
4. The link can now specify an optional 'name' parameter which will be used as the queue name if present.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949083 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
Removed commons collections from the build deps.
Added the ReferenceMap and supported classes under a subpackage in qpid.
These classes were copied from the Commons Collections release tag 3_2.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@949076 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@948637 13f79535-47bb-0310-9956-ffa450edef68
|