TPC-Council / HammerDB

HammerDB Database Load Testing and Benchmarking Tool
http://www.hammerdb.com
GNU General Public License v3.0
542 stars 115 forks source link

Error missing close-brace when selected PostgreSQL XML Connect Pool #681

Closed sm-shaw closed 3 months ago

sm-shaw commented 3 months ago

Guidance Bug reports are for when HammerDB is not behaving as expected. Bug reports should not be submitted for help in understanding database performance related questions. General questions on database performance or HammerDB usability should be submitted under Discussions.

Describe the bug When the connection parameters have been configured in the XML file in the connect pool directory and the XML Connect Pool option is selected the workload error

To Reproduce Steps to reproduce the behavior: Run the HammerDB PostgreSQL TPROC-C workload and select XML connect pool.

Expected behavior The workload should run using the connections and policy defined in the XML file.

Screenshots If applicable, add screenshots to help explain your problem.

missingcb

HammerDB Version (please complete the following information):

HammerDB Interface (please complete the following information):

Operating System (please complete the following information): ALL

Database Server (please complete the following information):

Database Client (please complete the following information):

Additional context Add any other context about the problem here. Workaround is to manually add close-brace at end of driver script.

Note that the XML connect pool option only supports functions and does not support PostgreSQL stored procedures because PostgreSQL stored procedures are not support with prepared statements that is needed to create multiple cursors to use with the different connections.