Skip to content

Commit

Permalink
Fix server tests on b0.73 branch (#3535)
Browse files Browse the repository at this point in the history
PBENCH-1256

The b0.73 branch code branched after Quisby `uperf` visualization
support, but the `pquisby` 0.0.17 package adds `fio`, breaking a
few tests that expect only `uperf`. We don't intend to support the
server on the b0.73 branch, so it seems most appropriate to lock
the `pquisby` package to 0.0.12 which exposes only `uperf` and
matches the tests on that branch.
  • Loading branch information
dbutenhof committed Aug 25, 2023
1 parent 1f8ac5b commit 7e22b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Expand Up @@ -12,7 +12,7 @@ flask-restful>=0.3.9
flask-sqlalchemy
gunicorn
humanize
pquisby
pquisby<0.0.13
psycopg2
pyesbulk>=2.0.1
PyJwt[crypto]
Expand Down

0 comments on commit 7e22b8d

Please sign in to comment.