nickbradley / autotest

CPSC 310 GitHub integration service.
1 stars 2 forks source link

Store stdio from container on timeout #2

Closed nickbradley closed 7 years ago

nickbradley commented 7 years ago

Store whatever output is emitted from the container before it hits the timeout into the database. It may be incomplete so do not try to process it.

nickbradley commented 7 years ago

Container will typically time out when running AT test suite. Should include as many of the AT tests as possible so that we can get a sense of which test is cause the time out.

nickbradley commented 7 years ago

Be sure to rebuild the test containers when fix is deployed.