Skip to content

speed up tests (especially TestServer) #101

Description

@jschnei

Some of our tests (in particular, the TestServer tests) run quite slowly and consume a bunch of resources (sometimes this leads to OOM errors on Jenkins). We should try to optimize some of these tests.

For TestServer, a lot of this is due to expensive code in TestServer.setUp that is run once for each test. One way to optimize this is by trying to move some of it to TestServer.setUpClass that is only run once for all TestServer tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions