fixeria has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/40142?usp=email )
Change subject: jobs: run ttcn3-bts-test-* between 01:00 - 06:00
......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS1:
> tbh with some fake_trx delays I saw myself on my own laptop I doubt it will improve a lot the proble […]
I guess you're talking about recent master, which is doing queuing?
FYI: I created a branch called `ttcn3-bts-test`, which points to the point predating Kirill's patches. So fake_trx.py is "reverted" back to a known working state, but we're still seeing clock issues in ttcn3-bts-test.
Running 4 variants of ttcn3-bts-test (and thus 4 fake_trx.py instances and 4 osmo-bts-trx instances) on the same machine at the same time is prone to latency issues. Even when we had `respawn.sh` in place, this was likely the reason of sporadic testcase failures that I was unable to reproduce locally.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/40142?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I0162f7299c8e37f893ffa10ddc4c8edece29ed7f
Gerrit-Change-Number: 40142
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 24 Apr 2025 19:22:07 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40129?usp=email )
Change subject: start-testsuite: remove workaround for TITAN < 9.0.0
......................................................................
start-testsuite: remove workaround for TITAN < 9.0.0
We're using the 9.0.0 nowadays, which does not need this workaround.
Change-Id: I57eecd6e0ea9e488a2110b029ddc313bd05cd1fa
---
M start-testsuite.sh
1 file changed, 0 insertions(+), 4 deletions(-)
Approvals:
osmith: Looks good to me, approved
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/start-testsuite.sh b/start-testsuite.sh
index 7d06bf2..1cf544d 100755
--- a/start-testsuite.sh
+++ b/start-testsuite.sh
@@ -42,10 +42,6 @@
TEST=$3
fi
-# Limit max num of open file descriptors to workaround titan.core bug:
-# https://gitlab.eclipse.org/eclipse/titan/titan.core/-/issues/690
-ulimit -n 100000
-
if [ -z "$TTCN3_DIR" ]; then
# below is for the debian packages
TTCN3_BIN_DIR="${TTCN3_BIN_DIR:-/usr/bin}"
--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40129?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I57eecd6e0ea9e488a2110b029ddc313bd05cd1fa
Gerrit-Change-Number: 40129
Gerrit-PatchSet: 3
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>