-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e10588e
commit 07d533c
Showing
48 changed files
with
922 additions
and
2 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:787 Connecting to existing model github-pr-78e06-microk8s:testing on unspecified cloud | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade AgentLifeFlag received from the controller | ||
[33mWARNING [0m juju.client.connection:connection.py:909 unknown common facade version for AgentLifeFlag, | ||
versions known to client : [2, 3] | ||
versions known to controller : [1] | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade SecretsDrain received from the controller | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade UserSecretsDrain received from the controller | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade UserSecretsManager received from the controller | ||
[32mINFO [0m juju.model:model.py:2641 Waiting for model: | ||
test (missing) | ||
[32mINFO [0m juju.model:model.py:1988 Deploying local:jammy/test-upload-0 | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:929 Model status: | ||
|
||
Model Controller Cloud/Region Version SLA Timestamp | ||
testing github-pr-78e06-microk8s microk8s/localhost 3.3.7 unsupported 08:33:53Z | ||
|
||
App Version Status Scale Charm Channel Rev Address Exposed Message | ||
test active 1 test-upload 0 10.152.183.214 no | ||
|
||
Unit Workload Agent Address Ports Message | ||
test/0* active idle 10.1.203.73 | ||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:935 Juju error logs: | ||
|
||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:1017 Forgetting model main... | ||
[31m[1mERROR [0m websockets.client:protocol.py:1009 data transfer failed | ||
Traceback (most recent call last): | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 953, in transfer_data | ||
message = await self.read_message() | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1023, in read_message | ||
frame = await self.read_data_frame(max_size=self.max_size) | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1098, in read_data_frame | ||
frame = await self.read_frame(max_size) | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1155, in read_frame | ||
frame = await Frame.read( | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/framing.py", line 70, 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 | ||
[33mWARNING [0m juju.client.connection:connection.py:552 Receiver: Connection closed, reconnecting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:787 Connecting to existing model github-pr-78e06-microk8s:testing on unspecified cloud | ||
[33mWARNING [0m juju.client.connection:connection.py:876 unknown facade AgentLifeFlag | ||
[33mWARNING [0m juju.client.connection:connection.py:900 unexpected facade AgentLifeFlag found, unable to decipher version to use | ||
[32mINFO [0m juju.model:model.py:2584 Waiting for model: | ||
test (missing) | ||
[32mINFO [0m juju.model:model.py:1960 Deploying local:jammy/test-upload-0 | ||
[32mINFO [0m juju.model:model.py:2584 Waiting for model: | ||
test/0 [idle] active: | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:929 Model status: | ||
|
||
Model Controller Cloud/Region Version SLA Timestamp | ||
testing github-pr-78e06-microk8s microk8s/localhost 2.9.51 unsupported 08:33:26Z | ||
|
||
App Version Status Scale Charm Channel Rev Address Exposed Message | ||
test active 1 test-upload 0 10.152.183.91 no | ||
|
||
Unit Workload Agent Address Ports Message | ||
test/0* active idle 10.1.219.9 | ||
|
||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:935 Juju error logs: | ||
|
||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:1017 Forgetting model main... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:787 Connecting to existing model github-pr-78e06-microk8s:testing on unspecified cloud | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade AgentLifeFlag received from the controller | ||
[33mWARNING [0m juju.client.connection:connection.py:909 unknown common facade version for AgentLifeFlag, | ||
versions known to client : [2, 3] | ||
versions known to controller : [1] | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade SecretsDrain received from the controller | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade UserSecretsDrain received from the controller | ||
[33mWARNING [0m juju.client.connection:connection.py:893 unexpected facade UserSecretsManager received from the controller | ||
[32mINFO [0m juju.model:model.py:2641 Waiting for model: | ||
test (missing) | ||
[32mINFO [0m juju.model:model.py:1988 Deploying local:jammy/test-upload-0 | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:929 Model status: | ||
|
||
Model Controller Cloud/Region Version SLA Timestamp | ||
testing github-pr-78e06-microk8s microk8s/localhost 3.3.7 unsupported 08:33:31Z | ||
|
||
App Version Status Scale Charm Channel Rev Address Exposed Message | ||
test active 1 test-upload 0 10.152.183.174 no | ||
|
||
Unit Workload Agent Address Ports Message | ||
test/0* active idle 10.1.40.139 | ||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:935 Juju error logs: | ||
|
||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:1017 Forgetting model main... | ||
[31m[1mERROR [0m websockets.client:protocol.py:1009 data transfer failed | ||
Traceback (most recent call last): | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 953, in transfer_data | ||
message = await self.read_message() | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1023, in read_message | ||
frame = await self.read_data_frame(max_size=self.max_size) | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1098, in read_data_frame | ||
frame = await self.read_frame(max_size) | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 1155, in read_frame | ||
frame = await Frame.read( | ||
File "/home/runner/work/operator-workflows/operator-workflows/tests/workflows/integration/test-upload-charm/.tox/integration-juju3.1/lib/python3.10/site-packages/websockets/legacy/framing.py", line 70, 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 | ||
[33mWARNING [0m juju.client.connection:connection.py:552 Receiver: Connection closed, reconnecting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:787 Connecting to existing model github-pr-78e06-microk8s:testing on unspecified cloud | ||
[33mWARNING [0m juju.client.connection:connection.py:876 unknown facade AgentLifeFlag | ||
[33mWARNING [0m juju.client.connection:connection.py:900 unexpected facade AgentLifeFlag found, unable to decipher version to use | ||
[32mINFO [0m juju.model:model.py:2584 Waiting for model: | ||
test (missing) | ||
[32mINFO [0m juju.model:model.py:1960 Deploying local:jammy/test-upload-0 | ||
[32mINFO [0m juju.model:model.py:2584 Waiting for model: | ||
test/0 [allocating] waiting: installing agent | ||
[32mINFO [0m juju.model:model.py:2584 Waiting for model: | ||
test/0 [idle] active: | ||
[32mINFO [0m pytest_operator.plugin:plugin.py:929 Model status: | ||
|
||
Model Controller Cloud/Region Version SLA Timestamp | ||
testing github-pr-78e06-microk8s microk8s/localhost 2.9.51 unsupported 08:44:40Z | ||
|
||
App Version Status Scale Charm Channel Rev Address Exposed Message | ||
test active 1 test-upload 0 10.152.183.197 no | ||
|
||
Unit Workload Agent Address Ports Message | ||
test/0* active idle 10.1.53.9 | ||
|
||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:935 Juju error logs: | ||
|
||
|
||
[32mINFO [0m pytest_operator.plugin:plugin.py:1017 Forgetting model main... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
"BROKEN","EPIC","FAILED","FEATURE","PASSED","SKIPPED","STORY","UNKNOWN" | ||
"0","","0","","1","0","","0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"test_build_and_deploy","uid":"cf853e970e3995a8","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1733733814799,"stop":1733733880024,"duration":65225},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":3,"retriesStatusChange":false,"parameters":[],"tags":["asyncio"]}],"name":"behaviors"} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"tests.integration.test_charm","children":[{"name":"test_build_and_deploy","uid":"cf853e970e3995a8","parentUid":"58c25672de36d105d8b5663dfd000d1f","status":"passed","time":{"start":1733733814799,"stop":1733733880024,"duration":65225},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":3,"retriesStatusChange":false,"parameters":[],"tags":["asyncio"]}],"uid":"tests.integration.test_charm"}],"name":"packages"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"DESCRIPTION","DURATION IN MS","NAME","PARENT SUITE","START TIME","STATUS","STOP TIME","SUB SUITE","SUITE","TEST CLASS","TEST METHOD" | ||
"Build the charm-under-test and deploy it together with related charms. | ||
|
||
Assert on the unit status before any relations/configurations take place. | ||
","65225","test_build_and_deploy","tests.integration","Mon Dec 09 08:43:34 UTC 2024","passed","Mon Dec 09 08:44:40 UTC 2024","","test_charm","","" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"tests.integration","children":[{"name":"test_charm","children":[{"name":"test_build_and_deploy","uid":"cf853e970e3995a8","parentUid":"0dfd4b43a1431cacdeb2391c6ff94a83","status":"passed","time":{"start":1733733814799,"stop":1733733880024,"duration":65225},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":3,"retriesStatusChange":false,"parameters":[],"tags":["asyncio"]}],"uid":"0dfd4b43a1431cacdeb2391c6ff94a83"}],"uid":"a993e73a38f04e33a4c7d4e432d077a7"}],"name":"suites"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"uid":"5a4749940ab42d1c","name":"test_build_and_deploy","fullName":"tests.integration.test_charm#test_build_and_deploy","historyId":"6e6e907ed99cb080c4e76760513358b7","time":{"start":1733733172990,"stop":1733733206403,"duration":33413},"description":"Build the charm-under-test and deploy it together with related charms.\n\n Assert on the unit status before any relations/configurations take place.\n ","descriptionHtml":"<p>Build the charm-under-test and deploy it together with related charms.</p>\n<pre><code>Assert on the unit status before any relations/configurations take place.\n</code></pre>\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"event_loop","time":{"start":1733733172839,"stop":1733733172839,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"ops_test","time":{"start":1733733172840,"stop":1733733172989,"duration":149},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"tmp_path_factory","time":{"start":1733733172840,"stop":1733733172840,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1733733172840,"stop":1733733172840,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"abort_on_fail","time":{"start":1733733172990,"stop":1733733172990,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"Build the charm-under-test and deploy it together with related charms.\n\n Assert on the unit status before any relations/configurations take place.\n ","status":"passed","steps":[],"attachments":[{"uid":"557c171254159a5c","name":"log","source":"557c171254159a5c.txt","type":"text/plain","size":1274}],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":1,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"abort_on_fail::0","time":{"start":1733733206403,"stop":1733733206403,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"ops_test::finalizer","time":{"start":1733733206404,"stop":1733733208707,"duration":2303},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"event_loop::2","time":{"start":1733733208708,"stop":1733733208708,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"event_loop::_close_event_loop","time":{"start":1733733208708,"stop":1733733208708,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"event_loop::_provide_clean_event_loop","time":{"start":1733733208708,"stop":1733733208708,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"stepsCount":0,"shouldDisplayMessage":false,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"tag","value":"asyncio"},{"name":"parentSuite","value":"tests.integration"},{"name":"suite","value":"test_charm"},{"name":"host","value":"fv-az564-242"},{"name":"thread","value":"15545-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.integration.test_charm"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":["asyncio"]},"source":"5a4749940ab42d1c.json","parameterValues":[]} |
Oops, something went wrong.