Fixed RD-10923: SQL time/timestamps are losing milliseconds #1642
ci.yaml
on: pull_request
build-custom-deps
1m 8s
code-checks
3m 30s
Matrix: tests
Annotations
9 errors
TestSqlCompilerServiceAirports.SELECT pg_typeof(NOW()):
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.SELECT CAST(pg_typeof(NOW()) AS VARCHAR):
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.SELECT NOW():
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.SELECT TIMESTAMP WITH TIME ZONE '2001-01-01 12:13:14.567 UTC' AS t:
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.SELECT TIMESTAMP WITHOUT TIME ZONE '2001-01-01 12:13:14.567' AS t:
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.SELECT TIME WITH TIME ZONE '12:13:14.567 UTC' AS t:
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.SELECT TIME WITHOUT TIME ZONE '12:13:14.567' AS t:
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
TestSqlCompilerServiceAirports.-- @default t TIME WITHOUT TIME ZONE '12:13:14.567'
SELECT :t AS t:
sql-client/src/test/scala/raw/client/sql/TestSqlCompilerServiceAirports.scala#L31
raw.client.api.CompilerServiceException: Failed to initialize pool: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
|
tests (sqlClient)
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ivy
Expired
|
2.63 MB |
|
m2
Expired
|
6.54 MB |
|