Skip to content

Commit

Permalink
Allure report canonical#284
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 30, 2024
1 parent d279b29 commit 169ba71
Show file tree
Hide file tree
Showing 77 changed files with 1,363 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 284/app.js

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions 284/data/attachments/158d9ea409d3a8fe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
INFO  pytest_operator.plugin:plugin.py:675 Connecting to existing model microk8s-localhost:test on unspecified cloud
WARNING  juju.client.connection:connection.py:927 unexpected facade UserSecretsDrain received from the controller
WARNING  juju.client.connection:connection.py:927 unexpected facade UserSecretsManager received from the controller
INFO  integration.test_upgrade:test_upgrade.py:47 Deploying all applications
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/mysql-router-k8s-164
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/mysql-test-app-63
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/mysql-k8s-201
INFO  integration.test_upgrade:test_upgrade.py:76 Relating mysql-router-k8s to mysql-k8s and mysql-test-app
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
INFO  integration.test_upgrade:test_upgrade.py:85 Waiting for applications to become active
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [allocating] waiting: installing agent
mysql-router-k8s/0 [allocating] waiting: installing agent
mysql-router-k8s/1 [allocating] waiting: installing agent
mysql-router-k8s/2 [allocating] waiting: installing agent
mysql-test-app/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [allocating] waiting: agent initialising
mysql-router-k8s/0 [executing] maintenance: installing charm software
mysql-router-k8s/1 [executing] maintenance: installing charm software
mysql-router-k8s/2 [executing] maintenance: installing charm software
mysql-test-app/0 [idle] waiting:
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] maintenance: Initialising mysqld
mysql-router-k8s/0 [executing] waiting:
mysql-router-k8s/1 [executing] waiting:
mysql-router-k8s/2 [executing] waiting:
mysql-test-app/0 [idle] waiting:
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active: Primary
mysql-router-k8s/0 [executing] waiting:
mysql-router-k8s/1 [executing] waiting:
mysql-router-k8s/2 [executing] waiting:
mysql-test-app/0 [idle] waiting:
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [idle] active: Primary
6 changes: 6 additions & 0 deletions 284/data/attachments/1f6987fef0f5ccab.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
INFO  integration.helpers:helpers.py:549 Ensure continuous writes are incrementing
INFO  integration.helpers:helpers.py:501 Retrieving primary unit
INFO  integration.test_upgrade:test_upgrade.py:104 Build charm locally
INFO  integration.test_upgrade:test_upgrade.py:111 Update workload version and snap revision in the charm
INFO  integration.test_upgrade:test_upgrade.py:114 Refresh the charm
INFO  integration.test_upgrade:test_upgrade.py:117 Wait for the first unit to be refreshed and the app to move to blocked status
44 changes: 44 additions & 0 deletions 284/data/attachments/22e75e4f7cea1cb8.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
INFO  pytest_operator.plugin:plugin.py:790 Model status:

Model Controller Cloud/Region Version SLA Timestamp
test microk8s-localhost microk8s/localhost 3.4.3 unsupported 02:46:03Z

App Version Status Scale Charm Channel Rev Address Exposed Message
data-integrator waiting 1 data-integrator latest/edge 63 10.152.183.94 no installing agent
mysql-k8s 8.0.37-0ubuntu0.22.04.3 active 3 mysql-k8s 8.0/edge 201 10.152.183.74 no
mysql-router-k8s waiting 1 mysql-router-k8s 0 10.152.183.63 no installing agent
mysql-test-app 0.0.2 waiting 1 mysql-test-app latest/edge 63 10.152.183.31 no installing agent
self-signed-certificates active 1 self-signed-certificates latest/stable 155 10.152.183.224 no

Unit Workload Agent Address Ports Message
data-integrator/0* blocked idle 10.1.120.73 Please relate the data-integrator with the desired product
mysql-k8s/0 active executing 10.1.120.79
mysql-k8s/1 active executing 10.1.120.81
mysql-k8s/2* active executing 10.1.120.80 Primary
mysql-router-k8s/0* unknown idle 10.1.120.72
mysql-test-app/0* waiting idle 10.1.120.74
self-signed-certificates/0* active idle 10.1.120.75

INFO  pytest_operator.plugin:plugin.py:796 Juju error logs:


