Skip to content

WIP

WIP #1021

Triggered via push August 13, 2023 09:59
Status Failure
Total duration 6m 40s
Artifacts 7

ci.yml

on: push
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

15 errors
Run tests (Basic)
Process completed with exit code 1.
Run tests (Oracle)
Process completed with exit code 1.
grate.unittests.Basic.Infrastructure.PostgreSQL.Statement_Splitting.StatementSplitter_ ► Ignores_semicolon_in_strings_with_directly_appended_operator: grate.unittests/Basic/Infrastructure/PostgreSQL/Statement_Splitting/StatementSplitter_.cs#L137
Failed test found in: test-results-Basic.xml Error: Expected collection to contain 1 item(s), but found 2: {" CREATE VIEW wgs.wgs_pages_branches AS SELECT branches.instrumentid, branches.plabel AS from_plabel, CASE WHEN (NOT (branches.branch ~~* '%?%'::text)) THEN "substring"(branches.branch, ("position"(branches.branch, '->'::text) + 3), length(branches.branch)) ELSE NULL::text END AS to_plabel, CASE WHEN (branches.branch ~~* '?%'::text) THEN branches.branch WHEN (branches.branch ~~* '%?%'::text) THEN "substring"(branches.branch, ("position"(branches.branch, '->'::text) + 2), length(branches.branch)) ELSE NULL::text END AS to_other, branches.rank AS condition_rank, CASE WHEN ("substring"(branches.branch, 0, "position"(branches.branch, '->'::text)) ~~* 'ELSE'::text) THEN 'TRUE'::text ELSE "substring"(branches.branch, 0, "position"(branches.branch, '->'::text)) END AS condition FROM ( SELECT foo.instrumentid, foo.plabel, foo.branch, row_number() OVER (PARTITION BY foo.instrumentid, foo.plabel ORDER BY foo.rankgroup) AS rank FROM ( SELECT wgs_pages.instrumentid, wgs_pages.plabel, unnest(string_to_array(wgs_pages.nextbranch, '", "'::text)) AS branch, row_number() OVER (ORDER BY wgs_pages.instrumentid, wgs_pages.plabel) AS rankgroup FROM wgs.wgs_pages) foo) branches"}.
grate.unittests.Oracle.Database ► Does_not_error_if_confed_to_create_but_already_exists: test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.Database ► Does_not_need_admin_connection_if_database_already_exists("Invalid stuff"): test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.Database ► Does_not_need_admin_connection_if_database_already_exists(null): test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.Database ► Is_created_if_confed_and_it_does_not_exist: test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.Database ► Is_created_with_custom_script_if_custom_create_database_folder_exists: test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.Database ► Is_not_created_if_not_confed: test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.DockerContainer ► IsUpAndRunning: test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.MigrationTables ► Does_not_create_ScriptsRun_table_if_it_exists_with_another_casing("scriptsrun"): test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.MigrationTables ► Does_not_create_ScriptsRun_table_if_it_exists_with_another_casing("SCRiptSrUN"): test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.MigrationTables ► Does_not_create_ScriptsRunErrors_table_if_it_exists_with_another_casing("scriptsrunerrors"): test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open
grate.unittests.Oracle.MigrationTables ► Does_not_create_ScriptsRunErrors_table_if_it_exists_with_another_casing("ScripTSRunErrors"): test-results-Oracle.xml#L0
Failed test found in: test-results-Oracle.xml Error: OneTimeSetUp: Oracle.ManagedDataAccess.Client.OracleException : ORA-01109: database not open

Artifacts

Produced during runtime
Name Size
binaries Expired
22.5 MB
test-results-Basic Expired
359 KB
test-results-MariaDB Expired
90.9 KB
test-results-Oracle Expired
101 KB
test-results-PostgreSQL Expired
87.7 KB
test-results-SqlServer Expired
172 KB
test-results-Sqlite Expired
87.1 KB