DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Agenda
Commits review
JIRA Review
AOCB
Outstanding actions
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 |
|
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 |
|
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 |
|
rhs |
2008-07-31 |
QPID-1210 : made qpid-run output level configurable |
Fix setting of level in qpid-server to include \ or indent properly |
|
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 |
|
rhs |
2008-08-08 |
QPID-1213 : simplified unprocessed message and moved version specific code into the _0_8 and _0_10 variants |
FlowControllingBlockingQueue - Revert change - Add new JIRA for profiling change |
Additional Actions
Rob : email list about Qpid testing strategy now that we have multiple performance testing frameworks.
Martin : Document InternalBrokerBaseCase
Aidan : Email list about logging of plain text passwords in debug logging.
RG : JIRA + Commit Build.xml
RHS : JIRA : Add QTC
RHS : Remove forked execution mode from tests
Rob : New VM Transport, two of them one that encodes one that sends objects
Commits
revision |
committer |
date |
comment |
review notes |
|---|---|---|---|---|
ritchiem |
2008-08-18 |
QPID-1226 : Last few changes to correctly shutdown all ApplicationRegistries on each test run |
|
|
rhs |
2008-08-18 |
QPID-1252 : modified tests to unsubscribe the durable subscriptions they create |
|
|
gsim |
2008-08-18 |
QPID-1250 : Ensure broker receives session.detached before channel can be reused. |
|
|
rhs |
2008-08-18 |
updated qpid.0-10/java to match trunk/qpid/java@686835 |
|
|
aconway |
2008-08-18 |
Configure --without-cpg by default for M3. |
|
|
gsim |
2008-08-18 |
QPID-1250 : Ensure broker receives session.detached before channel can be reused. Merge of 686818 from trunk. |
|
|
kpvdr |
2008-08-18 |
Added --dtx option to txtest for DTX transaction testing |
|
|
kpvdr |
2008-08-18 |
Added --dtx option to txtest for DTX transaction testing |
|
|
aidan |
2008-08-19 |
QPID-1202 : Rebind durable subscriptions if the arguments have changed TopicExchange: take field arguments into account when determining if topic binding already exists when binding, but not for regul ... |
|
|
tross |
2008-08-19 |
Created a development branch for C++ broker management |
|
|
kpvdr |
2008-08-19 |
Missing DTX recover code for --dtx mode in txtest |
|
|
rhs |
2008-08-19 |
increased the timeout in the new DurableSubscriptionTest from 250 milliseconds to 1 second |
|
|
kpvdr |
2008-08-19 |
Missing DTX recover code for --dtx mode in txtest |
|
|
kpvdr |
2008-08-19 |
Forgot to remove unneeded comment |
|
|
kpvdr |
2008-08-19 |
Forgot to remove unneeded comment |
|
|
gsim |
2008-08-19 |
Build tweaks for distcheck: * ensure examples dirs are writable so executables can be compiled * cleanup files on distclean |
|
|
arnaudsimon |
2008-08-20 |
qpid-1251: changed close method for closing the underlying socket on windows only. |
|
|
rhs |
2008-08-20 |
QPID-1252 : remove the durable subscription when done with it, and increased another timeout |
|
|
gsim |
2008-08-20 |
Remove 'clever' locking as it actually degrades performance. |
|
|
rhs |
2008-08-20 |
branch for experimental work |
|
|
aidan |
2008-08-20 |
QPID-1202 : TopicExchance.removeFilteredQueue: if there are no instances of the filter, it's ok to remove it. |
|
|
aidan |
2008-08-20 |
QPID-1217 : make temporary queue creation actually create the temporary queue. AMQSession*: consolidate createTemporaryQueue into AMQSession. ConnectionTest: declare custom exchanges before testing t ... |
|
|
rhs |
2008-08-21 |
added codegen for 1-0-draft xml |
|
|
ritchiem |
2008-08-21 |
QPID-1225 : Temporary commit to allow CI systems to help diagnose cause of race condition. My guess is that the session is open but closes right after the isClosed call is done. So the client the goes ... |
|
|
ritchiem |
2008-08-21 |
Add Simple Request/Response Example from M2.x |
|
|
ritchiem |
2008-08-21 |
Remove old crufty helper that is not used. |
|
|
ritchiem |
2008-08-21 |
QPID-1225 : Remove SimpleACLTest from the test runs as the issues has been identified. |
|
|
ritchiem |
2008-08-21 |
Stopped the broker closing the ProtocolSessions as this was causing the client to lock in Mina seemingly missing the notify for the CloseFuture and hangs indefinately |
|
|
ritchiem |
2008-08-21 |
QPID-1256 : Initial commit of build creator tool. Documentation to appear on Wiki. ( http://cwiki.apache.org/confluence/display/qpid/Build+Creator) |
|
|
ritchiem |
2008-08-21 |
QPID-1225 : Changed SimpleACLTest to use QpidTestCase so the failing test can be excluded. This change DOES NOT mean the test will run agains the exteranl brokers. The test explicitly shutsdown the QT ... |
|
|
ritchiem |
2008-08-21 |
Sorry went crazy with git and didn't meant to commit this change |
|
|
aidan |
2008-08-21 |
QPID-1167 : reset queue notification lists when creating queues. Pull out defaults centrally. |
|
|
aidan |
2008-08-21 |
Update version, NOTICE files. |
|
|
aidan |
2008-08-21 |
Tag M3 |
|
|
aconway |
2008-08-21 |
Pre-buffering output strategy for cluster. Additional hooks in broker code, should not affect standalone broker. |
|
|
aconway |
2008-08-21 |
Fix typo. |
|
|
aconway |
2008-08-21 |
Use numeric version number 0.3 in AC_INIT. |
|
|
gsim |
2008-08-22 |
Update & correct some of the notes included with the release. |
|
Jiras
Key |
Component(s) |
Affects Version/s |
Summary |
Status |
Assignee |
Reporter |
Review Comments |
|---|---|---|---|---|---|---|---|
Java Management Console |
|
(QPID-1240) NullPointerException when setting access level in UserManagement Panel |
Open |
Unassigned |
Martin Ritchie |
|
|
Java Management Console |
|
(QPID-1241) qpidmc.bat script does not cope with spaces (" ") in the path. |
Open |
Unassigned |
Martin Ritchie |
|
|
Java Management Console |
|
(QPID-1242) Ability to view Binary Messages was lost in the merge |
Open |
Unassigned |
Martin Ritchie |
|
|
Ant Build System, Java Management Console |
|
(QPID-1243) Provide mechanism to build management console |
Open |
Unassigned |
Martin Ritchie |
|
|
Java Client |
|
(QPID-1244) The 0-10 java client sometimes NPEs when the broker initiates connection close |
Resolved |
Rafael H. Schloming |
Rafael H. Schloming |
|
|
Java Client |
M3 |
(QPID-1245) message prefetched into the synchronous queue don't get acked when a message listener is set |
Resolved |
Rafael H. Schloming |
Rafael H. Schloming |
|
|
Java Broker |
|
(QPID-1246) Broker/bin scripts do not have execute permission set in svn |
Resolved |
Martin Ritchie |
Martin Ritchie |
|
|
Java Client |
|
(QPID-1247) the qpid tests have a lot of boilerplate code that could be moved to a helper class or a base test case |
Open |
Unassigned |
Rafael H. Schloming |
|
|
C++ Broker |
M3 |
(QPID-1248) Add "last image caching" so a new subscriber immediately gets the most recently sent msg - PLEASE PLEASE PLEASE!! |
Open |
Unassigned |
andrew M |
|
|
C++ Broker |
M3 |
(QPID-1249) Distribution created on system where openais is not installed fails make check on system where it is |
Open |
Alan Conway |
Gordon Sim |
|
|
Python Client |
M3 |
(QPID-1250) Race in detaching for 0-10 python client |
Resolved |
Gordon Sim |
Gordon Sim |
|
|
Java Client |
M3 |
(QPID-1251) IO transport does not cleanly close on Windows |
Resolved |
Arnaud Simon |
Arnaud Simon |
|
|
|
M3 |
(QPID-1252) various tests create durable subscriptions and then leave them there |
Resolved |
Rafael H. Schloming |
Rafael H. Schloming |
|
|
|
M4 |
(QPID-1253) Add an option to sync after 'n' bytes. |
Open |
Unassigned |
Rajith Attapattu |
|
|
|
|
(QPID-1254) Testing Qpid workflow mods |
Resolved |
Unassigned |
Gavin |
|
|
|
M3 |
(QPID-1255) SimpleACLTest testClientPublishInvalidQueueSuccess intermittent failure in CI |
In Progress |
Unassigned |
Martin Ritchie |
|
|
|
|
(QPID-1256) Provide build tool for combining source and patches from a variety of sources. |
In Progress |
Martin Ritchie |
Martin Ritchie |
|
|
|
|
(QPID-1257) Allow individual broker and client binary packages to be built |
Open |
Unassigned |
Martin Ritchie |
|
|
Java Broker, Java Client, Java Common, Java Management Console, Java Tests, Java Tools |
M3 |
(QPID-1258) Releases missing license files etc. |
Open |
Aidan Skinner |
Martin Ritchie |
|