[
https://issues.apache.org/jira/browse/DBCP-576?focusedWorklogId=604238&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-604238
]
ASF GitHub Bot logged work on DBCP-576:
---------------------------------------
Author: ASF GitHub Bot
Created on: 31/May/21 17:38
Start Date: 31/May/21 17:38
Worklog Time Spent: 10m
Work Description: arturobernalg commented on a change in pull request #99:
URL: https://github.com/apache/commons-dbcp/pull/99#discussion_r642615750
##########
File path:
src/test/java/org/apache/commons/dbcp2/datasources/TestSharedPoolDataSource.java
##########
@@ -556,7 +554,7 @@ private void doTestPoolCallableStatements(final
PrepareCallCallback callBack)
conn.close();
conn = null;
- conn = myDs.getConnection();
+ conn = ((DataSource) spDs).getConnection();
Review comment:
HI @garydgregory
reverted
TY
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 604238)
Time Spent: 50m (was: 40m)
> Simplify and inline variables
> -----------------------------
>
> Key: DBCP-576
> URL: https://issues.apache.org/jira/browse/DBCP-576
> Project: Commons DBCP
> Issue Type: Sub-task
> Reporter: Arturo Bernal
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)