Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Database version to TPROC-C timed test #690

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

sm-shaw
Copy link
Contributor

@sm-shaw sm-shaw commented Apr 5, 2024

Pull request adds a database version number query to the TPROC-C timed test and prints the string such as DBVersion:16.0.1000.6 at the start of the test. If the version cannot be queried or the version is not an expected version of digits and dots then the test will not error but instead record the version as DBVersion:NULL

This can then be queried at a later point with the jobs db command.

hammerdb>job 6601BCF63E8403E263532363 db
[
 "MSSQLServer",
 "16.0.1000.6"
]

The enhancement means we will now have a record of the database version stored along with the test data.

@sm-shaw sm-shaw added the enhancement New feature or request label Apr 5, 2024
@sm-shaw sm-shaw requested a review from a team as a code owner April 5, 2024 12:57
@sm-shaw sm-shaw linked an issue Apr 5, 2024 that may be closed by this pull request
@abondvt89
Copy link
Contributor

Merging after reviews and approval of the three members of the code maintenance team.

@abondvt89 abondvt89 merged commit 238aa1c into TPC-Council:master Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add database version number to job db command for TPROC-C timed tests
3 participants