-
Notifications
You must be signed in to change notification settings - Fork 9
Description
We are using this test adapter for TFS 2015 builds (VS2015 is installed on build machine).
The error appeared on test which returns empty select (just column names are returned as the test check how the sp acts when non existing value is provided).
The error message in build log:
2018-01-18T16:42:13.5425357Z Failed test_schema.test 03 provided non existing code should return empty data set
2018-01-18T16:42:13.5465375Z ##[error]Error Message:
2018-01-18T16:42:13.5475371Z ##[error]
2018-01-18T16:42:13.5485398Z ##[error]failure.message: Expecting to get a data reader with the response to: "exec tSQLt.RunWithXmlResults '[test_schema].[test 03 provided non existing code should return empty data set]'"
2018-01-18T16:42:13.5485398Z ##[error]
Note
The test was executed directly on Build machine SQL server using tSQLt.RunAll, no errors or failures were noticed. No failure details in [tSQLt].[TestResult] as well.