Actions
action #88061
openFix premature cancel of a job when strange character is encountered
Start date:
2021-01-20
Due date:
% Done:
0%
Estimated time:
Description
Problem
When in tests code is introduced a strange character openQA finished incomplete with this message
Result: incomplete finished about 6 hours ago ( 12:54 minutes )
Reason: backend died: No map for 'Ã' at /usr/lib/os-autoinst/consoles/VNC.pm line 741.
Example:
http://10.161.229.197/tests/173
To test that use this lines. Note that the problem is in -–network-alias where the second dash (the bad) is different to the first one (the good)
podman run -d -e POSTGRES_PASSWORD=openqa -e POSTGRES_USER=openqa -e POSTGRES_DB=openqa -–network-alias=db --name db postgres
In a console podman fails with this error:
Error: unknown shorthand flag: 'â' in -–network-alias=db
Actions