summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container_test.go
AgeCommit message (Expand)Author
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-17Rename container in testFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-07Remove '--file-access=direct' optionFabricio Voznika
2018-09-06runsc testing: Move TestMultiContainerSignal to multi_container_test.Kevin Krakauer
2018-09-05runsc: Support runsc kill multi-container.Kevin Krakauer
2018-09-05Move multi-container test to a single fileFabricio Voznika
2018-09-05runsc: Promote getExecutablePathInternal to getExecutablePath.Nicolas Lacasse
2018-08-31Mounting over '/tmp' may failFabricio Voznika
2018-08-27fs: Fix remote-revalidate cache policy.Nicolas Lacasse
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-22runsc: De-flakes container_test TestMultiContainerSanity.Kevin Krakauer
2018-08-21Fix TestUnixDomainSockets failure when path is too largeFabricio Voznika
2018-08-21Temporarily skip multi-container tests in container_test until deflaked.Kevin Krakauer
2018-08-21nonExclusiveFS is causing timeout with --raceFabricio Voznika
2018-08-21Move container_test to the container packageFabricio Voznika
2018-08-21Initial change for multi-gofer supportFabricio Voznika
2018-08-20Standardize mounts in testsFabricio Voznika
2018-08-17Add nonExclusiveFS dimension to more testsFabricio Voznika
2018-08-16Combine functions to search for file under one common functionFabricio Voznika
2018-08-14runsc: Change cache policy for root fs and volume mounts.Nicolas Lacasse
2018-08-10Enable checkpoint/restore in cases of UDS use.Brielle Broder
2018-08-06Disable KVM dimension because it's making the test flakyFabricio Voznika
2018-07-27Replace sleeps with waits in tests - part IIFabricio Voznika
2018-07-25Replace sleeps with waits in tests - part IFabricio Voznika
2018-07-23Add KVM and overlay dimensions to container_testFabricio Voznika
2018-07-18Moved restore code out of create and made to be called after create.Justine Olshan
2018-07-18runsc: Fixes to CheckpointRestoreTest.Nicolas Lacasse
2018-07-03Skip overlay on root when its readonlyFabricio Voznika
2018-07-02runsc: fix panic for `runsc wait` on stopped container.Lantao Liu
2018-06-29Sets the restore environment for restoring a container.Justine Olshan
2018-06-28runsc: Add the "wait" subcommand.Kevin Krakauer
2018-06-28Error out if spec is invalidFabricio Voznika
2018-06-22runsc: Enable waiting on individual containers within a sandbox.Kevin Krakauer
2018-06-21Restore implementation added to runsc.Brielle Broder
2018-06-20Reduce test sleep timeFabricio Voznika
2018-06-19runsc: Enable container creation within existing sandboxes.Kevin Krakauer
2018-06-19runsc: Fix flakey container_test.Kevin Krakauer
2018-06-19Added a resume command to unpause a paused container.Justine Olshan
2018-06-15Added code for a pause command for a container process.Justine Olshan
2018-06-12Runsc checkpoint works.Brielle Broder
2018-06-06runsc: Support abbreviated container IDs.Kevin Krakauer
2018-06-04Create destination mount dir if it doesn't existFabricio Voznika
2018-06-04Return 'running' if gofer is still aliveFabricio Voznika
2018-06-04Refactor container_test in preparation for sandbox_testFabricio Voznika
2018-05-24Configure sandbox as superuserFabricio Voznika
2018-05-21Fix test failure when user can't mount temp dirFabricio Voznika
2018-05-17Push signal-delivery and wait into the sandbox.Nicolas Lacasse