-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
Due to the change introduced in RHCLOUD-18064, the status listener tests were suffering from a segmentation violation error, making the tests crash.
The reason of the crashes is that the above story made the "lastAvailableAt" and "lastCheckedAt" attributes from the models nullable, and the status listener was counting on them always having a value.
By introducing a simple null check the tests should pass.