Agenda

Commits review
JIRA Review
AOCB

Outstanding actions

revision

committer

date

comment

review comments

r659163

arnaudsimon

2008-05-22

QPID-1079 : Updated ...test.client tests for using QpidTestCase + move QpidTestCase in main so it is visible form systests

Remove  amqj.AutoCreateVMBroker
Investigate if tests aren't working on trunk without this setting
Remove VMTestCase?   Remove all classes that were no longer referenced (VMBrokerSetup) 
RECEIVE_TIMEOUT : get rid of and use configurable timeout when available
 move kills to base case

r659262

arnaudsimon

2008-05-22

QPID-1079 : added junit dep to client as it's not included within all environments (for example on RHEL-4)

Should move QpidTestCase into common base package; not in client.

r659271

rhs

2008-05-22

Made Range, RangeSet, and Session all use proper RFC1982 comparisons per QPID-861 . Also switched command ids from long -> int, and added a mutex to channel to prevent multi-frame commands from interle ...

Use .intValue() not (int) (long)

r661561

rajith

2008-05-30

This check in is for QPID-1102 . IoHandler and IoSender uses the java.io classes for IO operations and have shown very good improvement in latency and memory usage over MINA. For certain tests with pub ...

Should use configuration and be more configurable. Narrow catch Exception clause.

r669431

rgodfrey

2008-06-19

QPID-950 : Broker refactoring, copied / merged from branch

 

r669480

rgodfrey

2008-06-19

QPID-950 : Fixed Derby Message Store

 

r669841

rgodfrey

2008-06-20

QPID-1144 : Reference count drops to zero too early for immediate messages in a txn

 

r661746

ritchiem

2008-05-30

QPID-1101 : Update to DestNameExchange to perform deep copy.

Needs test

r662755

arnaudsimon

2008-06-03

QPID-1115 : Only generate client ID when necessary

RG to comment on Jira

r662770

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()

r662827

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

r662849

rhs

2008-06-03

QPID-1062 : modified generated code to keep packing flags in wire form and override commonly used size methods for improved performance

Remove commented out code

r663677

rhs

2008-06-05

QPID-1116 : fixed a race condition in connection/session close, session close now waits for the session to be detached before returning, this guarantees we won't have any active sessions when the conne ...

Client.java has random cruft added.

r665841

rhs

2008-06-09

QPID-901 : always reset the auto-sync mode even if the call fails

RHS: should raise Jira for autosync flag

r666259

rhs

2008-06-10

QPID-1129 : unless otherwise specified, limit the receive buffer size to 64K

Mina makes OOM'ing hard to figure out

r667561

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

r669841

rgodfrey

2008-06-20

QPID-1144 : Reference count drops to zero too early for immediate messages in a txn

Review LTC with Rob

r669885

rgodfrey

2008-06-20

QPID-1101 : Updated Direct Exchange so it does not modify lists of queues

No Test

r671845

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.

r671949

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

  • No labels