Skip to content

Commit

Permalink
Allure report 3502
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent 56cbb78 commit 5cfebdb
Show file tree
Hide file tree
Showing 328 changed files with 7,155 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 3502/app.js

Large diffs are not rendered by default.

76 changes: 76 additions & 0 deletions 3502/data/attachments/139ae1d90710bb7d.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
INFO  integration.test_backups:test_backups.py:306 configuring S3 integrator for an invalid cloud
INFO  integration.test_backups:test_backups.py:321 waiting for the database charm to become blocked
INFO  integration.test_backups:test_backups.py:328 configuring S3 integrator for a valid cloud, but with the path of another cluster repository
INFO  integration.test_backups:test_backups.py:337 waiting for the database charm to become blocked
INFO  integration.test_backups:test_backups.py:344 configuring S3 integrator for a valid cloud
INFO  integration.test_backups:test_backups.py:348 waiting for the database charm to become active
INFO  juju.model:model.py:2971 Waiting for model:
new-postgresql/0 [executing] blocked: the S3 repository has backups from another cluster
s3-integrator/0 [idle] active:
INFO  juju.model:model.py:2971 Waiting for model:
new-postgresql/0 [executing] maintenance: initialising stanza
INFO  juju.model:model.py:2971 Waiting for model:
new-postgresql/0 [executing] active: Primary
INFO  integration.test_backups:test_backups.py:77 deleting the previously created backups
INFO  pytest_operator.plugin:plugin.py:903 Model status:

Model Controller Cloud/Region Version SLA Timestamp
test localhost-localhost localhost/localhost 3.4.6 unsupported 02:12:31Z

App Version Status Scale Charm Channel Rev Exposed Message
new-postgresql 14.13 active 1 postgresql 2 no
s3-integrator active 1 s3-integrator latest/stable 31 no

Unit Workload Agent Machine Public address Ports Message
new-postgresql/0* active idle 5 10.155.2.116 5432/tcp Primary
s3-integrator/0* active idle 0 10.155.2.34

Machine State Address Inst id Base AZ Message
0 started 10.155.2.34 juju-b8282a-0 [email protected] Running
5 started 10.155.2.116 juju-b8282a-5 [email protected] Running

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

machine-1: 01:42:28 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected error: container types not yet available
machine-1: 01:42:28 ERROR juju.worker.dependency "kvm-container-provisioner" manifold worker returned unexpected error: container types not yet available
unit-self-signed-certificates-0: 01:42:28 ERROR juju.worker.meterstatus error running "meter-status-changed": charm missing from disk
machine-0: 01:42:34 ERROR juju.worker.dependency "kvm-container-provisioner" manifold worker returned unexpected error: container types not yet available
machine-0: 01:42:34 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected error: container types not yet available
unit-s3-integrator-0: 01:42:34 ERROR juju.worker.meterstatus error running "meter-status-changed": charm missing from disk
machine-3: 01:42:49 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected error: container types not yet available
machine-3: 01:42:49 ERROR juju.worker.dependency "kvm-container-provisioner" manifold worker returned unexpected error: container types not yet available
unit-postgresql-gcp-1: 01:42:50 ERROR juju.worker.meterstatus error running "meter-status-changed": charm missing from disk
machine-2: 01:42:51 ERROR juju.worker.dependency "kvm-container-provisioner" manifold worker returned unexpected error: container types not yet available
machine-2: 01:42:51 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected error: container types not yet available
unit-postgresql-gcp-0: 01:42:51 ERROR juju.worker.meterstatus error running "meter-status-changed": charm missing from disk
machine-4: 02:04:11 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected error: container types not yet available
machine-4: 02:04:11 ERROR juju.worker.dependency "kvm-container-provisioner" manifold worker returned unexpected error: container types not yet available
unit-postgresql-gcp-2: 02:04:11 ERROR juju.worker.meterstatus error running "meter-status-changed": charm missing from disk
machine-5: 02:04:18 ERROR juju.worker.dependency "lxd-container-provisioner" manifold worker returned unexpected error: container types not yet available
machine-5: 02:04:18 ERROR juju.worker.dependency "kvm-container-provisioner" manifold worker returned unexpected error: container types not yet available
unit-new-postgresql-0: 02:04:18 ERROR juju.worker.meterstatus error running "meter-status-changed": charm missing from disk
unit-postgresql-gcp-2: 02:05:10 ERROR unit.postgresql-gcp/2.juju-log Failed to list PostgreSQL database users: could not translate host name "None" to address: Temporary failure in name resolution

