This is an automated email from the ASF dual-hosted git repository.
randgalt pushed a change to branch CURATOR-559-fix-nested-retry-loops-reopen
in repository https://gitbox.apache.org/repos/asf/curator.git.
discard 0f9260e CURATOR-559 - background thread retries are spoiling the
test. Try to work around this
omit 320b6e1 CURATOR-559 - more attempts to keep tests from failing. Make
sure count is zeroed after server is stopped.
add 1c56fc6 CURATOR-567 - TestCleanState.closeAndTestClean has meet is
desired goal. Start removing it where it causes test flakiness
add 1d0c6f2 Merge branch 'CURATOR-567-remove-test-clean-state-where-flaky'
add 4fb8f2c CURATOR-567 - At this point, TestCleanState is so flakey we
should just turn it off for now. It's not serving much purpose anyway.
add 629486f Merge branch 'CURATOR-567-remove-test-clean-state-where-flaky'
new 3d76a31 CURATOR-559 - more attempts to keep tests from failing. Make
sure count is zeroed after server is stopped.
new 713c859 CURATOR-559 - background thread retries are spoiling the
test. Try to work around this
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0f9260e)
\
N -- N -- N refs/heads/CURATOR-559-fix-nested-retry-loops-reopen
(713c859)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/curator/utils/DebugUtils.java | 1 +
.../apache/curator/framework/imps/TestCleanState.java | 4 +++-
.../curator/connection/TestThreadLocalRetryLoop.java | 7 +++----
.../framework/recipes/shared/TestSharedCount.java | 16 +++++++---------
4 files changed, 14 insertions(+), 14 deletions(-)