test_status_messages fails because Kubernetes master is not running
Bug #1923041 reported by
Marian Gasparovic
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Testing |
Triaged
|
High
|
Unassigned |
Bug Description
test_status_
Traceback (most recent call last):
File "/home/
assert unit.workload_
AssertionError: assert 'Waiting for ... pod to start' == 'Kubernetes master running.'
- Kubernetes master running.
+ Waiting for 1 kube-system pod to start
This is the first time we encountered this error.
charmed-
juju_2.8.10
Other artifacts
https:/
tags: | added: foundations-engine |
To post a comment you must log in.
By the time the crashdump was captured, all kube-system pods were in a Running state. Nothing really wrong with the cluster here, test_status_ messages is just overly sensitive. It needs to be made more robust, it should do a `juju wait` before checking the status messages.