Rev 5807: Mention that the the concurrent update tests are not targeted at *all* Store implementations. in file:///home/vila/src/bzr/experimental/config/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue May 31 17:29:46 UTC 2011
At file:///home/vila/src/bzr/experimental/config/
------------------------------------------------------------
revno: 5807
revision-id: v.ladeuil+lp at free.fr-20110531172946-jn4n75b9mhymgmte
parent: v.ladeuil+lp at free.fr-20110531165832-wczckv8tyc7xoh09
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: config-lock-remote
timestamp: Tue 2011-05-31 19:29:46 +0200
message:
Mention that the the concurrent update tests are not targeted at *all* Store implementations.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_config.py'
--- a/bzrlib/tests/test_config.py 2011-05-31 16:58:32 +0000
+++ b/bzrlib/tests/test_config.py 2011-05-31 17:29:46 +0000
@@ -2200,6 +2200,12 @@
class TestConcurrentStoreUpdates(TestStore):
+ """Test that Stores properly handle conccurent updates.
+
+ New Store implementation may fail some of these tests but until such
+ implementations exist it's hard to properly filter them from the scenarios
+ applied here. If you encounter such a case, contact the bzr devs.
+ """
scenarios = [(key, {'get_stack': builder}) for key, builder
in config.test_stack_builder_registry.iteritems()]
More information about the bazaar-commits
mailing list