Skip to content

Commit

Permalink
Allure report #1714
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2024
1 parent 0b04179 commit 87c1e21
Show file tree
Hide file tree
Showing 123 changed files with 2,632 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 1714/app.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions 1714/data/attachments/10a8ccfbe8a0e5eb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
INFO  juju.model:model.py:2098 Deploying ch:amd64/focal/finos-waltz-k8s-33
WARNING  juju.model:model.py:1564 relate is deprecated and will be removed. Use integrate instead.
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-test-app/0 [idle] active: received database credentials of the second database
postgresql-k8s/0 [idle] active:
postgresql-k8s/1 [idle] active: Primary
pgbouncer-k8s/0 [executing] active:
pgbouncer-k8s/1 [executing] active:
secondary-application/0 [idle] active: received database credentials of the first database
finos-waltz-k8s/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2958 Waiting for model:
pgbouncer-k8s/0 [executing] active:
pgbouncer-k8s/1 [executing] active:
finos-waltz-k8s/0 [idle] waiting: Waiting for Pebble to be ready
INFO  juju.model:model.py:2958 Waiting for model:
pgbouncer-k8s/0 [idle] active:
pgbouncer-k8s/1 [idle] active:
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-test-app/0 [idle] active: received database credentials of the second database
postgresql-k8s/0 [idle] active:
postgresql-k8s/1 [idle] active: Primary
pgbouncer-k8s/0 [idle] active:
pgbouncer-k8s/1 [idle] active:
secondary-application/0 [idle] active: received database credentials of the first database
finos-waltz-k8s/0 [idle] active:
INFO  root:helpers.py:120 running query:
DROP TABLE IF EXISTS smoke_test;CREATE TABLE smoke_test(data TEXT);INSERT INTO smoke_test(data) VALUES('some data');SELECT data FROM smoke_test;
INFO  root:helpers.py:121 {'dbname': 'postgresql_test_app_first_database', 'query': "DROP TABLE IF EXISTS smoke_test;CREATE TABLE smoke_test(data TEXT);INSERT INTO smoke_test(data) VALUES('some data');SELECT data FROM smoke_test;", 'relation-id': 7, 'relation-name': 'first-database', 'readonly': False}
INFO  root:helpers.py:124 query results: {'results': '[["some data"]]', 'return-code': 0}
4 changes: 4 additions & 0 deletions 1714/data/attachments/14417a070b5979df.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
INFO  root:helpers.py:120 running query:
DROP TABLE IF EXISTS test;CREATE TABLE test(data TEXT);INSERT INTO test(data) VALUES('some data');SELECT data FROM test;
INFO  root:helpers.py:121 {'dbname': 'postgresql_test_app_first_database', 'query': "DROP TABLE IF EXISTS test;CREATE TABLE test(data TEXT);INSERT INTO test(data) VALUES('some data');SELECT data FROM test;", 'relation-id': 7, 'relation-name': 'first-database', 'readonly': False}
INFO  root:helpers.py:124 query results: {'results': '[["some data"]]', 'return-code': 0}
8 changes: 8 additions & 0 deletions 1714/data/attachments/14d3646aa158569f.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
INFO  root:helpers.py:120 running query:
CREATE DATABASE another_database;
INFO  root:helpers.py:121 {'dbname': 'postgresql_test_app_first_database', 'query': 'CREATE DATABASE another_database;', 'relation-id': 7, 'relation-name': 'first-database', 'readonly': False}
INFO  root:helpers.py:124 query results: {'results': '["no results to fetch"]', 'return-code': 0}
INFO  root:helpers.py:120 running query:
CREATE USER another_user WITH ENCRYPTED PASSWORD 'test-password';
INFO  root:helpers.py:121 {'dbname': 'postgresql_test_app_first_database', 'query': "CREATE USER another_user WITH ENCRYPTED PASSWORD 'test-password';", 'relation-id': 7, 'relation-name': 'first-database', 'readonly': False}
INFO  root:helpers.py:124 query results: {'results': '["no results to fetch"]', 'return-code': 0}
35 changes: 35 additions & 0 deletions 1714/data/attachments/167485f4b073b284.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
INFO  juju.model:model.py:2098 Deploying local:jammy/pgbouncer-k8s-1
INFO  juju.model:model.py:2958 Waiting for model:
pgbouncer-k8s-secondary/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2958 Waiting for model:
pgbouncer-k8s-secondary/0 [executing] blocked: waiting for backend database relation to initialise
WARNING  juju.model:model.py:1564 relate is deprecated and will be removed. Use integrate instead.
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-test-app/0 [idle] active: received database credentials of the second database
postgresql-k8s/0 [idle] active:
postgresql-k8s/1 [idle] active: Primary
pgbouncer-k8s/0 [idle] active:
pgbouncer-k8s/1 [idle] active:
pgbouncer-k8s-secondary/0 [executing] blocked: waiting for backend database relation to initialise
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-k8s/0 [idle] active:
postgresql-k8s/1 [idle] active: Primary
pgbouncer-k8s-secondary/0 [idle] active:
WARNING  juju.model:model.py:1564 relate is deprecated and will be removed. Use integrate instead.
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-test-app/0 [idle] active: received database credentials of the second database
postgresql-k8s/0 [idle] active:
postgresql-k8s/1 [idle] active: Primary
pgbouncer-k8s/0 [idle] active:
pgbouncer-k8s/1 [idle] active:
secondary-application/0 [executing] active: received database credentials of the first database
finos-waltz-k8s/0 [idle] active:
pgbouncer-k8s-secondary/0 [executing] active:
INFO  root:helpers.py:120 running query:
DROP TABLE IF EXISTS check_multiple_pgb_connected_to_one_postgres;CREATE TABLE check_multiple_pgb_connected_to_one_postgres(data TEXT);INSERT INTO check_multiple_pgb_connected_to_one_postgres(data) VALUES('some data');SELECT data FROM check_multiple_pgb_connected_to_one_postgres;
INFO  root:helpers.py:121 {'dbname': 'secondary_application_second_database', 'query': "DROP TABLE IF EXISTS check_multiple_pgb_connected_to_one_postgres;CREATE TABLE check_multiple_pgb_connected_to_one_postgres(data TEXT);INSERT INTO check_multiple_pgb_connected_to_one_postgres(data) VALUES('some data');SELECT data FROM check_multiple_pgb_connected_to_one_postgres;", 'relation-id': 15, 'relation-name': 'second-database', 'readonly': False}
INFO  root:helpers.py:124 query results: {'results': '[["some data"]]', 'return-code': 0}
INFO  root:helpers.py:120 running query:
DROP TABLE IF EXISTS smoke_test;CREATE TABLE smoke_test(data TEXT);INSERT INTO smoke_test(data) VALUES('some data');SELECT data FROM smoke_test;
INFO  root:helpers.py:121 {'dbname': 'postgresql_test_app_first_database', 'query': "DROP TABLE IF EXISTS smoke_test;CREATE TABLE smoke_test(data TEXT);INSERT INTO smoke_test(data) VALUES('some data');SELECT data FROM smoke_test;", 'relation-id': 7, 'relation-name': 'first-database', 'readonly': False}
INFO  root:helpers.py:124 query results: {'results': '[["some data"]]', 'return-code': 0}
28 changes: 28 additions & 0 deletions 1714/data/attachments/1849e5540d90d087.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
INFO  juju.model:model.py:2098 Deploying ch:amd64/focal/indico-189
INFO  juju.model:model.py:2098 Deploying ch:amd64/focal/redis-k8s-7
INFO  juju.model:model.py:2098 Deploying ch:amd64/focal/redis-k8s-7
WARNING  juju.model:model.py:1564 relate is deprecated and will be removed. Use integrate instead.
WARNING  juju.model:model.py:1564 relate is deprecated and will be removed. Use integrate instead.
INFO  juju.model:model.py:2958 Waiting for model:
indico/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2958 Waiting for model:
indico/0 [allocating] waiting: installing agent
INFO  juju.model:model.py:2958 Waiting for model:
indico/0 [idle] waiting: Waiting for database availability
INFO  integration.relations.pgbouncer_provider.test_pgbouncer_provider:test_pgbouncer_provider.py:516 Verifying that the charm doesn't block when the extensions are enabled
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-k8s/0 [executing] active:
postgresql-k8s/1 [executing] active: Primary
WARNING  juju.model:model.py:1564 relate is deprecated and will be removed. Use integrate instead.
INFO  juju.model:model.py:2958 Waiting for model:
postgresql-k8s/0 [idle] active:
postgresql-k8s/1 [idle] active: Primary
pgbouncer-k8s/0 [executing] active:
pgbouncer-k8s/1 [executing] active:
indico/0 [executing] waiting: Waiting for database availability
INFO  juju.model:model.py:2958 Waiting for model:
pgbouncer-k8s/0 [idle] active:
pgbouncer-k8s/1 [idle] active:
indico/0 [executing] maintenance: Adding indico layer to pebble
INFO  juju.model:model.py:2958 Waiting for model:
indico/0 [idle] active:
Loading

0 comments on commit 87c1e21

Please sign in to comment.