We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see also #87
We should add a test based on the standard nomad StreaminConformingTests suite. A first try failed back at that day because of two reasons:
--- FAIL: TestPodmanDriver_execTaskStreaming (76.20s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_notty:_basic (0.13s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_notty:_streaming (3.12s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_notty:_stty_check (0.11s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_notty:_stdin_passing (0.12s) --- FAIL: TestPodmanDriver_execTaskStreaming/basic:_notty:_children_processes (1.09s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_tty:_basic (0.13s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_tty:_streaming (3.07s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_tty:_stty_check (1.10s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_tty:_stdin_passing (0.11s) --- PASS: TestPodmanDriver_execTaskStreaming/basic:_tty:_children_processes (1.10s) --- FAIL: TestPodmanDriver_execTaskStreaming/isolation (0.28s)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
see also #87
We should add a test based on the standard nomad StreaminConformingTests suite.
A first try failed back at that day because of two reasons:
The text was updated successfully, but these errors were encountered: