Skip to content
Unstable

#439 (Aug 5, 2026, 9:29:00 AM)

Started 5 hr 1 min ago
Took 15 min on build5-deb12build-ansible
Build Artifacts

Started by timer

This run spent:

  • 2 ms waiting;
  • 15 min build duration;
  • 15 min total from scheduled to completion.
Revision: cc86e2396c98815506c4270b364da0f8974f824a
Repository: https://gerrit.osmocom.org/osmo-ttcn3-hacks
  • origin/master
Tests (28 failures / ±0)Show all failed tests >>>
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