Universum icon indicating copy to clipboard operation
Universum copied to clipboard

Do not recreate containers for each test

Open i-keliukh opened this issue 6 years ago • 0 comments

The time spent on running tests should be analyzed. Right now it seems there are several inefficiencies in working with containers:

  1. It is possible that perforce container is recreated several times - this has to be checked
  2. Some containers are recreated, but they only have to be reset for new testing sessions, not for each test

The issue is similar to #276, but it applies to non-developer testing as well, for example, to tests on CI.

i-keliukh avatar Apr 19 '19 14:04 i-keliukh