Skip to content

Commit

Permalink
Debug flaky E2E test.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (VM/EMT3) <[email protected]>
  • Loading branch information
timrulebosch committed Sep 20, 2024
1 parent 1a463b5 commit c9a82de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testscript/e2e/fmimcl_fmu2.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ stdout 'Loading symbol: model_step ... ok'
stdout 'Loading symbol: model_destroy ... ok'
stdout 'Run the Simulation ...'
stdout 'Controller exit ...'
stdout 'Transport: redis'
! stdout 'Transport: redispubsub'

stdout 'uid=4130119698, val=54.000000, final_val=54.000000, name=real_1_tx'
stdout 'uid=2274494661, val=99.000000, final_val=99.000000, name=integer_2_tx'
Expand All @@ -29,7 +31,7 @@ stdout 'uid=3471121503, val=127.000000, final_val=127.000000, name=real_D_tx'
SIMER="${SIMER:-ghcr.io/boschglobal/dse-simer:latest}"
docker run --name simer -i --rm -v $ENTRYDIR/$SIM:/sim \
$SIMER -valgrind $NAME \
-env simbus:SIMBUS_LOGLEVEL=5 \
-env simbus:SIMBUS_LOGLEVEL=1 \
-env extended_inst:SIMBUS_LOGLEVEL=5 \
-env $NAME:SIMBUS_LOGLEVEL=2 \
-stepsize 0.0005 -endtime 0.005

0 comments on commit c9a82de

Please sign in to comment.