k8s validation suite is incompatable with juju 3.1.1
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Testing |
Incomplete
|
High
|
Caner Derici |
Bug Description
Running the validation suite a jammy machine running juju 3.1.1; the current version of pylibjuju is incompatible with the newest version of juju. an update to the library version should suffice to fix this.
Currently we're running on the 1.26 tag of the suite.
jobs/integratio
-------
unknown facade SecretBackendsM
unexpected facade SecretBackendsM
unknown facade SecretBackendsR
unexpected facade SecretBackendsR
Task exception was never retrieved
future: <Task finished name='Task-18' coro=<Model.
Traceback (most recent call last):
File "/home/
model_config = await self.get_config()
File "/home/
result = await config_
File "/home/
reply = await f(*args, **kwargs)
File "/home/
reply = await self.rpc(msg)
File "/home/
result = await self.connection
File "/home/
raise errors.
juju.errors.
ERROR: Got SIGTERM, handling it as a KeyboardInterrupt
ERROR: got KeyboardInterrupt signal
_______
ERROR: py3: keyboardinterrupt
Changed in charmed-kubernetes-testing: | |
assignee: | nobody → Caner Derici (cderici) |
status: | Triaged → In Progress |
Changed in charmed-kubernetes-testing: | |
status: | In Progress → Incomplete |
The main branch is on juju==3.1.0.1 already, which is the latest version. We can switch to main for the juju 3.1.1 release testing.