Revision tags: 4.6.0, testrunner-ng-old |
|
#
0fc41bfc |
| 19-Oct-2016 |
dave-finlay <dave.finlay@couchbase.com> |
CBQE-3675: wait until nodes total memory is initialized before initializing nodes in tests. This commit adds a simple function that repeatedly calls a function until the functio
CBQE-3675: wait until nodes total memory is initialized before initializing nodes in tests. This commit adds a simple function that repeatedly calls a function until the function's return value satisfies an arbitrary condition. This is then used in the node initialization routine to wait until the node is ready to be set up. Change-Id: Ib96ff5a434ba9f0bc4197278440ddaac428c02e6 Reviewed-on: http://review.couchbase.org/68949 Reviewed-by: Tommie McAfee <tommie@couchbase.com> Tested-by: Dave Finlay <dave.finlay@couchbase.com>
show more ...
|
Revision tags: watson-moxi, 4.5.0, 4.1.0, 4.0.0, 3.0.2, 3.0.1, 3.0.0, 2.5.1 |
|
#
843fb38e |
| 13-Nov-2013 |
Andrei Baranouski <andrei.baranouski@gmail.com> |
CBQE-0: try to identify problem when job hangs http://qa.sc.couchbase.com/job/centos_x64--04_01--new_rebalance_mixed_cluster-P0/10/consoleFull Change-Id: I0ddca51fce0fed9719e1d74894
CBQE-0: try to identify problem when job hangs http://qa.sc.couchbase.com/job/centos_x64--04_01--new_rebalance_mixed_cluster-P0/10/consoleFull Change-Id: I0ddca51fce0fed9719e1d748947c02013fc45bb3 Reviewed-on: http://review.couchbase.org/30284 Reviewed-by: Andrei Baranouski <andrei.baranouski@gmail.com> Tested-by: Andrei Baranouski <andrei.baranouski@gmail.com>
show more ...
|
Revision tags: 2.1.1r, 2.1.0r, 2.0.2r, 2.0.1-macosx, 2.0.1-windows, 2.0.1-linux |
|
#
314f706a |
| 25-Jan-2013 |
andreibara <andrei.baranouski@gmail.com> |
MB-100: print time in future.set_exception() Change-Id: Icc1a7877cc53018b260ac679ab96d106c0ac5f3e Reviewed-on: http://review.couchbase.org/24194 Tested-by: buildbot <build@couchbase.
MB-100: print time in future.set_exception() Change-Id: Icc1a7877cc53018b260ac679ab96d106c0ac5f3e Reviewed-on: http://review.couchbase.org/24194 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Iryna Mironava <irynamironava@yandex.ru>
show more ...
|
#
632cf7d9 |
| 07-Dec-2012 |
andreibara <andrei.baranouski@gmail.com> |
MB-100: add traceback in Future.__get_result if failed def __get_result(self): if self._exception: print traceback.extract_stack() raise self._exc
MB-100: add traceback in Future.__get_result if failed def __get_result(self): if self._exception: print traceback.extract_stack() raise self._exception else: return self._result Change-Id: Iccfac43f7760964c047b08c46d7b821ddb5ff34c Reviewed-on: http://review.couchbase.org/23137 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Iryna Mironava <irynamironava@yandex.ru>
show more ...
|
#
8fa68b21 |
| 30-Aug-2012 |
Andrei Baranouski <andrei.baranouski@gmail.com> |
CBQE-549: strack trase is not useful for failures in async tasks this applies to all types of structures: for task in tasks: task.result() It's not clear
CBQE-549: strack trase is not useful for failures in async tasks this applies to all types of structures: for task in tasks: task.result() It's not clear which task is failed and where the test fell. Change-Id: Icbb36cdabdb049bff7f6d890703f672c2d290903 Reviewed-on: http://review.couchbase.org/20377 Reviewed-by: Karan Kumar <karan@couchbase.com> Tested-by: Andrei Baranouski <andrei.baranouski@gmail.com>
show more ...
|
Revision tags: 1.8.1 |
|
#
19985b25 |
| 30-May-2012 |
Mike Wiederhold <mike@couchbase.com> |
CBQE-144: Fixed unused import/variables in lib/tasks Change-Id: I649d918ea4ce471cf7512bc887dd4caaa4422726 Reviewed-on: http://review.couchbase.org/16556 Tested-by: buildbot <build@co
CBQE-144: Fixed unused import/variables in lib/tasks Change-Id: I649d918ea4ce471cf7512bc887dd4caaa4422726 Reviewed-on: http://review.couchbase.org/16556 Tested-by: buildbot <build@couchbase.com> Reviewed-by: Karan Kumar <karan@couchbase.com>
show more ...
|
#
a4c78846 |
| 20-Apr-2012 |
Mike Wiederhold <mike@couchbase.com> |
Fix issues in Future class This commit adds all of the missing exceptions and also causes the future to finish with an exception if a TimeoutError is thrown. This will allow timedout
Fix issues in Future class This commit adds all of the missing exceptions and also causes the future to finish with an exception if a TimeoutError is thrown. This will allow timedout tasks to abort execution if they time out. Change-Id: I47f63914ff3024a2e3bbc9a3505f6897416ed6f4 Reviewed-on: http://review.couchbase.org/15076 Reviewed-by: Karan Kumar <karan@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
#
26bec6e1 |
| 16-Apr-2012 |
Mike Wiederhold <mike@couchbase.com> |
Add a Future implementation and use it for Tasks Change-Id: I9e61299e788f22e187bb93b2af4dd4e898a10c62 Reviewed-on: http://review.couchbase.org/14927 Reviewed-by: Karan Kumar <karan@c
Add a Future implementation and use it for Tasks Change-Id: I9e61299e788f22e187bb93b2af4dd4e898a10c62 Reviewed-on: http://review.couchbase.org/14927 Reviewed-by: Karan Kumar <karan@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|