summaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* Set BuildKit version using buildinfoCrazyMax2023-04-252-0/+138
* Add reusable chroot and unshare utilitiesCory Snider2022-10-262-0/+270
* integration-cli: move each test suite to its own TestX testing functionTibor Vass2019-09-181-2/+1
* testutil: make testing packages publicSam Whited2019-09-1133-4069/+0
* integration-cli: add daemon.StartNodeWithBusybox functionSebastiaan van Stijn2019-09-111-4/+11
* integration-cli: swarm.RestartNode(); don't load busybox againSebastiaan van Stijn2019-09-111-1/+1
* suite: put suite setup inside test runTibor Vass2019-09-101-11/+15
* remove per-test -timeout logic because it does not workTibor Vass2019-09-091-29/+2
* cleanupTibor Vass2019-09-092-4/+2
* internal/test/suiteTibor Vass2019-09-093-0/+150
* prepare for rm-gocheck scriptTibor Vass2019-09-092-4/+6
* Jenkinsfile: reduce time of integration tests by dividing tests into 3 parall...Tibor Vass2019-08-121-1/+1
* Merge pull request #39603 from cpuguy83/test_daemon_loggingBrian Goff2019-07-251-1/+5
|\
| * Better logging for swarm testsBrian Goff2019-07-241-1/+5
* | Add `FromClient` to test env executionBrian Goff2019-07-241-3/+8
|/
* integration-cli: allow temporary errors on leader switchTonis Tiigi2019-07-171-1/+8
* Merge pull request #39507 from thaJeztah/cleanup_socket_addrAkihiro Suda2019-07-161-1/+3
|\
| * Cleanup "address" when connecting over a UNIX socketSebastiaan van Stijn2019-07-121-1/+3
* | integration: fix cleanup of raft dataSebastiaan van Stijn2019-07-131-3/+5
* | Fix Microsecond -> Milisecond.Brian Goff2019-07-121-1/+1
* | Merge pull request #39506 from thaJeztah/group_test_subdirsSebastiaan van Stijn2019-07-121-0/+13
|\ \
| * | integration: organize bundle directory per testSebastiaan van Stijn2019-07-121-0/+13
| |/
* | Merge pull request #39510 from cpuguy83/test_daemon_ping_logsKirill Kolyshkin2019-07-121-4/+9
|\ \
| * | Don't log test initial test daemon ping failuresBrian Goff2019-07-121-4/+9
| |/
* | Add (hidden) flags to set containerd namespacesBrian Goff2019-07-111-0/+8
|/
* Merge pull request #38441 from sirlatrom/swarm_plugin_envMichael Crosby2019-07-081-1/+4
|\
| * Support environment vars in Swarm plugins servicesSune Keller2019-04-071-1/+4
* | Improve select for daemon restart testsMichael Crosby2019-07-021-15/+14
* | First step to implement full garbage collector for image layersOlli Janatuinen2019-06-053-0/+48
* | build: buildkit now also uses systemd's resolv.confTibor Vass2019-06-042-141/+0
* | Merge pull request #39105 from cpuguy83/optimize_test_daemon_startupKirill Kolyshkin2019-05-231-25/+35
|\ \
| * | Add log entries for daemon startup/shutdownBrian Goff2019-05-061-6/+7
| * | Optimize test daemon startupBrian Goff2019-05-061-22/+31
* | | Consider WINDOWS_BASE_IMAGE_TAG override when setting Windows base image for ...Deep Debroy2019-05-141-3/+6
* | | Merge pull request #38377 from rgulewich/38332-cgroup-nsYong Tang2019-05-114-13/+47
|\ \ \
| * | | Make cgroup namespaces configurableRob Gulewich2019-05-074-13/+47
| |/ /
* | | Ensure all integration daemon logging happens before test exitDaniel Sweet2019-05-091-1/+4
|/ /
* | client: define "Opt" typeSebastiaan van Stijn2019-04-101-2/+2
|/
* internal: test/env: switch to assert.TestingTAleksa Sarai2019-03-133-22/+12
* integration-cli: don't build -test images if they already existAleksa Sarai2019-03-131-0/+23
* Remove the rest of v1 manifest supportJustin Cormack2019-03-021-1/+1
* Testing: create new daemon (only) if neededSebastiaan van Stijn2019-02-231-0/+1
* Completely remove `d.NewClient` from testing toolsBrian Goff2019-02-073-40/+28
* Add HEAD support for /_ping endpointSebastiaan van Stijn2019-01-311-0/+5
* Fix: plugin-tests discarding current environmentSebastiaan van Stijn2019-01-121-1/+1
* Fix some minor wording / issuesSebastiaan van Stijn2019-01-071-1/+1
* Merge pull request #38486 from thaJeztah/dont_use_deprecated_envclientSebastiaan van Stijn2019-01-051-1/+1
|\
| * Remove use of deprecated client.NewEnvClient()Sebastiaan van Stijn2019-01-031-1/+1
* | Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-221-9/+7
|/
* VXLAN UDP Port configuration supportselansen2018-11-223-0/+11