Message-ID: From: "crowmagnumb (@crowmagnumb)" To: "pgjdbc/pgjdbc" Date: Fri, 21 Mar 2025 20:00:17 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3396: SQLData Support In-Reply-To: References: List-Id: X-GitHub-Author-Login: crowmagnumb X-GitHub-Comment-Id: 2744327101 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3396 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3396#issuecomment-2744327101 Content-Type: text/plain; charset=utf-8 > 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 I have a table called "test" in my test but I don't create a role called "test". Is there a new requirement to do so?