unit-postgresql-gcp-2: 02:06:51 ERROR juju.worker.dependency "uniter" manifold worker returned unexpected error: relation scope id "456c3efd-1545-4fa4-8029-4d9a43b8282a:r#12#s3-integrator": settings 456c3efd-1545-4fa4-8029-4d9a43b8282a:r#12#s3-integrator not found (not found)
unit-postgresql-gcp-2: 02:06:58 ERROR juju.worker.dependency "uniter" manifold worker returned unexpected error: relation scope id "456c3efd-1545-4fa4-8029-4d9a43b8282a:r#8#postgresql-gcp": settings 456c3efd-1545-4fa4-8029-4d9a43b8282a:r#8#postgresql-gcp not found (not found)
unit-new-postgresql-0: 02:10:31 ERROR unit.new-postgresql/0.juju-log s3-parameters:13: Failed to create a session 'bucket' in region=region.
Traceback (most recent call last):
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/src/backups.py", line 265, in _create_bucket_if_not_exists
s3 = session.resource(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/boto3/session.py", line 444, in resource
client = self.client(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/boto3/session.py", line 297, in client
return self._session.create_client(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/botocore/session.py", line 997, in create_client
client = client_creator.create_client(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/botocore/client.py", line 165, in create_client
client_args = self._get_client_args(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/botocore/client.py", line 524, in _get_client_args
return args_creator.get_client_args(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/botocore/args.py", line 138, in get_client_args
endpoint = endpoint_creator.create_endpoint(
File "/var/lib/juju/agents/unit-new-postgresql-0/charm/venv/botocore/endpoint.py", line 408, in create_endpoint
raise ValueError(f"Invalid endpoint: {endpoint_url}")
ValueError: Invalid endpoint: endpoint

INFO  pytest_operator.plugin:plugin.py:991 Forgetting model main...
29 changes: 29 additions & 0 deletions 3502/data/attachments/187603ce9e6db570.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [idle] active: Primary
database/1 [allocating] waiting: waiting for machine
INFO  juju.model:model.py:2971 Waiting for model:
database/1 [allocating] waiting: waiting for machine
INFO  juju.model:model.py:2971 Waiting for model:
database/1 [allocating] waiting: waiting for machine
INFO  juju.model:model.py:2971 Waiting for model:
database/1 [allocating] waiting: waiting for machine
INFO  juju.model:model.py:2971 Waiting for model:
database/1 [executing] maintenance: installing PostgreSQL
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [executing] maintenance: reconfiguring cluster
database/1 [executing] waiting: waiting to start PostgreSQL
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [executing] maintenance: reconfiguring cluster
database/1 [executing] waiting: waiting to start PostgreSQL
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [executing] maintenance: reconfiguring cluster
database/1 [executing] waiting: waiting to start PostgreSQL
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [executing] active:
database/1 [executing] waiting: waiting for primary to be reachable from this unit
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [idle] active: Primary
database/1 [executing] waiting: waiting for primary to be reachable from this unit
INFO  juju.model:model.py:2971 Waiting for model:
database/0 [idle] active: Primary
database/1 [idle] active:
15 changes: 15 additions & 0 deletions 3502/data/attachments/18ec8f227435a358.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
INFO  juju.model:model.py:2097 Deploying local:postgresql-1
INFO  juju.model:model.py:2097 Deploying local:postgresql-2
WARNING  juju.model:model.py:1563 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1563 relate is deprecated and will be removed. Use integrate instead.
INFO  integration.test_backups:test_backups.py:220 waiting for the database charm to become blocked due to existing backups from another cluster in the repository
INFO  juju.model:model.py:2971 Waiting for model:
s3-integrator/0 [idle] active:
INFO  integration.test_backups:test_backups.py:230 waiting for the database charm to become blocked due to existing backups from another cluster in the repository
INFO  juju.model:model.py:2971 Waiting for model:
s3-integrator/0 [idle] active:
INFO  integration.test_backups:test_backups.py:247 listing the available backups
INFO  juju.model:model.py:2971 Waiting for model:
s3-integrator/0 [idle] active:
INFO  integration.test_backups:test_backups.py:265 restoring the backup
INFO  integration.test_backups:test_backups.py:284 checking that the backup was correctly restored
Loading

0 comments on commit 5cfebdb

Please sign in to comment.