TPC-Council/HammerDB

Error missing close-brace when selected PostgreSQL XML Connect Pool

Closed this issue · 0 comments

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):

  • Version: 4.10
  • Build: All

HammerDB Interface (please complete the following information):

  • UI: [e.g. GUI or CLI]

Operating System (please complete the following information):
ALL

Database Server (please complete the following information):

  • Database name: PostgreSQL

Database Client (please complete the following information):

  • Database client name: PostgreSQL

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.