action #175746
Updated by okurz 21 days ago
## Observation
From
https://github.com/os-autoinst/os-autoinst/actions/runs/12838180749/job/35803306549?pr=2624#step:3:445
```
3:
3: # Failed test 'expected data received via WebSocket'
3: # at t/27-consoles-vmware.t line 230.
3: # got: ''
3: # expected: 'message sent from raw socket'
3: # Looks like you failed 1 test of 6.
3:
3: # Failed test 'turning WebSocket into normal socket via dewebsockify'
3: # at t/27-consoles-vmware.t line 252.
3: # Looks like you failed 1 test of 7.
3: [23:05:20] t/27-consoles-vmware.t ...................
3: Dubious, test returned 1 (wstat 256, 0x100)
3: Failed 1/7 subtests
3: (less 1 skipped subtest: 5 okay)
```
likely related to 196776f0 https://github.com/os-autoinst/os-autoinst/pull/2598 #174232
## Reproducible
Observed in circleCI tests only once so far. Locally I reproduce a 100% fail ratio with
```
t/27-consoles-vmware.t .. 1/? EV: error in callback (ignoring): Label not found for "last T2_SUBTEST_WRAPPER" at /usr/lib/perl5/vendor_perl/5.26.1/Test2/Hub/Subtest.pm line 67.
# Failed test 'expected data received via WebSocket'
# at t/27-consoles-vmware.t line 230.
# got: ''
# expected: 'message sent from raw socket'
# Looks like you failed 1 test of 6.
t/27-consoles-vmware.t .. 4/?
# Failed test 'no (unexpected) warnings (via done_testing)'
# at t/27-consoles-vmware.t line 291.
# Looks like you failed 1 test of 6.
```
Back