Skip to content

Skip TestUpdaterRollbackAndPauseNoMonitor#2245

Merged
aluzzardi merged 1 commit into
moby:masterfrom
aaronlehmann:skip-nomonitor
Jun 13, 2017
Merged

Skip TestUpdaterRollbackAndPauseNoMonitor#2245
aluzzardi merged 1 commit into
moby:masterfrom
aaronlehmann:skip-nomonitor

Conversation

@aaronlehmann
Copy link
Copy Markdown
Collaborator

This test triggers a race condition in the way the updater and restart supervisor interact.

The problem is normally masked by a second reconciliation pass triggered as a side effect of the update completing, but this test case does not wait long enough for the update to be declared complete.

Since the test does not pass reliably, it should be skipped until the underlying issue (#2242) is fixed.

Fixes #2137

This test triggers a race condition in the way the updater and restart
supervisor interact.

The problem is normally masked by a second reconciliation pass triggered
as a side effect of the update completing, but this test case does not
wait long enough for the update to be declared complete.

Since the test does not pass reliably, it should be skipped until the
underlying issue is fixed.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 13, 2017

Codecov Report

Merging #2245 into master will decrease coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2245      +/-   ##
==========================================
- Coverage   60.41%   60.35%   -0.07%     
==========================================
  Files         124      124              
  Lines       20248    20248              
==========================================
- Hits        12233    12220      -13     
- Misses       6642     6653      +11     
- Partials     1373     1375       +2

@aluzzardi
Copy link
Copy Markdown
Member

LGTM

@aluzzardi aluzzardi merged commit 086803e into moby:master Jun 13, 2017
@aaronlehmann aaronlehmann deleted the skip-nomonitor branch June 14, 2017 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Flaky test: TestUpdaterRollbackAndPauseNoMonitor

2 participants