Add test format versioning to storage benchmarks

Adds a test_format database column and a value in the API return for the
test format version, starting at 0 for the existing format as of 0.9.37.

References #143
This commit is contained in:
2021-10-02 00:53:27 -04:00
parent 3e8a85b029
commit 5b27e438a9
5 changed files with 46 additions and 3 deletions

View File

@ -961,6 +961,7 @@
"storagebenchmark": {
"properties": {
"benchmark_result": {
"description": "A format 0 test result",
"properties": {
"test_name": {
"properties": {
@ -1094,6 +1095,10 @@
"job": {
"description": "The job name (an ISO date) of the test result",
"type": "string"
},
"test_format": {
"description": "The PVC benchmark format of the results",
"type": "integer"
}
},
"type": "object"