Skip to content

adding Release fixes #29

adding Release fixes

adding Release fixes #29

Triggered via push February 21, 2024 09:49
Status Success
Total duration 1m 46s
Artifacts 3
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
DBTestCompare.fetch_compare_test.Exception_inline_sql_SQL_SERVER_PostgreSQL_FAIL: images/DBTestCompare.png#L85
java.lang.Exception: org.testng.TestException: Queries results have a different number of columns 6 / 7 Query 1: SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] --,[City] ,[StateProvinceID] ,[PostalCode] ,convert(varchar(30),[ModifiedDate],121) FROM [AdventureWorks2008R2].[Person].[Address] WHERE ModifiedDate BETWEEN '2003-02-21 00:00:00.000' AND '2004-02-21 00:00:00.000' order by AddressID --query raise SQL Exception Query 2: SELECT addressid, addressline1, addressline2, city, stateprovinceid, postalcode, modifieddate FROM public.personaddress WHERE modifieddate BETWEEN '2003-02-21 00:00:00.000' AND '2004-02-21 00:00:00.000' order by addressid;
DBTestCompare.minus_on_union.SQL_SERVER_union_noIndicator_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.key_comparator.ContactType.KeyContactType_FAIL: images/DBTestCompare.png#L106
Among 2 compared rows, some differences in SQL queries results found - expected [0] but found [1]
DBTestCompare.minus_many_xml_files.ExceptionPersonAddress_SQL_SERVER_first_FAIL: images/DBTestCompare.png#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: All queries combined using a UNION, INTERSECT or EXCEPT operator must have an equal number of expressions in their target lists. Minus Query : ( SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] --,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 1 --query raise SQL Exception EXCEPT SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] ,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 2 ) UNION ALL ( SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] ,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 2 EXCEPT SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] --,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 1 --query raise SQL Exception )
DBTestCompare.nmb_of_results.Exception_assert_equal_FAIL: images/DBTestCompare.png#L85
java.lang.Exception: org.postgresql.util.PSQLException: ERROR: syntax error at or near ";" Position: 170 Assert Query : select COUNT(*) from ( SELECT addressid, addressline1, addressline2, city, stateprovinceid, postalcode, modifieddate FROM public.personaddress LIMIT 1; --query raise SQL Exception ) countTable
DBTestCompare.sql-from-file.misconfigured_FAIL: images/DBTestCompare.png#L82
org.testng.TestException: Element SQL should have the filename attribute or sql value defined (NOT both). Test file is invalid /home/runner/work/DBTestCompare/DBTestCompare/target/test-definitions/sql-from-file/misconfigured_FAIL.xml
DBTestCompare.fetch_compare_test.from_file_sql_MySQL_PostgreSQL_FAIL: images/DBTestCompare.png#L106
Among 37 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.minus_many_xml_files.PersonAddress_SQL_SERVER_first_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.minus_many_xml_files.PersonAddress_SQL_SERVER_diffTableSize_0_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.minus_on_union.SQL_SERVER_union_withIndicator_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.minus_many_xml_files.ExceptionPersonAddress_SQL_SERVER_first_FAIL: images/DBTestCompare.png#L85
java.lang.Exception: com.microsoft.sqlserver.jdbc.SQLServerException: All queries combined using a UNION, INTERSECT or EXCEPT operator must have an equal number of expressions in their target lists. Minus Query : ( SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] --,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 1 --query raise SQL Exception EXCEPT SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] ,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 2 ) UNION ALL ( SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] ,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 2 EXCEPT SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] --,[City] ,[StateProvinceID] ,[PostalCode] ,[ModifiedDate] FROM [AdventureWorks2008R2].[Person].[Address] where AddressID <> 1 --query raise SQL Exception )
DBTestCompare.minus_on_union.SQL_SERVER_union_withIndicator_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.minus_on_union.SQL_SERVER_union_noIndicator_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.minus_many_xml_files.PersonAddress_SQL_SERVER_diffTableSize_0_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
DBTestCompare.nmb_of_results.Exception_assert_equal_FAIL: images/DBTestCompare.png#L85
java.lang.Exception: org.postgresql.util.PSQLException: ERROR: syntax error at or near ";" Position: 170 Assert Query : select COUNT(*) from ( SELECT addressid, addressline1, addressline2, city, stateprovinceid, postalcode, modifieddate FROM public.personaddress LIMIT 1; --query raise SQL Exception ) countTable
DBTestCompare.fetch_compare_test.Exception_inline_sql_SQL_SERVER_PostgreSQL_FAIL: images/DBTestCompare.png#L85
java.lang.Exception: org.testng.TestException: Queries results have a different number of columns 6 / 7 Query 1: SELECT [AddressID] ,[AddressLine1] ,[AddressLine2] --,[City] ,[StateProvinceID] ,[PostalCode] ,convert(varchar(30),[ModifiedDate],121) FROM [AdventureWorks2008R2].[Person].[Address] WHERE ModifiedDate BETWEEN '2003-02-21 00:00:00.000' AND '2004-02-21 00:00:00.000' order by AddressID --query raise SQL Exception Query 2: SELECT addressid, addressline1, addressline2, city, stateprovinceid, postalcode, modifieddate FROM public.personaddress WHERE modifieddate BETWEEN '2003-02-21 00:00:00.000' AND '2004-02-21 00:00:00.000' order by addressid;
DBTestCompare.sql-from-file.misconfigured_FAIL: images/DBTestCompare.png#L82
org.testng.TestException: Element SQL should have the filename attribute or sql value defined (NOT both). Test file is invalid /home/runner/work/DBTestCompare/DBTestCompare/target/test-definitions/sql-from-file/misconfigured_FAIL.xml
DBTestCompare.fetch_compare_test.from_file_sql_MySQL_PostgreSQL_FAIL: images/DBTestCompare.png#L106
Among 37 compared rows, some differences in SQL queries results found - expected [0] but found [10]
DBTestCompare.key_comparator.ContactType.KeyContactType_FAIL: images/DBTestCompare.png#L106
Among 2 compared rows, some differences in SQL queries results found - expected [0] but found [1]
DBTestCompare.minus_many_xml_files.PersonAddress_SQL_SERVER_first_FAIL: images/DBTestCompare.png#L110
Differences in SQL queries found - expected [0] but found [2]
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
DBTestCompare1.9.4 Expired
15.1 MB
DBTestCompare1.9.4.TestDefinitionsResults.29 Expired
44 KB
DBTestCompare1.9.4.TestResults.29 Expired
113 KB