From a8c5c3888feed40fd6c47a44f677668250e7635d Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Fri, 5 Dec 2014 14:47:09 +0000 Subject: QPID-6262: Temporarily exclude the SSL system tests whist the NIO refactor is underway git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1643301 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 618dfd8586..a6f9fb12c7 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -29,3 +29,8 @@ org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testNoLocalMessagesNotDe //QPID-4153 Messages causing a runtime selector error should be dead-lettered (or something similar) org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError + + + +// QPID-6262: Temporary exclusion whilst NIO refactoring is in flight +org.apache.qpid.client.ssl.SSLTest#* -- cgit v1.2.1 From d73645fe7be57f2eae7889f42f6858b13c5573af Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Mon, 8 Dec 2014 17:01:57 +0000 Subject: NonBlockingSenderReceiver for the Java Broker for AMQP-0-10 and 0-9. Heartbeating working. AMQ 1.0 not tested. System tests failing at about ~PriorityQueueTest with seeming resource leak. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1643866 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index a6f9fb12c7..603d6293ce 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -34,3 +34,4 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError // QPID-6262: Temporary exclusion whilst NIO refactoring is in flight org.apache.qpid.client.ssl.SSLTest#* +org.apache.qpid.server.transport.TCPandSSLTransportTest#* -- cgit v1.2.1 From 8aaf925dc76e09c58c41febb3d63a4610f8c21e2 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 9 Dec 2014 15:00:19 +0000 Subject: Omit the BrokerLoggingTest that tests SSL. As SSL is currently disabled the IO threads it was spawning were being left behind running on after the tests completed. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1644073 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 603d6293ce..610981a24c 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -35,3 +35,5 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError // QPID-6262: Temporary exclusion whilst NIO refactoring is in flight org.apache.qpid.client.ssl.SSLTest#* org.apache.qpid.server.transport.TCPandSSLTransportTest#* +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerStartupListeningTCPSSL +org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL -- cgit v1.2.1 From 2797e4bed9a3480d795023843efeb2f71ba95392 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 9 Dec 2014 15:50:46 +0000 Subject: Exclude ExternalAuthenticationTest too (requires SSL) git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1644094 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 610981a24c..393cb96cb1 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -35,5 +35,6 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError // QPID-6262: Temporary exclusion whilst NIO refactoring is in flight org.apache.qpid.client.ssl.SSLTest#* org.apache.qpid.server.transport.TCPandSSLTransportTest#* +org.apache.qpid.server.security.auth.manager.ExternalAuthenticationTest#* org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerStartupListeningTCPSSL org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL -- cgit v1.2.1 From 129a9e7cece9fe18e9cf1fddf9401e78db36c9cd Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Wed, 10 Dec 2014 14:51:15 +0000 Subject: Iniital SSL work git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1644437 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 1 - 1 file changed, 1 deletion(-) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 393cb96cb1..a0bf5580e7 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -33,7 +33,6 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError // QPID-6262: Temporary exclusion whilst NIO refactoring is in flight -org.apache.qpid.client.ssl.SSLTest#* org.apache.qpid.server.transport.TCPandSSLTransportTest#* org.apache.qpid.server.security.auth.manager.ExternalAuthenticationTest#* org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerStartupListeningTCPSSL -- cgit v1.2.1 From 5cce2b1fbd0d00486106d0cf9d734972f856ee6c Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 10 Dec 2014 17:17:24 +0000 Subject: Reenable support for SSL and Plain on the same port (i.e. the transport sniffing). Reenable all TLS tests git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1644485 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 7 ------- 1 file changed, 7 deletions(-) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index a0bf5580e7..c4b864fb5f 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -30,10 +30,3 @@ org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testNoLocalMessagesNotDe //QPID-4153 Messages causing a runtime selector error should be dead-lettered (or something similar) org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError - - -// QPID-6262: Temporary exclusion whilst NIO refactoring is in flight -org.apache.qpid.server.transport.TCPandSSLTransportTest#* -org.apache.qpid.server.security.auth.manager.ExternalAuthenticationTest#* -org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerStartupListeningTCPSSL -org.apache.qpid.server.logging.BrokerLoggingTest#testBrokerShutdownListeningTCPSSL -- cgit v1.2.1 From f5ee46517eb096030a6c44b14b801eb2aaeb9392 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 10 Feb 2015 18:10:16 +0000 Subject: Refactoring: make the queue no longer be responsible for pushing messages onto the wire git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1658773 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index b52987f369..9f88879ff2 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -27,3 +27,5 @@ org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy //QPID-4153 Messages causing a runtime selector error should be dead-lettered (or something similar) org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError + +org.apache.qpid.server.protocol.v0_8.AckTest -- cgit v1.2.1 From 503b33b9c8ae17a5dc77b8a306a120ea8cdb31d4 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Wed, 11 Feb 2015 14:52:27 +0000 Subject: some more fixes git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/QPID-6262-JavaBrokerNIO@1658974 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaExcludes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles/JavaExcludes') diff --git a/qpid/java/test-profiles/JavaExcludes b/qpid/java/test-profiles/JavaExcludes index 9f88879ff2..95de7de220 100644 --- a/qpid/java/test-profiles/JavaExcludes +++ b/qpid/java/test-profiles/JavaExcludes @@ -28,4 +28,9 @@ org.apache.qpid.test.client.queue.QueuePolicyTest#testRejectPolicy org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError -org.apache.qpid.server.protocol.v0_8.AckTest +org.apache.qpid.server.protocol.v0_8.AckTest#* +org.apache.qpid.server.protocol.v0_8.AcknowledgeTest#* +org.apache.qpid.server.protocol.v0_8.AMQChannelTest#* +org.apache.qpid.server.protocol.v0_8.QueueBrowserUsesNoAckTest#* +org.apache.qpid.server.protocol.v0_8.MaxChannelsTest#* + -- cgit v1.2.1