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

Intermittent test failure #4

Open
stuarteberg opened this issue Dec 4, 2018 · 0 comments
Open

Intermittent test failure #4

stuarteberg opened this issue Dec 4, 2018 · 0 comments
Labels

Comments

@stuarteberg
Copy link
Member

stuarteberg commented Dec 4, 2018

The test that verifies parallel read and write access fails intermittently, as if the server needs more time to initialize, even though that makes no sense. I can't come up with any explanation for the specific error that occurs. For now, I've inserted a delay into the test. It would be nice to understand this failure.

FWIW, this is the exception that pops up in the server:

Traceback (most recent call last):
  File ".../DVIDResourceManager/dvid_resource_manager/server.py", line 254, in <module>
    sys.exit( main() )
  File ".../DVIDResourceManager/dvid_resource_manager/server.py", line 79, in main
    server.run(args.debug)
  File ".../DVIDResourceManager/dvid_resource_manager/server.py", line 168, in run
    self.finish_work(request["id"])
  File ".../DVIDResourceManager/dvid_resource_manager/server.py", line 241, in finish_work
    request = self.current_work_items[curr_id]
KeyError: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant