Closed alxiord closed 4 years ago
I suspect that the error it is not related to an a1.metal instance, but it is related to the lack of a pseudo-terminal , which comes with running a ssh with a command (in this case the command is 'firecracker/tools/devtool -y test -- integration_tests/build/test_unittests.py'). In order to attach pseudo-terminal, I think it is enough running the ssh with command also with -t
flag. I've checked it on my x86_64 machine, and it fails when I run the command without -t
, and it succeeds when I am running it with -t
flag.
Running the CI suite over ssh causes
test_epoll_stdin_event
to fail on an a1.metal instance. Running it from a terminal works fine.