Skip to content

Removing credentials from source package #1829

Removing credentials from source package

Removing credentials from source package #1829

Triggered via pull request August 5, 2024 10:54
Status Failure
Total duration 8m 48s
Artifacts

ci.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
MySQLPackageTest.List.Transform(["tbl1", "dont_exist"], table -> Collection.Count( MySQL.Query("rdbmstest", "SELECT * FROM " + table, type collection(record(a: int, b: int, c: double, d: double, x: string, y: string)), host = "test-mysql.raw-labs.com", username = "rawtest", password = "f55ba92415") )): 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))
PostgreSQLPackageTest.List.Transform(["tbl1", "dont_exist"], table -> Collection.Count( PostgreSQL.Query("rawtest", "SELECT * FROM rdbmstest." + table, type collection(record(a: int, b: int, c: double, d: double, x: string, y: string)), host = "test-psql.raw-labs.com", username = "rawtest", password = "f55ba92415") )): 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))
SQLServerPackageTest.List.Transform(["tbl1", "dont_exist"], table -> Collection.Count( SQLServer.Query("rawtest", "SELECT * FROM rdbmstest." + table, type collection(record(a: int, b: int, c: double, d: double, x: string, y: string)), host = "test-mssql.raw-labs.com", username = "rawtest", password = "f55ba92415") )): 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))
SnowflakePackageTest.(It is not a test it is a sbt.testing.SuiteSelector): 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.
tests (snapi-client)
Process completed with exit code 1.