Skip to content

Instantly share code, notes, and snippets.

@tanookiben
Created January 24, 2014 02:42
Show Gist options
  • Save tanookiben/8591193 to your computer and use it in GitHub Desktop.
Save tanookiben/8591193 to your computer and use it in GitHub Desktop.
level3
Cleaning up children
Killing child's pgid: 53317
Traceback (most recent call last):
File "test/harness", line 113, in <module>
main()
File "test/harness", line 110, in main
bin/start-servers: killing child 53319
harness.run()
File "/Users/hsiehb/Projects/Personal/stripe-ctf/stripe-ctf3/level3/test/lib/test_framework.py", line 106, in run
bin/start-servers: killing child 53320
bin/start-servers: killing child 53321
bin/start-servers: killing child 53322
self.execute(test_cases_to_execute)
File "test/harness", line 74, in new_func
rv = func(*args, **kwargs)
File "test/harness", line 96, in execute
self.runner.run_test_case(test_case.json)
File "/Users/hsiehb/Projects/Personal/stripe-ctf/stripe-ctf3/level3/test/lib/test_framework.py", line 187, in run_test_case
result = self.run_input(input)
File "/Users/hsiehb/Projects/Personal/stripe-ctf/stripe-ctf3/level3/test/runner.py", line 118, in run_input
self.check_server(self.uri('/healthcheck'), 'starts', 3)
File "/Users/hsiehb/Projects/Personal/stripe-ctf/stripe-ctf3/level3/test/runner.py", line 69, in check_server
raise error.StripeError("Unable to start server up")
lib.error.StripeError: Unable to start server up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment