See <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/245/changes>
Changes: [aconway] QPID-4410: Fix qpid-config argument parsing, broken by recent commit r1404836 Only the new --broker-addr option was working, the --broker option was being ignored. [aconway] Bug 874118 - HA Deadlock in backup broker after disconnecting from primary. The backup broker was running ExchangeRegistry::for_each to clean up connections, but this holds the ExchangeRegistry lock and hence the deadlock. Now we copy a list of exchanges with for_each and work on it without the lock. The issue showed up for 0 timeouts only because the queue schedules non-0 timeouts to a separate timer thread. [aconway] QPID-4430: HA QMF queue events do not propagate to backups under load (Jason Dillaman) In a stress tests QMF events were not being propagated to backups. Discovered that the inter-broker link had hundreds of thousands of enqueued OutputTasks -- representing only a few unique consumers. There should only be only a single output task for a given consumer. This appears to have stalled the delivery of QMF messages to the backup broker [jross] Reverting change 1404836, which was causing test failures [kwall] QPID-4422: removed tabs from the new test Applied patch from Philip Harvey <[email protected]> [chug] QPID-3067 moved old examples - repair winsdk script not to reference directories deleted by r1075883 [chug] QPID-4423 C++ Broker federated bridge creation should not declare named queues. Named queues are assumed to exist and should not be declared during bridge creation. [chug] QPID-4427 C++ Messaging Client .NET Binding failed to wrap receiver.close(). Also add exception handler to closing section of map callback receiver example. [chug] QPID-4426 Add exception callback to sessionreceiver callback server. This patch fixes the server and the csharp.map.callback.receiver.cs client example. [kwall] QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to be passed in order to allow re-subscribing to durable subscriptions. Centralised the creation of client properties such that this is only done in one place across all protocols. Also increased Python Client (0-8..0-9)'s diagnostic logging. [astitcher] NO-JIRA: Remove unnecessary gcc conditionals [astitcher] NO-JIRA: Don't export non API symbols from libqpidmessaging when using gcc [tross] Added signing key [mcpierce] QPID-4417: Add minimum Swig version check to autotools and Cmake Any version of Swig < 1.3.32 results in errors in the Perl language bindings. This change forces both build systems to require at least version 1.3.32 of Swig in order to build those language bindings. ------------------------------------------ [...truncated 2657 lines...] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.049 sec [junit] Running org.apache.qpid.disttest.controller.config.MessageProviderConfigTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.003 sec [junit] Running org.apache.qpid.disttest.controller.config.ParticipantConfigTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.01 sec [junit] Running org.apache.qpid.disttest.controller.config.ProducerConfigTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.002 sec [junit] Running org.apache.qpid.disttest.controller.config.SessionConfigTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.019 sec [junit] Running org.apache.qpid.disttest.controller.config.TestConfigTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.008 sec [junit] Running org.apache.qpid.disttest.controller.config.TestInstanceTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006 sec [junit] Running org.apache.qpid.disttest.jms.JmsMessageAdaptorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec [junit] Running org.apache.qpid.disttest.message.JsonHandlerTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec [junit] Running org.apache.qpid.disttest.message.ParticipantResultTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.042 sec [junit] Running org.apache.qpid.disttest.results.aggregation.AggregatorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.023 sec [junit] Running org.apache.qpid.disttest.results.aggregation.ParticipantResultAggregatorTest [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.004 sec [junit] Running org.apache.qpid.disttest.results.aggregation.SeriesStatisticsTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.001 sec [junit] Running org.apache.qpid.disttest.results.aggregation.TestResultAggregatorTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.003 sec [junit] Running org.apache.qpid.disttest.results.formatting.CSVFormatterTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003 sec [junit] Running org.apache.qpid.disttest.results.formatting.CSVOrderParticipantResultComparatorTest [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.009 sec [junit] Running org.apache.qpid.systest.disttest.QpidQueueCreatorTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 24.201 sec [junit] Running org.apache.qpid.systest.disttest.clientonly.BasicDistributedClientTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 51.694 sec [junit] Running org.apache.qpid.systest.disttest.clientonly.ConsumerParticipantTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 38.62 sec [junit] Running org.apache.qpid.systest.disttest.clientonly.DistributedClientTest [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 94.202 sec [junit] Running org.apache.qpid.systest.disttest.clientonly.MessageProviderTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 24.727 sec [junit] Running org.apache.qpid.systest.disttest.clientonly.ProducerParticipantTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 20.94 sec [junit] Running org.apache.qpid.systest.disttest.controllerandclient.ControllerAndClientTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 70.455 sec [junit] Running org.apache.qpid.systest.disttest.controlleronly.DistributedControllerTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.27 sec [junit] Running org.apache.qpid.systest.disttest.endtoend.EndToEndTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.722 sec [echo] Running ant for module : perftests [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> touch-failed: [echo] Running ant for module : broker-plugins/access-control [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> prepare: compile_velocity: check_velocity_deps: gen_logging: precompile: compile: [echo] Targeting : 1.5 copy-metainf-resources: [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/access-control/resources> does not exist. copy-module-metainf: jar.manifest: jar.nomanifest: jar: precompile-tests: compile-tests: jar-tests: jar-sources: libs: copy-bin: copy-etc: postbuild: build: test: [echo] Using profile:java-dby.0-9-1 [junit] Running org.apache.qpid.server.security.access.config.AclActionTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.232 sec [junit] Running org.apache.qpid.server.security.access.config.AclRulePredicatesTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.025 sec [junit] Running org.apache.qpid.server.security.access.config.ActionTest [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.079 sec [junit] Running org.apache.qpid.server.security.access.config.ClientActionTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec [junit] Running org.apache.qpid.server.security.access.config.PlainConfigurationTest [junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.19 sec [junit] Running org.apache.qpid.server.security.access.config.RuleTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.008 sec [junit] Running org.apache.qpid.server.security.access.firewall.HostnameFirewallRuleTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.024 sec [junit] Running org.apache.qpid.server.security.access.firewall.NetworkFirewallRuleTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.014 sec [junit] Running org.apache.qpid.server.security.access.plugins.DefaultAccessControlTest [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] Running org.apache.qpid.server.security.access.plugins.RuleSetTest [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.042 sec [echo] Running ant for module : broker-plugins/access-control [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> touch-failed: [echo] Running ant for module : broker-plugins/management-http [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> prepare: unwardojo: precompile: compile: [echo] Targeting : 1.5 copy-metainf-resources: [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-http/resources> does not exist. copy-module-metainf: jar.manifest: jar.nomanifest: jar: precompile-tests: compile-tests: jar-tests: jar-sources: libs: copy-bin: copy-etc: postbuild: build: test: [echo] Using profile:java-dby.0-9-1 [junit] Running org.apache.qpid.server.management.plugin.HttpManagementFactoryTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.063 sec [junit] Running org.apache.qpid.server.management.plugin.servlet.rest.ConfiguredObjectToMapConverterTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.034 sec [junit] Running org.apache.qpid.server.management.plugin.session.LoginLogoutReporterTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.029 sec [echo] Running ant for module : broker-plugins/management-http [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> touch-failed: [echo] Running ant for module : broker-plugins/management-jmx [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> prepare: precompile: compile: [echo] Targeting : 1.5 copy-metainf-resources: [copy] Warning: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/broker-plugins/management-jmx/resources> does not exist. copy-module-metainf: jar.manifest: jar.nomanifest: jar: precompile-tests: compile-tests: jar-tests: jar-sources: libs: copy-bin: copy-etc: postbuild: build: test: [echo] Using profile:java-dby.0-9-1 [junit] Running org.apache.qpid.server.jmx.JMXManagementFactoryTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062 sec [junit] Running org.apache.qpid.server.jmx.ManagementLogActorTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.48 sec [junit] Running org.apache.qpid.server.jmx.mbeans.ConnectionMBeanTest [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.173 sec [junit] Running org.apache.qpid.server.jmx.mbeans.ExchangeMBeanTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.08 sec [junit] Running org.apache.qpid.server.jmx.mbeans.LoggingManagementMBeanTest [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 0.061 sec [junit] Running org.apache.qpid.server.jmx.mbeans.QueueMBeanTest [junit] Tests run: 40, Failures: 0, Errors: 0, Time elapsed: 0.22 sec [junit] Running org.apache.qpid.server.jmx.mbeans.ServerInformationMBeanTest [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.033 sec [junit] Running org.apache.qpid.server.jmx.mbeans.UserManagementMBeanTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.034 sec [junit] Running org.apache.qpid.server.jmx.mbeans.VirtualHostManagerMBeanTest [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.055 sec [echo] Running ant for module : broker-plugins/management-jmx [delete] Deleting: <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build/scratch/test-java-dby.0-9-1.properties> touch-failed: BUILD FAILED <https://builds.apache.org/job/Qpid-Java-Java-DBY-TestMatrix/./jdk=JDK%201.6%20(latest),label=ubuntu,profile=java-dby.0-9-1/ws/trunk/qpid/java/build.xml>:100: TEST SUITE FAILED Total time: 111 minutes 36 seconds Build step 'Invoke Ant' marked build as failure [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results
