DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
revision | committer | date | comment | review comments |
|---|---|---|---|---|
arnaudsimon | 2008-05-22 | QPID-1079 : Updated ...test.client tests for using QpidTestCase + move QpidTestCase in main so it is visible form systests | RECEIVE_TIMEOUT : get rid of and use configurable timeout when available | |
rgodfrey | 2008-06-19 | QPID-950 : Broker refactoring, copied / merged from branch |
| |
rgodfrey | 2008-06-19 | QPID-950 : Fixed Derby Message Store |
| |
ritchiem | 2008-05-30 | QPID-1101 : Update to DestNameExchange to perform deep copy. | Needs test | |
arnaudsimon | 2008-06-03 | QPID-1115 : Only generate client ID when necessary | RG to comment on Jira | |
ritchiem | 2008-06-03 | QPID-1092 : Changed toString to be String.valueOf(getObject()) Added MessageToStringTest, tests performing toString on Message before calling getObject(). | Weird catch in close() | |
arnaudsimon | 2008-06-03 | QPID-1112 : Update previous commit by re-using messageAcknowledge (added a flag specifying whether to send an messageAccept) | inRecover check in BMC_0_10.postDeliver might be a problem with async delivery | |
rhs | 2008-06-09 | QPID-901 : always reset the auto-sync mode even if the call fails | RHS: make sure flag is used where appropriate | |
ritchiem | 2008-06-13 | QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows fo ... | InternalMinaProtocolSession has a bug in awaitDelivery where it can hang because deliveryCount is already set to !0 | |
rgodfrey | 2008-06-20 | QPID-1144 : Reference count drops to zero too early for immediate messages in a txn | RG: document LocalTransactionalContext | |
rgodfrey | 2008-06-20 | QPID-1101 : Updated Direct Exchange so it does not modify lists of queues | No Test | |
aidan | 2008-06-26 | QPID-854 QPID-999 : Merge Changes to the client to make the dispatcher responsible for closing the queue browser when all the messages have been processed. | JIRA clean up of anon CloseMessage DeliveryBody class. | |
ritchiem | 2008-06-26 | QPID-909 : Commented out the TimerTask so that it can be wrapped with a ScaledTestDecorator. Minimal change to get our existing tests to run. If closer duration control is required then further time c ... | Change Commit list | |
rajith | 2008-06-30 | This commit is related to QPID-1161 . Please refer to the JIRA for complete details. In Summary this contains a simple test kit comprising of perf and soak tests. The focus is on producing a packaged ... |
| |
ritchiem | 2008-07-04 | QPID-871 - Added a ConnectionRegistry per Virtualhost to track the open connections. Altered the ApplicationRegistry so that when the shutdown hook is fired it: Unbinds from the listening sockets Then ... |
| |
rhs | 2008-07-29 | QPID-1201 : fixed up version of aidan's patch, there are still failures when running against an external java broker, however we seem to get past basic connection negotiation now | Need to check that this works with 0-8 only broker | |
rajith | 2008-07-31 | This is related to QPID-1208 . I have enabled the code which will print xxxx when the log level != debug. | Should not ever print the password. | |
rhs | 2008-07-31 | QPID-1210 : made qpid-run output level configurable | Fix setting of level in qpid-server to include \ or indent properly |
Commits
revision | committer | date | comment | Review Notes |
|---|---|---|---|---|
rhs | 2008-08-01 | added benchmark tool for java native + jms APIs |
| |
rhs | 2008-08-01 | improved usage |
| |
cctrieloff | 2008-08-01 |
|
| |
tross | 2008-08-01 | Make md5-hash of table recursively include data from referenced groups |
| |
kpvdr | 2008-08-01 | Removed typedefs which were generating ignored warnings on gcc 4.3 compiler. |
| |
tross | 2008-08-01 | QPID-1174 - Clean up agent objects when the remote agent disconnects |
| |
tross | 2008-08-01 | Don't pad out the last column of a table |
| |
kpvdr | 2008-08-01 | Initial framework for ACL reader |
| |
ritchiem | 2008-08-04 | QPID-1215 : Replaced use of FileReader with FileInputStream |
| |
cctrieloff | 2008-08-04 | updated ais instructions |
| |
cctrieloff | 2008-08-04 | correc version number |
| |
aidan | 2008-08-05 | Add slf4j deps to perftests, we should move all this to ant |
| |
aidan | 2008-08-05 | QPID-1206 : Fix failover and failover tests AMQConnection: remove dead and confusingly misnamed method AMQSession: rename failedOver to failedOverDirty to convey actual usage, only set it if we faile ... |
| |
astitcher | 2008-08-05 | Modified error checking on TCP socket read so that it's no longer fatal |
| |
gsim | 2008-08-05 | Merged r682685: Modified error checking on TCP socket read so that it's no longer fatal |
| |
tross | 2008-08-05 | QPID-1214 - Committed William's patch |
| |
tross | 2008-08-05 | Removed spurious print |
| |
tross | 2008-08-05 | Restructured qpid-tool commands to allow active-only lists |
| |
aconway | 2008-08-05 | Fix sporadic shutdown hang in clustered broker. Add start-stop_cluster test scripts |
| |
gsim | 2008-08-05 |
|
| |
gsim | 2008-08-05 |
|
| |
aconway | 2008-08-05 | Fix Cluster::send encode race. |
| |
rhs | 2008-08-05 | Profiling driven changes: - made AMQShortString cache the toString() value - added static initializer to IoTransport to disable use of pooled byte buffers - modified IoSender to permit buffer ... |
| |
rhs | 2008-08-05 | QPID-1219 : cleanup of prior commit (r682887) |
| |
cctrieloff | 2008-08-05 | Added actions for ACL on mgnt actions |
| |
cctrieloff | 2008-08-06 | correct action on purge & remove ROUTINGKEY type |
| |
gsim | 2008-08-06 | Merged r681164. |
| |
rhs | 2008-08-06 | QPID-1221 : added customizable UUID generation and switched the default strategy to use nameUUIDFromBytes rather than randomUUID |
| |
astitcher | 2008-08-06 | Refactor Thread platform code so that the implementation is completely decoupled from its interface |
| |
aconway | 2008-08-06 |
|
| |
rhs | 2008-08-06 | QPID-1222 : round up the buffer size to the nearest power of two |
| |
gsim | 2008-08-07 | Remove reference to deleted sys/posix/Thread.h |
| |
aidan | 2008-08-07 | QPID-1218 : Boost broker performance by lots. AMQMessage: Allow references to be incremented in a pile IncomingMessage: Increment message references in one go, flatten delivery loop a little. Make _d ... | TopicExchange: init array size | |
gsim | 2008-08-07 | Updated suppressions for changes to Thread |
| |
gsim | 2008-08-07 | Removed recursive patch to patch |
| |
aidan | 2008-08-07 | QPID-1218 : fix stupid used-only-by-tests method breakage that I have exposed |
| |
gsim | 2008-08-07 | Updated suppressions |
| |
aconway | 2008-08-07 | Patch from Gordon Sim to fix issues with hasOutput implementation. |
| |
tross | 2008-08-07 | On broker shutdown, re-join the timer thread outside of a locked scope to prevent deadlock. |
| |
ritchiem | 2008-08-07 | QPID-1195 , QPID-1193 Initial changes to allow bind and queue arguments to be stored and recovered from the MessageStore. Created a test to validate that the stored values can be recovered. DerbyStore ... | Passing in null for stuff sucks. | |
ritchiem | 2008-08-07 | QPID-1182 : Some of the NullPointerExceptions from the SimpleACLTest are due to the close and the notification overlapping due to the lack of locking. The problem is that the AtomicBoolean _closed is ... |
| |
rhs | 2008-08-07 | QPID-1213 : Patch from rgodfrey to refactor AbstractJMSMessage and descendants to move AMQP version specific code into delegates and remove unnecessary conversion between 0-8 and 0-10 objects |
| |
aconway | 2008-08-07 | Check CPG flow control. |
| |
rhs | 2008-08-07 | QPID-1213 : removed empty .java files leftover from applying a patch |
| |
aidan | 2008-08-08 | QPID-1224 : add methods to get the list of message ids from a queue, with optional offset. Test class for this. |
| |
rhs | 2008-08-08 | QPID-1213 : fixed a performance regressing from converting uuid -> string and back again |
| |
ritchiem | 2008-08-08 | QPID-1225 cause test to fail if it times out. |
| |
ritchiem | 2008-08-08 | Reverted the addition of *.rej and *.orig so we can see them in a status list. |
| |
ritchiem | 2008-08-08 | QPID-1136 : Provided a fix for the leak in UnacknowledgedMessage when acking. Added a new InternalBrokerBaseCase for performing testing on the broker without using the client libraries. This allows f ... |
| |
ritchiem | 2008-08-08 | QPID-1223 : added ApplicationRegistry.remove. Need to convert to QTC. |
| |
ritchiem | 2008-08-08 | QPID-1226 : DupsOk test never creates the client so create one for the messages. Also improved the testing to ensure we check for failure scenarions. |
|
Jiras
Key | Component(s) | Affects Version/s | Summary | Status | Assignee | Reporter | Review Comments |
|---|---|---|---|---|---|---|---|
Java Client | M3 | (QPID-1206) Failover Tests fail | Resolved | Aidan Skinner | Aidan Skinner |
| |
Java Client | M3 | (QPID-1207) 0-10 client throws runtime exceptions when talking to a 0-9 broker | Open | Rafael H. Schloming | Aidan Skinner | Needs resolved | |
Java Client | M3 | (QPID-1208) Java client logs password in plain text when info level is enabled | Open | Rajith Attapattu | Rajith Attapattu | Needs resolved | |
C++ Client | M3 | (QPID-1209) Port to Windows | Open | Andrew Stitcher | Steve Huston |
| |
Java Common | M3 | (QPID-1210) qpid-run output is confusing for command line scripts | In Progress | Rafael H. Schloming | Rafael H. Schloming | Needs Resolved | |
Interop Testing | M3 | (QPID-1211) C++ interop test runner does not build. | Open | Unassigned | Martin Ritchie |
| |
C++ Client |
| (QPID-1212) C++ client trunk cannot be used in interop testing, as it is 0-10 only and cannot interop with the java broker. | Open | Unassigned | Martin Ritchie |
| |
Java Client | M3 | (QPID-1213) UnprocessedMessage needs to die | Open | Rafael H. Schloming | Aidan Skinner | ||
C++ Broker, Python Test Suite |
| (QPID-1214) Requirement to be able to purge the top item or top n items from a queue. | Resolved | Ted Ross | William Henry |
| |
Java Tools |
| (QPID-1215) JNDICheck uses 1.6 specific methods Properites.load(Reader) | Resolved | Martin Ritchie | Martin Ritchie |
| |
Java Client | M3 | (QPID-1216) ConnectionCloseTest failed with 0-10 client | Open | Rafael H. Schloming | Aidan Skinner |
| |
Java Client | M2, M2.1, M3 | (QPID-1217) AMQSession 0-8 createTemporaryQueue does not perform the creation on the broker. | Open | Unassigned | Martin Ritchie |
| |
Java Broker | M3 | (QPID-1218) Qpid Broker has slowed dramatically | Open | Aidan Skinner | Aidan Skinner |
| |
Java Client | M3 | (QPID-1219) profiling related changes for the java 0-10 client | Resolved | Rafael H. Schloming | Rafael H. Schloming |
| |
Java Client | M3 | (QPID-1220) ConnectionTest testClosedNotificationAndWriteToClosed fails intermittently | Open | Rafael H. Schloming | Aidan Skinner |
| |
Java Client | M3 | (QPID-1221) UUID.randomUUID() is really slow | Resolved | Rafael H. Schloming | Rafael H. Schloming |
| |
| M3 | (QPID-1222) IoSender breaks when the send buffer is not a power of 2 | Resolved | Rafael H. Schloming | Rafael H. Schloming |
| |
Java Tests |
| (QPID-1223) All System tests not extending QpidTestCase do not correctly clean up VM State. | Open | Unassigned | Martin Ritchie |
| |
Java Broker | M3 | (QPID-1224) No way to get list of message ids off of queue | Resolved | Aidan Skinner | Aidan Skinner |
| |
Java Tests | M3 | (QPID-1225) DupsOk doesn't fail if it times out waiting for messages to be recieved. | Resolved | Martin Ritchie | Martin Ritchie |
| |
Java Tests |
| (QPID-1226) DupsOk doesn't create the consumer so will always fail to receive messages. | Open | Unassigned | Martin Ritchie |
|