aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/logs_test.go
Commit message (Expand)AuthorAge
* `podman pod logs -l` no longer panicsJake Correnti2022-09-29
* all: stop using deprecated GenerateNonCryptoIDKir Kolyshkin2022-09-13
* podman logs k8s-file: do not reassemble partial log linesPaul Holzinger2022-06-03
* fix "tail 800 lines: journald" flakePaul Holzinger2022-06-01
* enable errcheck linterPaul Holzinger2022-04-29
* Add option for pod logs to display different colors per container.gcalin2022-03-29
* Add the names flag for pod logsXueyuan Chen2022-03-01
* bump go module to version 4Valentin Rothberg2022-01-18
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* Use BeEmpty() instead of len(x).To(Equal(0))Ed Santiago2021-12-02
* e2e tests: enable golintEd Santiago2021-11-29
* Semiperiodic cleanup of obsolete Skip()sEd Santiago2021-11-19
* Fix a few problems in 'podman logs --tail' with journald driverHironori Shiina2021-10-26
* Add --time out for podman * rm -f commandsDaniel J Walsh2021-10-04
* logFile until flag issuecdoern2021-08-23
* Implemented --until flag for libpod's container logscdoern2021-07-22
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* logs: k8s-file: fix raceValentin Rothberg2021-06-08
* journald logger: fix race conditionValentin Rothberg2021-05-26
* Tidy duplicate log testsAshley Cui2021-03-02
* bump go module to v3Valentin Rothberg2021-02-22
* Turn on journald and k8s file logging testsDaniel J Walsh2021-02-19
* Add LogSize to container inspectDaniel J Walsh2020-12-15
* podman logs honor stderr correctlyPaul Holzinger2020-12-10
* Add tests to make sure podman-remote logs works correctly.Daniel J Walsh2020-11-10
* podman create doesn't support creating detached containersDaniel J Walsh2020-10-21
* Attempt to turn on some more remote testsDaniel J Walsh2020-10-07
* Support max_size logoptionsDaniel J Walsh2020-10-05
* Fix Podman logs reading journaldAshley Cui2020-10-02
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* fix podman logs --tail when log is bigger than pagesizePaul Holzinger2020-08-06
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* logs: enable e2e testsValentin Rothberg2020-07-09
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Add explicit command to alpine container in test case.jgallucci322020-06-22
* Stop following logs using timersjgallucci322020-06-20
* Merge pull request #6560 from mheon/fix_exec_logdriverOpenShift Merge Robot2020-06-17
|\
| * Do not share container log driver for execMatthew Heon2020-06-17
* | Revert #6591 to fix issue with failed testsjgallucci322020-06-17
* | "streaming output" logs test: fix flakeEd Santiago2020-06-17
|/
* Fix -f logs follow with stopped containerQi Wang2020-06-11
* V2 enable remote logs and testingJhon Honce2020-05-22
* don't skip log tests unless remotePeter Hunt2020-05-20
* oci conmon: tell conmon to log container namePeter Hunt2020-05-20
* v2 enable remote integration testsBrent Baude2020-05-19
* log: support --log-opt tag=Giuseppe Scrivano2020-01-10
* logs: support --tail 0Giuseppe Scrivano2019-10-31
* Refactor tests when checking for error exit codesJhon Honce2019-10-16