summaryrefslogtreecommitdiff
path: root/integration/plugin/logging
Commit message (Expand)AuthorAgeFilesLines
* integration: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* linting: gosec: fix or suppress G112, G114 in test codeSebastiaan van Stijn2022-09-043-6/+12
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* integration: ensurePlugin: disable go modules when building pluginSebastiaan van Stijn2021-05-181-1/+1
* Merge pull request #41360 from lzhfromustc/GL_5Brian Goff2020-09-121-1/+1
|\
| * Test: Add buffer to two channels to avoid blocking goroutinelzhfromustc2020-08-271-1/+1
* | replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-101-1/+1
|/
* Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-211-0/+1
|\
| * Accept platform spec on container createBrian Goff2020-03-201-0/+1
* | Merge pull request #40595 from sfzhu93/GL_2_25Sebastiaan van Stijn2020-05-081-1/+1
|\ \ | |/ |/|
| * test: add buffer to prevent goroutine leakZiheng Liu2020-02-271-1/+1
* | Always execute tests and skip in tests themselvesSam Whited2020-02-212-8/+6
* | Support configuration of log cacher.Brian Goff2020-02-192-31/+49
* | Support reads for all log drivers.Brian Goff2020-02-195-0/+184
|/
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-4/+4
* testutil: make testing packages publicSam Whited2019-09-114-4/+4
* Improvements to the test runnersBrian Goff2019-07-313-3/+0
* integration: change container.Run signature to fix lintingSebastiaan van Stijn2019-06-071-1/+1
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-3/+3
* Fix: plugin-tests discarding current environmentSebastiaan van Stijn2019-01-121-1/+1
* Improve consistency in "skip"Sebastiaan van Stijn2019-01-071-1/+1
* Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-221-5/+4
* Enabling Windows integration testsSalahuddin Khan2018-09-261-0/+0
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-261-0/+3
* Update tests to use gotest.tools đŸ‘¼Vincent Demeester2018-06-132-4/+4
* more fixes on integrationAnda Xu2018-05-221-0/+2
* Fix logging test typeVincent Demeester2018-05-151-5/+0
* Fix logging plugin crash unrecoverableBrian Goff2018-05-143-0/+131
* Skip some test on remote daemon for e2e run(s)Vincent Demeester2018-04-261-1/+1
* Clean some integration-cli/fixtures package/filesVincent Demeester2018-04-161-1/+1
* Move integration-cli daemon package to internal/test…Vincent Demeester2018-04-102-4/+2
* integration/*: make e2e run without failureVincent Demeester2018-03-193-2/+33
* Automated migration usingDaniel Nephin2018-03-161-3/+3
* Move log validator logic after plugins are loadedBrian Goff2018-02-155-0/+123