removing redundant lines #25
Annotations
10 errors and 1 warning
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.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.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.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.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.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.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.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
)
|
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.3
Expired
|
15.1 MB |
|
DBTestCompare1.9.3.TestDefinitionsResults.25
Expired
|
44 KB |
|
DBTestCompare1.9.3.TestResults.25
Expired
|
114 KB |
|