| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@966724 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963232 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
broker doesn't have SCD also Java 0.10 profile will not pass due to issues with client exception handling see QPID-2657
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960556 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@950621 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/qpid@949781 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Test to correctly run and prevent failover.
Update excludes to include test in Java Broker runs but not CPP or 010.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945683 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@944458 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
I am temporarily excluding them to keep the tests green, to ensure we don't miss any new failures.
Meanwhile I work on the test failures to figure out cause.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@944064 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Look at QPID-1575 for more details.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@920365 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
Lowering the queue cleaner interval in the broker does not seem to work properly.
Therefore I am disabling the testActiveTTL test and removing the queue purge interval explictly set in the profile.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910987 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
The C++ broker removes stales messages using the following strategies
a) If a consumer requests a messages, it checks the head and discards it if it's expired
b) Runs the queue cleaner thread every x (defaults to 5 mins) secs and discards stale messages.
I enabled the TimeToLiveTest (by commenting it out) and reduced the --queue-purge-interval to 1 sec.
This may interfere with other tests. If that happens I will try to increase above interval and the test timeout and see if we could get by.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@910777 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
difference in semantics.
I am temporarily disabling this test for the C++ broker test profiles.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@905491 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904934 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
The CPPExcludes file needs to be split in to a 010Excludes file so that the CPPExclude only contains test the CPP broker should not run and the 010Exclude contains tests that any 0-10 broker should exclude.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888347 13f79535-47bb-0310-9956-ffa450edef68
|