summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_logs_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: move goroutines info helpers to separate funcsAlexander Morozov2016-03-141-57/+6
* Merge pull request #21161 from Microsoft/jjh/TestLogsPerformanceProblemBrian Goff2016-03-141-4/+4
|\
| * Fix TestLogsContainers performanceJohn Howard2016-03-121-4/+4
* | Fix error-checking when looking at empty logChristopher Jones2016-03-111-1/+1
|/
* integration-cli: remove not necessary -d againAntonio Murdaca2016-02-281-4/+3
* Windows CI: Port docker_cli_logs_test.goJohn Howard2016-02-241-12/+6
* Fix flaky TestLogsSinceFutureFollowArnaud Porterie2016-02-161-10/+23
* Move timeutils functions to the only places where they are used.David Calavera2015-12-151-2/+2
* Implement docker logs with standalone client lib.David Calavera2015-12-091-2/+2
* Fix flaky test TestLogsSinceAaron Lehmann2015-12-071-3/+4
* Correct the message of ErrorCodeNoSuchContainer to "No such container"Wen Cheng Ma2015-12-041-1/+1
* modifying docker --since and --until to support nanoseconds and time zonesMike Brown2015-11-131-0/+5
* GCCGO requires more memory and time to start containers, fixing GCCGO x86 CISrini Brahmaroutu2015-10-261-1/+1
* Use c.Assert in integration-cli/docker_cli_logs_test.goJian Zhang2015-10-151-120/+85
* refactor logs to not use internal data structuresMorgan Bauer2015-10-071-0/+7
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+13
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-071-1/+1
* Merge pull request #14442 from cpuguy83/refactor_logdrvier_readerDavid Calavera2015-07-221-5/+1
|\
| * Split reader interface from logger interfaceBrian Goff2015-07-211-5/+1
* | Minor fix of TestLogsStderrInStdoutLei2015-07-211-1/+1
|/
* Recfactor: Use dockerCmd when possible in integration-cli testsLei2015-07-201-131/+30
* Fix goroutine leak on logs -f with no outputBrian Goff2015-06-041-0/+41
* Merge pull request #13387 from cpuguy83/fix_ngroutine_testAlexander Morozov2015-05-211-2/+4
|\
| * Better checking for LogsFollowGoroutinesWithStdoutBrian Goff2015-05-211-2/+4
* | Removed deleteContainer callsLorenzo Fontana2015-05-201-22/+0
|/
* Extend sleep/timeout for ngoroutine checkBrian Goff2015-05-151-2/+2
* integ-cli: Fix race in TestLogsSinceAhmet Alp Balkan2015-05-131-5/+6
* Make sure log pipes are closedBrian Goff2015-05-121-0/+51
* Add --since argument to docker logs cmdAhmet Alp Balkan2015-05-101-0/+75
* c.Fatal won't fail and exit test inside a goroutine, errors should be handled...Antonio Murdaca2015-04-291-15/+8
* delete "defer deleteContainer" on testsVincent Demeester2015-04-231-1/+0
* Use suite for integration-cliAlexander Morozov2015-04-211-61/+52
* Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-9/+9
* Fix panic on slow log consumer.Tonis Tiigi2014-10-301-0/+51
* Cleanup errorOut resp log testsJessica Frazelle2014-10-161-17/+51
* add the timeutils packageunclejack2014-09-171-2/+2
* Fix for issue 7902.Doug Davis2014-09-161-1/+6
* Test for following logs for stopped containerAlexandr Morozov2014-08-201-0/+32
* Updated docker logs timestamp to RFC3339James Turnbull2014-07-091-2/+2
* Implement tail for docker logsAlexandr Morozov2014-07-011-0/+44
* Timestamps for docker logs.Alexandr Morozov2014-05-011-0/+95
* cli integration: sync container & image deletionunclejack2014-04-041-3/+3
* Add regression testGuillaume J. Charmes2014-03-311-0/+76