Change detection random errors despite CI passing (most of the times) #623
Labels
area/testing
Related to any test or testing suite
bug
Something isn't working
ci/build
This is issue is about the build or CI system, and the administration of it.
Change detection randomly errors out despite CI passing most of the time.
Specifically talking about this rule:
make test:changes
.Currently in
.circleci/config.yml
file we have:gotestsum --junitfile /tmp/test-reports/unit-tests.xml -- ./... -p 1
and in the
Makefile
we have:env DEFRA_DETECT_DATABASE_CHANGES=true go test ./... -p 1
as part of #619 I changed the
Makefile
rule to:env DEFRA_DETECT_DATABASE_CHANGES=true gotestsum --junitfile /tmp/defradb-dev/changes.xml -- ./... -p 1
which would be called by the CI.
This is where the errors become more prominent (even though they were happening before too).
Here is one of the errors I encountered (
TempDir RemoveAll cleanup: open /tmp: too many open files
):$ make test:changes
The text was updated successfully, but these errors were encountered: