Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Done
-
R3.3.0
Description
When is used a status, at the Postgres database, a SQL exception is show at the console
issue in testExecWithTestRunsAssignedToUser('userDPC', "FAIL")
[c.x.r.dao.impl.DAOContextImpl] Error executing SQL select statement org.postgresql.util.PSQLException: ERROR: missing FROM-clause entry for table "tr" Position: 430 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2455) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2155) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:288) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:430) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:356) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:168) at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:116) at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83) at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83) at com.xpandit.raven.dao.impl.DAOContextImpl.executeQuery(DAOContextImpl.java:176) at com.xpandit.raven.dao.impl.TestRunDAOImpl.getTestRunTestExecutions(TestRunDAOImpl.java:77) at com.xpandit.raven.jqlfunc.TestExecWithTestRunsAssignedToUserFunction.getValues(TestExecWithTestRunsAssignedToUserFunction.java:145)
Attachments
Issue Links
- duplicates
-
XRAY-4089 testExecWithTestRunsAssignedToUser JQL function may cause an SQL exception
- Closed