INFO  pytest_operator.plugin:plugin.py:862 Forgetting main...
ERROR  websockets.client:protocol.py:1015 data transfer failed
Traceback (most recent call last):
File "/home/runner/work/mysql-router-k8s-operator/mysql-router-k8s-operator/.tox/integration/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 959, in transfer_data
message = await self.read_message()
File "/home/runner/work/mysql-router-k8s-operator/mysql-router-k8s-operator/.tox/integration/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1029, in read_message
frame = await self.read_data_frame(max_size=self.max_size)
File "/home/runner/work/mysql-router-k8s-operator/mysql-router-k8s-operator/.tox/integration/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1104, in read_data_frame
frame = await self.read_frame(max_size)
File "/home/runner/work/mysql-router-k8s-operator/mysql-router-k8s-operator/.tox/integration/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1161, in read_frame
frame = await Frame.read(
File "/home/runner/work/mysql-router-k8s-operator/mysql-router-k8s-operator/.tox/integration/lib/python3.10/site-packages/websockets/legacy/framing.py", line 68, in read
data = await reader(2)
File "/usr/lib/python3.10/asyncio/streams.py", line 708, in readexactly
await self._wait_for_data('readexactly')
File "/usr/lib/python3.10/asyncio/streams.py", line 501, in _wait_for_data
await self._waiter
File "/usr/lib/python3.10/asyncio/selector_events.py", line 924, in write
n = self._sock.send(data)
OSError: [Errno 9] Bad file descriptor
220 changes: 220 additions & 0 deletions 284/data/attachments/287ab3b5649a5f1a.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
INFO  pytest_operator.plugin:plugin.py:675 Connecting to existing model microk8s-localhost:test on unspecified cloud
WARNING  juju.client.connection:connection.py:927 unexpected facade UserSecretsDrain received from the controller
WARNING  juju.client.connection:connection.py:927 unexpected facade UserSecretsManager received from the controller
INFO  integration.test_node_port:test_node_port.py:53 Deploying mysql, mysqlrouter and application
INFO  juju.model:model.py:2069 Deploying local:jammy/mysql-router-k8s-0
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/data-integrator-63
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/mysql-test-app-63
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/self-signed-certificates-155
INFO  juju.model:model.py:2069 Deploying ch:amd64/jammy/mysql-k8s-201
INFO  integration.test_node_port:test_node_port.py:96 Relating mysql, mysqlrouter and application
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1558 relate is deprecated and will be removed. Use integrate instead.
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [allocating] waiting: installing agent
mysql-k8s/1 [allocating] waiting: installing agent
mysql-k8s/2 [allocating] waiting: installing agent
mysql-router-k8s/0 [allocating] waiting: installing agent
mysql-test-app/0 [allocating] waiting: installing agent
data-integrator/0 [allocating] waiting: installing agent
self-signed-certificates/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [allocating] waiting: installing agent
mysql-k8s/1 [allocating] waiting: installing agent
mysql-k8s/2 [allocating] waiting: installing agent
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [executing] maintenance: installing charm software
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
self-signed-certificates/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] maintenance: installing charm software
mysql-k8s/1 [executing] maintenance: installing charm software
mysql-k8s/2 [executing] maintenance: installing charm software
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
self-signed-certificates/0 [executing] active:
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] waiting: waiting to get cluster primary from peers
mysql-k8s/1 [executing] waiting: waiting to get cluster primary from peers
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] maintenance: joining the cluster
mysql-k8s/1 [executing] maintenance: joining the cluster
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [idle] maintenance: joining the cluster
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active:
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
self-signed-certificates/0 [idle] active:
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
self-signed-certificates/0 [idle] active:
INFO  juju.model:model.py:2759 Waiting for model:
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [idle] active:
mysql-k8s/1 [idle] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
INFO  juju.model:model.py:2759 Waiting for model:
mysql-k8s/0 [executing] active:
mysql-k8s/1 [executing] active:
mysql-k8s/2 [executing] active: Primary
mysql-router-k8s/0 [idle] unknown:
mysql-test-app/0 [idle] waiting:
data-integrator/0 [idle] blocked: Please relate the data-integrator with the desired product
Loading

0 comments on commit 169ba71

Please sign in to comment.