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

Running molotov directly causes X-Weave-Timestamp error #27

Open
rpappalax opened this issue May 29, 2020 · 0 comments
Open

Running molotov directly causes X-Weave-Timestamp error #27

rpappalax opened this issue May 29, 2020 · 0 comments

Comments

@rpappalax
Copy link

$ molotov --max-runs 5 -cxv loadtest.py
**** Molotov v2.0. Happy breaking! ****
Preparing 1 worker...
OK
KeyError('X-Weave-Timestamp')WORKERS: 1
  File "/Users/rpappalax/git/synctests/syncstorage-loadtest/venv/lib/python3.7/site-packages/molotov/worker.py", line 205, in step
    await scenario["func"](session, *scenario["args"], **scenario["kw"])
  File "loadtest.py", line 73, in test
    _, config = await storage.get("/info/configuration")
  File "./storage/__init__.py", line 253, in get
    statuses=statuses)
  File "./storage/__init__.py", line 220, in _retry
    server_time = int(float(resp.headers["X-Weave-Timestamp"]))
SUCCESSES: 0 | FAILURES: 1
*** Bye ***

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant