Skip to content
Success

#29391 (Jul 31, 2026, 12:10:23 PM)

Started 16 min ago
Took 3.7 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 4279
originally caused by:

This run spent:

  • 5.6 sec waiting;
  • 3.7 sec build duration;
  • 9.4 sec total from scheduled to completion.
Revision: a1dc0d6a021aa0595c496f44541230953cb3f96d
Repository: $GERRIT_REPO_URL
  • master
eim/testenv: put mnesia database into volatile location

When running the TTCN3 testsuite in testenv, we create the database
files in a non-volatile location. This means that with every
consecutive test run, the database from the first test run is
re-used. This may lead to unexpected behaviour.

With this patch we change the location of the database to a volatile
location, so that each testrun uses a fresh database.

Related: SYS#8100
Change-Id: I178e4fcd29880668467b6deaa44f44d142b8c29c
pmaier@sysmocom.de at