summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container_test.go
AgeCommit message (Expand)Author
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-11Make Wait() return the sandbox exit status if the sandbox has exited.Nicolas Lacasse
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-30Don't fail if Root is readonly and is not a mount pointFabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Move uds_test_app to common test_appFabricio Voznika
2018-09-21Run gofmt -s on everythingIan Gudger
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