<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/16398">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved; Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">remsim: Ensure non-overlapping junit-xml filenames<br><br>The default filename pattern of the JUnit log plugins of TTCN-3 is<br>"junit-xml-%u.xml" where %u represents the PID of the process.  This<br>is typically a good idea as the PID doesn't wrap that quickly.  However,<br>if you're executing a new docker container for every test suite run,<br>then chances are high that two subsequent runs of the test suite<br>container might end up with the same PID and hence the smae filename.<br><br>This results in the output file being overwritten, which is what's<br>responsible for many missing  RemsimServer_Tests results on the<br>jenkins.osmocom.org test results analyzer.<br><br>Change-Id: I9b6d1b5a943eb4e058ad2bf7cf8acee7b70e68b6<br>Closes: OS#4205<br>---<br>M ttcn3-remsim-test/REMSIM_Tests.cfg<br>M ttcn3-remsim-test/bankd/REMSIM_Tests.cfg<br>M ttcn3-remsim-test/client/REMSIM_Tests.cfg<br>3 files changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/ttcn3-remsim-test/REMSIM_Tests.cfg b/ttcn3-remsim-test/REMSIM_Tests.cfg</span><br><span>index 5a9f026..837f12b 100644</span><br><span>--- a/ttcn3-remsim-test/REMSIM_Tests.cfg</span><br><span>+++ b/ttcn3-remsim-test/REMSIM_Tests.cfg</span><br><span>@@ -3,6 +3,7 @@</span><br><span> "/osmo-ttcn3-hacks/remsim/REMSIM_Tests.default"</span><br><span> </span><br><span> [LOGGING]</span><br><span style="color: hsl(120, 100%, 40%);">+*.JUnitLogger.filename_stem := "junit-xml-server"</span><br><span> </span><br><span> [TESTPORT_PARAMETERS]</span><br><span> </span><br><span>diff --git a/ttcn3-remsim-test/bankd/REMSIM_Tests.cfg b/ttcn3-remsim-test/bankd/REMSIM_Tests.cfg</span><br><span>index 2e77590..ca83346 100644</span><br><span>--- a/ttcn3-remsim-test/bankd/REMSIM_Tests.cfg</span><br><span>+++ b/ttcn3-remsim-test/bankd/REMSIM_Tests.cfg</span><br><span>@@ -3,6 +3,7 @@</span><br><span> "/osmo-ttcn3-hacks/remsim/REMSIM_Tests.default"</span><br><span> </span><br><span> [LOGGING]</span><br><span style="color: hsl(120, 100%, 40%);">+*.JUnitLogger.filename_stem := "junit-xml-bankd"</span><br><span> </span><br><span> [TESTPORT_PARAMETERS]</span><br><span> </span><br><span>diff --git a/ttcn3-remsim-test/client/REMSIM_Tests.cfg b/ttcn3-remsim-test/client/REMSIM_Tests.cfg</span><br><span>index d3f8d42..2484c73 100644</span><br><span>--- a/ttcn3-remsim-test/client/REMSIM_Tests.cfg</span><br><span>+++ b/ttcn3-remsim-test/client/REMSIM_Tests.cfg</span><br><span>@@ -3,6 +3,7 @@</span><br><span> "/osmo-ttcn3-hacks/remsim/REMSIM_Tests.default"</span><br><span> </span><br><span> [LOGGING]</span><br><span style="color: hsl(120, 100%, 40%);">+*.JUnitLogger.filename_stem := "junit-xml-client"</span><br><span> </span><br><span> [TESTPORT_PARAMETERS]</span><br><span> # IP address to which ATS binds emulated remsim-server</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/16398">change 16398</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/docker-playground/+/16398"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I9b6d1b5a943eb4e058ad2bf7cf8acee7b70e68b6 </div>
<div style="display:none"> Gerrit-Change-Number: 16398 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>