October 2011 Archives by thread
Starting: Mon Oct 3 06:56:37 UTC 2011
Ending: Thu Oct 27 16:20:34 UTC 2011
Messages: 128
- Rev 6176: Close the request when we don't process it. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-no-hanging-teardown
John Arbash Meinel
- Rev 6177: Change the TCPConnectionHandler to inherit from BaseRequestHandler. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-no-hanging-teardown
John Arbash Meinel
- Rev 6178: Restrict the socket errors we will suppress. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-no-hanging-teardown
John Arbash Meinel
- Rev 6179: Add more checks that the server closes the connection properly. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-no-hanging-teardown
John Arbash Meinel
- Rev 6180: Suppress ConnectionTimeout as a server-side exception. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-no-hanging-teardown
John Arbash Meinel
- Rev 4892: Re-enable one of the subprocess tests. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4893: Start trying to reconnect to the server if we get a ConnectionReset during the transmission. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4894: It helps if we actually pass the arguments to the helper function. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4895: Pull in the code from bzr.dev that changes SmartSSHClientMedium in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4896: Finally, we have something that can at least handle simple reconnects. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 6181: Separate the comments, for vila. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-no-hanging-teardown
John Arbash Meinel
- Rev 6169: Remove the warning. in file:///home/vila/src/bzr/bugs/863401-library-state/
Vincent Ladeuil
- Rev 6170: Merge trunk to resolve conflicts in file:///home/vila/src/bzr/bugs/863401-library-state/
Vincent Ladeuil
- Rev 6191: Change the testing client timeout to something that should always be longer than any non-hung test. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-longer-timeout
John Arbash Meinel
- Rev 6192: Remove the _client_poll_timeout. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-longer-timeout
John Arbash Meinel
- Rev 6192: Fix some issues where the config tests were either making a bad use of to the parametrization or asssuming implementation details which are not guaranteed. in file:///home/vila/src/bzr/experimental/broken-config-tests/
Vincent Ladeuil
- Rev 6192: Merge 2.4 into trunk resolving conflicts in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6193: Release 2.5b2 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6195: Open trunk again as 2.5dev3 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6065: Mention some more cheks to be done before freezing a release. in file:///home/vila/src/bzr/releases/work/
Vincent Ladeuil
- Rev 6196: Tag bzr-2.5b2 missed during freeze in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6193: Merge bzr.dev in http://bazaar.launchpad.net/~jameinel/bzr/2.5-longer-timeout
John Arbash Meinel
- Rev 6193: Merge vila's integration branch, to ensure we have the bzr-2.5b2 tag. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-longer-timeout
John Arbash Meinel
- Rev 185: Update to bzr-2.5b2 in http://bazaar.launchpad.net/%2Bbranch/bzr-windows-installers
John Arbash Meinel
- Rev 6051: Backport fix for a random test failure in http://bazaar.launchpad.net/~vila/bzr/2.4-integration/
Vincent Ladeuil
- Rev 4897: Pull out portable_socket_pair. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4898: Start direct testing of the reconnection attempts. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 6180: Mention that not all options are supported yet. in file:///home/vila/src/bzr/bugs/861472-migrate-log-format/
Vincent Ladeuil
- Rev 6181: Merge trunk resolving conflicts in file:///home/vila/src/bzr/bugs/861472-migrate-log-format/
Vincent Ladeuil
- Rev 4899: Show that we try to retry the request if the first attempt fails. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4900: _send_request can't handle retrying during a read failure in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4901: If we get ConnectionReset and we are aborting the call reset the request. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 6053: Fix a naughty race in test_server_crash_while_responding in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
- Rev 6054: Fix a naughty race in test_server_crash_while_responding in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
- Rev 6054: One race can hide another... the exception may pass from the connection thread to the server thread so both need to be checked, with care. in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
- Rev 6055: Here are the useful print statements used to debug the previous commit. in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
- Rev 6056: Less code, more explanations. in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
- Rev 4902: Implement retrying a request as long as we haven't started consuming the body stream. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-stream-started-819604
John Arbash Meinel
- Rev 4902: I've started passing around too many parameters to too many functions. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4903: Move all of the send logic into the _SmartClientRequest class. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4904: Move the hooks code over as well. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4905: Document the functions in the new class. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4903: Merge the refactored SmartClientRequest code, and update to match it. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-stream-started-819604
John Arbash Meinel
- Rev 4906: Categorize all of the requests as safe/unsafe/semi/stream for retrying purposes. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-categorize-requests-819604
John Arbash Meinel
- Rev 6053: (gz) Fix random test failure due to race in in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 6057: More comments after review discussions. in file:///home/vila/src/bzr/bugs/869366-test-server-race/
Vincent Ladeuil
- Rev 4907: Per request, change in http://bazaar.launchpad.net/~jameinel/bzr/2.1-categorize-requests-819604
John Arbash Meinel
- Rev 4906: Small refactor, add a test helper to make it easier to set up testing. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4907: Don't pass headers, so we can more accurately assert the results. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4908: Cleanup the tests, as done in the client-stream-started code. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4904: Bring in the make_client_with_failing_medium cleanups. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-stream-started-819604
John Arbash Meinel
- Rev 4909: Start implementing retry during read. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4909: Clean up the logging slightly. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4910: Do a lookup in 'request.request_handlers', to figure out if a request can be retried. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4909: Move mutate to the end, because it is the most obviously not retry-able. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-categorize-requests-819604
John Arbash Meinel
- Rev 4911: Merge the updated categorize-requests comments in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4910: Add -Dnoretry as a way to disable all retrying code. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-reconnect-819604
John Arbash Meinel
- Rev 4905: Merge in the debug flag updates. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-stream-started-819604
John Arbash Meinel
- Rev 4912: -- in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4910: Just merge in the -Dnoretry code so we can use it in read-reconnect. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-categorize-requests-819604
John Arbash Meinel
- Rev 4912: We should refuse to retry on read for -Dnoretry as well. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4913: Use the raw _send_no_retry when retrying from a read. in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 4914: NEWS about fixing bug #819604 in http://bazaar.launchpad.net/~jameinel/bzr/2.1-client-read-reconnect-819604
John Arbash Meinel
- Rev 5138: Merge the 2.1-client-read-reconnect-819604 (bug #819604) to bzr-2.2 in http://bazaar.launchpad.net/~jameinel/bzr/2.2-client-reconnect-819604
John Arbash Meinel
- Rev 5139: Merge in the stream retry code, and update for the slightly newer apis. in http://bazaar.launchpad.net/~jameinel/bzr/2.2-client-reconnect-819604
John Arbash Meinel
- Rev 5664: Merge the fixes for bug #819604 (client-reconnect) to bzr-2.3. in http://bazaar.launchpad.net/~bzr-pqm/bzr/2.3
John Arbash Meinel
- Rev 6054: Merge the bug #819604 client reconnect code into the bzr-2.4 series. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-client-reconnect-819604
John Arbash Meinel
- Rev 5665: Add the release-notes for bzr-2.3 in http://bazaar.launchpad.net/~jameinel/bzr/2.3-client-reconnect-819604
John Arbash Meinel
- Rev 6055: Merge the tip of the 2.3-client-reconnect-819604 branch. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-client-reconnect-819604
John Arbash Meinel
- Rev 6206: Merge bzr-2.4 into bzr.dev, resolve the small conflicts. in http://bazaar.launchpad.net/~jameinel/bzr/2.4-into-2.5
John Arbash Meinel
- Rev 6206: (jam) Merge bzr-2.4 into bzr.dev, resolving small conflicts. in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6207: Merge the fix for bug #819604 into trunk, resolve conflicts. in http://bazaar.launchpad.net/~jameinel/2.5-client-reconnect-819604
John Arbash Meinel
- Rev 6207: (jelmer) Move some signature-related tests from bzrlib.tests.per_branch to in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 186: Include python-fastimport for bzr.dev packaging. in http://bazaar.launchpad.net/%2Bbranch/bzr-windows-installers
John Arbash Meinel
- Rev 6208: (jelmer) Support upgrading between the 2a and development-colo formats. in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 68: Add the schema discussion for how we can layout indexes in the SQL tables. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 69: Separate out the various index mechanisms for the expanded content tables. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 6209: (gz) Bug #613247, cleanup test cases when they are finished running, in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6210: (jelmer) Don't require global_state to be initialized to use bzrlib's in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 70: We accidentally redefined the same class name twice, so we weren't running a bunch of tests. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 71: Merge the testscenarios changes to trunk. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 6211: (jelmer) Add ControlDirFormat.supports_transport(). (Jelmer Vernooij) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 73: All the backends support the current api tests. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 6212: (jelmer) Add support for cloning into a colocated branch. (Jelmer Vernooij) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6213: (jelmer) Create a checkout if the target control directory does not support in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6054: (mbp) Correction to 'bzr serve' syntax in admin guide (thanks i41) (Martin in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 74: Add support for nested docs. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 75: Update SQLiteExpandedDatabase so that it includes all nested documents as well. in http://bazaar.launchpad.net/+branch/u1db
John Arbash Meinel
- Rev 6214: (jelmer) Move static/class methods from BzrDir to ControlDir. (Jelmer in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6215: (jelmer) improvements to the interactive text ui framework, in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6216: (jelmer) Deprecate Branch.revision_history(). (Jelmer Vernooij) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6217: (jelmer) Remove an accidentally committed .THIS file. (Jelmer Vernooij) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6218: (jelmer) Add release note entries for ui.choose (Benoit PIERRE) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6219: (jelmer) Allow tree implementations to not support kind changes. in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6220: (jelmer) Several more fixes for running the tests against foreign format in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6221: (jelmer) Add flag to indicate whether a repository supports unreferenced in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6055: (mbp) improvements and corrections to mini-tutorial (Martin Pool) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 6222: (mbp) Delete _log_memento after TestCase is done with it so as not to upset in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6223: (gz) Fix indent of release notes for the cleanup testcases branch (Martin in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6224: (jr) If sending a crash through Apport fails report the Apport failure to in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6225: (jr) ``bzr mv`` does not crash when attempting to move the root of a branch. in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6226: (jelmer) Add parent_ids and allow_leftmost_as_ghost arguments to in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6227: (jelmer) Some cleanups for bzrlib.transform to avoid directly using in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6228: (jelmer) Fix Repository.get_revision_delta(specific_file_ids=) test. (Jelmer in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6229: (gz) Report child process exceptions from selftest --parallel=fork (Martin in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6230: (jelmer) Use UIFactory.get_boolean for confirmation prompt in `bzr in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6056: Turn MalformedTransform into an InternalBzrError so users get a traceback. in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6231: (gz) Stop treating UpToDateFormat as an upgrade failure (Benoit PIERRE) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6232: (jelmer) Add feature flag specification. (Jelmer Vernooij) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6057: Cosmetic change. in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6058: Failing tests reproducing bug #880701. in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6059: Fix first half of the bug by producing a 'duplicate' conflict instead of a 'content' one when the file has been replaced in THIS and modified in OTHER. in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6060: Fix the other half by also producing a conflict but rely on merge to create the appropriate content. This covers the case where a file is modified in THIS but replaced in OTHER in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6061: Add news entry fixing the wrongly sorted ones in passing. in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6233: (gz) Merge 2.4 into dev to get clean diff for next merge (Martin Packman) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6056: (gz) Accept new style testtools output in bt.test_selftest tests (Martin in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 6234: (gz) Merge from 2.4 branch alternative fix for testtools output failures in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6062: merge from 2.4 to get the testtools fix in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6063: Address some points from gz's review. in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6057: Release 2.4.2 in http://bazaar.launchpad.net/~vila/bzr/2.4-integration/
Vincent Ladeuil
- Rev 6057: (vila) Release 2.4.2 (Vincent Ladeuil) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 6058: Open 2.4.3 for bug fixes in http://bazaar.launchpad.net/~vila/bzr/2.4-integration/
Vincent Ladeuil
- Rev 6058: (vila) Open 2.4.3 for bug fixes (Vincent Ladeuil) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 6064: Merge 2.4.2 and target 2.4.3 in file:///home/vila/src/bzr/bugs/880701-resolve-duplicate/
Vincent Ladeuil
- Rev 6059: (vila) Generate a 'duplicate' conflict instead of a 'content' conflict when in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/2.4/
Patch Queue Manager
- Rev 6235: Merge 2.4 into trunk including fix for bug #880701 in http://bazaar.launchpad.net/~vila/bzr/integration/
Vincent Ladeuil
- Rev 6235: (gz) Refactor and deprecate unused parts of lru_cache (Martin Packman) in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
- Rev 6236: (vila) Merge 2.4 into trunk including fix for bug #880701 (Vincent in file:///srv/pqm.bazaar-vcs.org/archives/thelove/bzr/%2Btrunk/
Patch Queue Manager
Last message date:
Thu Oct 27 16:20:34 UTC 2011
Archived on: Thu Oct 27 16:20:37 UTC 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).