distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Fix index-map migration tool #3529

Closed dbutenhof closed 1 year ago

dbutenhof commented 1 year ago

PBENCH-1252

Fix the IndexMap model constructor call to use kwargs since SQLAlchemy's declarative base model doesn't support positional parameters.

NOTE: this tool has been run on the staging server, and worked. We'll use it again when we upgrade the current b0.72 "archive server" instance to a true 1.0 server.