Skip to content

running the integration tests too many times causes a failure #5

@yosemitebandit

Description

@yosemitebandit

The connections will timeout. @kkroo had similar issues in client and created a workaround. I wasn't able to get it working though :/

I used this script to generate the failures:
for i in {1..15}; do echo $i; nosetests openbts.tests.integration_tests:SIPAuthServeTest; done

It will fail around round 10 for me. I could restart sipauthserve with supervisorctl to get the tests to pass again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions