[Flent-users] Re: bursts test does not complete (WAS: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner)

2023-03-29 Thread Toke Høiland-Jørgensen
ch writes: > Hi :wave: > > On 29/03/2023 19.43, ch wrote: >> On 29/03/2023 19.42, ch wrote: >>> But the flent test itself never terminate. The process keeps running >>> in the background. Resulting in the test results being saved to disk. >> >> Resulting in the test results *not* being saved

[Flent-users] Re: bursts test does not complete (WAS: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner)

2023-03-29 Thread ch
Hi :wave: On 29/03/2023 19.43, ch wrote: On 29/03/2023 19.42, ch wrote: But the flent test itself never terminate. The process keeps running in the background. Resulting in the test results being saved to disk. Resulting in the test results *not* being saved to disk. I fell like I am

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread ch
On 29/03/2023 19.42, ch wrote: But the flent test itself never terminate. The process keeps running in the background. Resulting in the test results being saved to disk. Resulting in the test results *not* being saved to disk. -ch ___ Flent-users

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread ch
Hi Toke, On 29/03/2023 16.34, ch wrote: On 29/03/2023 14.33, Toke Høiland-Jørgensen wrote: Ah! Seems I introduced another infinite loop while fixing the previous one; pushed another fix, please try that...  Haha, Compiled the new version (acf8c41) and setup my scheduled (flent-tests.sh)

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread ch
On 29/03/2023 14.33, Toke Høiland-Jørgensen wrote: Ah! Seems I introduced another infinite loop while fixing the previous one; pushed another fix, please try that...  Haha, Compiled the new version (acf8c41) and setup my scheduled (flent-tests.sh) job to run the bursts test (again). 

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread Toke Høiland-Jørgensen
ch writes: > On 29/03/2023 12.10, Toke Høiland-Jørgensen wrote: >>> to run. Resulting in the node generating traffic for the full pipe for >>> hours on end. My observation is the test does not terminate for unknown >>> reasons. >> Hmm, did you pull the latest version of traffic-gen? The version

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread ch
On 29/03/2023 12.10, Toke Høiland-Jørgensen wrote: to run. Resulting in the node generating traffic for the full pipe for hours on end. My observation is the test does not terminate for unknown reasons. Hmm, did you pull the latest version of traffic-gen? The version on github had a bug where

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread Toke Høiland-Jørgensen
ch writes: > Hi Toke, > > On 28/03/2023 16.01, Toke Høiland-Jørgensen wrote: >> Ah, dug out some emails which set me on the right path. Seems to be this >> utility which, apparently, I wrote myself a decade ago, and then, >> evidently, forgot all about: >> >>

[Flent-users] Re: ERROR: Runner Burst 0 failed check: No command set for SilentProcessRunner

2023-03-29 Thread ch
Hi Toke, On 28/03/2023 16.01, Toke Høiland-Jørgensen wrote: Ah, dug out some emails which set me on the right path. Seems to be this utility which, apparently, I wrote myself a decade ago, and then, evidently, forgot all about: https://github.com/tohojo/traffic-gen Seems to work well enough,