pgjdbc/pgjdbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
From: crowmagnumb (@crowmagnumb) <[email protected]>
To: pgjdbc/pgjdbc <[email protected]>
Subject: Re: [pgjdbc/pgjdbc] PR #3396: SQLData Support
Date: Fri, 21 Mar 2025 19:58:20 +0000
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>

> just use `StandardCharset.UTF_8`

OK, I think I've satisfied the new Style requirements, but now my test is suddenly failing with the following ....

FAILURE   0.0sec, org.postgresql.test.jdbc2.SQLDataTest > initializationError
    org.postgresql.util.PSQLException: FATAL: role "test" does not exist
        at app//org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2734)
        at app//org.postgresql.core.v3.QueryExecutorImpl.readStartupMessages(QueryExecutorImpl.java:2846)
        at app//org.postgresql.core.v3.QueryExecutorImpl.<init>(QueryExecutorImpl.java:176)
        at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:327)
        at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54)
        at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:274)
        at app//org.postgresql.Driver.makeConnection(Driver.java:448)
        at app//org.postgresql.Driver.connect(Driver.java:298)
        at platform/[email protected]/java.sql.DriverManager.getConnection(DriverManager.java:681)
        at platform/[email protected]/java.sql.DriverManager.getConnection(DriverManager.java:190)
        at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401)
        at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:350)
        at app//org.postgresql.test.jdbc2.SQLDataTest.setUp(SQLDataTest.java:67)
        Suppressed: org.postgresql.util.PSQLException: FATAL: role "test" does not exist
            at app//org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2734)
            at app//org.postgresql.core.v3.QueryExecutorImpl.readStartupMessages(QueryExecutorImpl.java:2846)
            at app//org.postgresql.core.v3.QueryExecutorImpl.<init>(QueryExecutorImpl.java:176)
            at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:327)
            at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54)
            at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:274)
            at app//org.postgresql.Driver.makeConnection(Driver.java:448)
            at app//org.postgresql.Driver.connect(Driver.java:298)
            at platform/[email protected]/java.sql.DriverManager.getConnection(DriverManager.java:681)
            at platform/[email protected]/java.sql.DriverManager.getConnection(DriverManager.java:190)
            at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401)
            at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:350)
            at app//org.postgresql.test.jdbc2.SQLDataTest.tearDown(SQLDataTest.java:117)

FAILURE   0.2sec,    1 completed,   1 failed,   0 skipped, org.postgresql.test.jdbc2.SQLDataTest
FAILURE   0.7sec,    1 completed,   1 failed,   0 skipped, Gradle Test Run :postgresql:test

1 test completed, 1 failed


view thread (67+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: github://pgjdbc/pgjdbc
  Cc: [email protected], [email protected]
  Subject: Re: [pgjdbc/pgjdbc] PR #3396: SQLData Support
  In-Reply-To: <<[email protected]>>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox