Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: DC/OS 1.9.7, DC/OS 1.10.5, DC/OS 1.11.0, DC/OS 1.12.0
-
Fix Version/s: None
-
Component/s: marathon, mesos, networking
-
Epic Link:
-
Sprint:Core Sprint 2018-28, Core Sprint 2018-29, Core RI-6 Sprint 2018-30
-
Story Points:8
-
Product (inherited):DC/OS
-
Transition Due Date:
Description
[open_source_tests.test_networking.test_vip[Container_MESOS-Network_USER-Network_USER]] failed in
https://teamcity.mesosphere.io/viewLog.html?buildId=858535
https://github.com/mesosphere/dcos-enterprise/pull/1712
With a RetryError upon the attempt to launch the corresponding Marathon application:
self = <retrying.Retrying object at 0x7f533113d278> fn = <function MarathonApp.wait at 0x7f53320a2048> args = (<test_networking.MarathonApp object at 0x7f53310ff4a8>, <dcos_test_utils.enterprise.EnterpriseApiSession object at 0x7f5332196da0>) kwargs = {}, start_time = 1510670454766, attempt_number = 240 attempt = Attempts: 240, Value: False, delay_since_first_attempt_ms = 1200912 sleep = 5000 def call(self, fn, *args, **kwargs): start_time = int(round(time.time() * 1000)) attempt_number = 1 while True: try: attempt = Attempt(fn(*args, **kwargs), attempt_number, False) except: tb = sys.exc_info() attempt = Attempt(tb, attempt_number, True) if not self.should_reject(attempt): return attempt.get(self._wrap_exception) delay_since_first_attempt_ms = int(round(time.time() * 1000)) - start_time if self.stop(attempt_number, delay_since_first_attempt_ms): if not self._wrap_exception and attempt.has_exception: # get() on an attempt with an exception should cause it to be raised, but raise just in case raise attempt.get() else: > raise RetryError(attempt) E retrying.RetryError: RetryError[Attempts: 240, Value: False]
Attachments
Issue Links
- is duplicated by
-
DCOS_OSS-2264 test_vip proxy app fails to deploy in time
-
- Resolved
-
-
DCOS_OSS-3747 test_vip[Container.DOCKER-Network.HOST-Network.USER] failed with `assert 0 == 1` in `wait_for_tasks_healthy`
-
- Resolved
-
- relates to
-
DCOS_OSS-1463 test_networking.test_vip test is flaky
-
- Resolved
-
-
MARATHON-8235 Reconcile overdue tasks instead of expunging them
-
- Resolved
-
-
DCOS_OSS-3736 Update marathon app configuration to match Marathon 1.5 syntax
-
- Resolved
-
-
DCOS_OSS-3747 test_vip[Container.DOCKER-Network.HOST-Network.USER] failed with `assert 0 == 1` in `wait_for_tasks_healthy`
-
- Resolved
-
- links to