Intermittent failure: test_estimated_runtime_sets_start_time_when_unavailable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Björn Tillenius |
Bug Description
I had an intermittent test failure when trying to land a branch:
http://
=======
ERROR: metadataserver.
-------
Traceback (most recent call last):
testtools.
Twisted logs
Traceback (most recent call last):
File "/run/build/
result = function(*args, **kwargs)
File "/home/
return self._get_
File "/run/build/
self.
File "/run/build/
return super(CleanSave, self)._
File "/run/build/
script_
File "/run/build/
return super().save(*args, **kwargs)
File "/run/build/
return super(CleanSave, self).save(*args, **kwargs)
File "/run/build/
if self.pk is None or (_created is None and self.created is None):
File "/run/build/
return super(CleanSave, self)._
File "/run/build/
"Accessing deferred field is not allowed: %s" % self.field_name)
maasserver.
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → High |
milestone: | none → 2.4.x |
tags: | added: intermittent-failure |
Changed in maas: | |
milestone: | 2.4.x → 2.4.0beta2 |
Changed in maas: | |
milestone: | 2.4.0beta2 → 2.4.0beta1 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
I fixed it with this patch, since it was failing on every test run I did:
https:/ /paste. ubuntu. com/p/hfx6Z8G2X J/