Removing credentials from source package #1825
Annotations
9 errors
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://***:3306/***: 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: Query didn't fail as expected!
Expected: error connecting to database: ***
Actual: ErrorMessage(username is required,List(ErrorRange(ErrorPosition(1,1),ErrorPosition(5,2))),parserError,List())
|
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://***:5432/***: ERROR: relation "***.dont_exist" does not exist
Position: 15] (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.
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/builtin/credentials/SqlServerPackageTest.scala#L19
org.scalatest.exceptions.TestFailedException: Query didn't fail as expected!
Expected: Login failed for user ''
Actual: ErrorMessage(username is required,List(ErrorRange(ErrorPosition(1,1),ErrorPosition(5,2))),parserError,List())
|
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://***:1433/***: Invalid object name '***.dont_exist'.] (list(long))
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/regressions/credentials/RD4445Test.scala#L18
org.scalatest.exceptions.TestFailedException: query is invalid; error was: missing Dropbox credential
|
snapi-client/src/test/scala/raw/compiler/rql2/tests/regressions/credentials/RD4445Test.scala#L18
org.scalatest.exceptions.TestFailedException: results didn't match!
expected: [dropbox://rawlabs-dropbox/New Folder/New Document] (list(string))
actual: [dropbox:/New Folder/New Document] (list(string))
|
|
The logs for this run have expired and are no longer available.
Loading