Removing credentials from source package #1828
Annotations
7 errors
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/CsvPackageTest.scala#L19
org.scalatest.exceptions.TestFailedException: results didn't match!
expected: [Vector((a,failed to parse CSV (location: file:/tmp/tempFile303714314896990951.csv: line 1002, col 1), cannot parse 'NA' as an int), (b,NA), (c,failed to parse CSV (location: file:/tmp/tempFile303714314896990951.csv: line 1002, col 7), cannot parse 'NA' as a double))] (list(record(a: undefined, b: string, c: undefined)))
actual: [Vector((a,failed to parse CSV (location: <value>: line 1002, col 1), cannot parse 'NA' as an int), (b,NA), (c,failed to parse CSV (location: <value>: line 1002, col 7), cannot parse 'NA' as a double))] (collection(record(a: int, b: string, c: double)))
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/CsvPackageTest.scala#L19
org.scalatest.exceptions.TestFailedException: results didn't match!
expected: [Vector((a,failed to parse CSV (location: file:/tmp/tempFile10620894126771443571.csv: line 1002, col 1), cannot parse 'hello' as an int), (b,null), (c,failed to parse CSV (location: file:/tmp/tempFile10620894126771443571.csv: line 1002, col 8), cannot parse 'world' as a double))] (list(record(a: undefined, b: undefined, c: undefined)))
actual: [Vector((a,failed to parse CSV (location: <value>: line 1002, col 1), cannot parse 'hello' as an int), (b,null), (c,failed to parse CSV (location: <value>: line 1002, col 8), cannot parse 'world' as a double))] (collection(record(a: int, b: string, c: double)))
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/credentials/MySQLPackageTest.scala#L19
org.scalatest.exceptions.TestFailedException: results didn't match!
expected: [3, failed to read from database mysql:***: Table '***.dont_exist' doesn't exist] (list(long))
actual: [3, failed to read from database mysql:***: Table '***.dont_exist' doesn't exist] (list(long))
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/credentials/PostgreSQLPackageTest.scala#L19
org.scalatest.exceptions.TestFailedException: results didn't match!
expected: [3, failed to read from database pgsql:***: ERROR: relation "***.dont_exist" does not exist
Position: 15] (list(long))
actual: [3, failed to read from database pgsql:***: ERROR: relation "***.dont_exist" does not exist
Position: 15] (list(long))
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/credentials/SQLServerPackageTest.scala#L19
org.scalatest.exceptions.TestFailedException: results didn't match!
expected: [3, failed to read from database sqlserver:***: Invalid object name '***.dont_exist'.] (list(long))
actual: [3, failed to read from database sqlserver:***: Invalid object name '***.dont_exist'.] (list(long))
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/credentials/SnowflakePackageTest.scala#L20
raw.sources.jdbc.api.JdbcLocationException: IO error connecting to ***: JDBC driver encountered communication error. Message: HTTP status=513.
|
|
The logs for this run have expired and are no longer available.
Loading