Commit Graph

431 Commits (ed78682de9ae09d5284944b9e90c28f1beb16ee4)

Author SHA1 Message Date
Steven Powell ed78682de9 fix ServiceCmd/Format test 2023-03-03 10:01:30 -08:00
Steven Powell 3dd2006de7 typo in comment 2023-03-03 07:50:05 -08:00
Steven Powell f98fd5d636 fix ServiceCmd test failing on Windows 2023-03-03 07:39:17 -08:00
Steven Powell 2895fc1b4a tests: Split up ServiceCmd test into sub-tests 2023-03-02 13:10:38 -08:00
Om Saran 00d5b2acc5 Update test name, logging and generate docs 2023-02-20 09:52:03 -06:00
Om Saran 2057e1d3ad Fix service cmd functional test to give by passing correct profile 2023-02-15 21:18:26 -06:00
Om Saran e33b5af7b7 Add integration test and fix behvaior on wrong output format for service list 2023-02-15 15:44:48 -06:00
Steven Powell f19b19803b remove license file after test 2022-11-18 09:14:33 -08:00
Steven Powell 2898064443 fix licenses test on Windows 2022-10-25 16:41:37 -07:00
Steven Powell 6573cedd11 remove duplicate t.Parallel() 2022-10-24 10:02:02 -07:00
Steven Powell 15746e1a4f add test for licenses command 2022-10-21 17:08:29 -07:00
Steven Powell eda5a9a2c4 change expected image 2022-09-14 11:15:18 -07:00
Kian-Meng Ang bc03821826 Fix typos 2022-06-10 15:26:35 -07:00
Steven Powell 53fdfb286c implement lint fixes 2022-05-16 12:48:41 -07:00
Sean Wei 6dee7b7edb Fix GitHub word for code comments 2022-04-25 15:57:45 +08:00
Steven Powell 2e4ea3c259 replace MkdirTemp with t.TempDir in tests 2022-04-01 19:18:20 -07:00
Steven Powell 3325dd31cb remove uses of ioutil 2022-04-01 10:39:14 -07:00
Steven Powell 1aa1f04e9b remove old build tags 2022-03-30 16:43:29 -07:00
Steven Powell 76d97af2a0 add disable-metrics flag 2022-03-16 11:00:20 -07:00
ckannon 701b4be842 Fix flow to support docker driver properly for mac, for issue #13746 2022-03-09 14:30:49 -05:00
ckannon c8d846d6c1 minikube #13075 adds --all feature for service 2022-02-09 10:12:01 -05:00
Steven Powell 89795d1946
Merge pull request #13297 from spowelljr/extendWindowsTimeouts
Increase test timeout for Docker Windows
2022-02-01 14:07:53 -08:00
Steven Powell 76172fdae0 added timeout to second test 2022-01-25 14:12:57 -08:00
Steven Powell fa5f67cc95
Merge pull request #13340 from spowelljr/addDisableOptimization
Add `--disable-optimizations` flag
2022-01-24 18:51:42 -08:00
Steven Powell e17f569cda reduce duplication further 2022-01-19 09:54:05 -08:00
Steven Powell daf6a28006 cleanup image expectation to reduce duplication 2022-01-18 16:33:03 -08:00
Steven Powell c29c530c1b use image that is available immediately 2022-01-18 16:15:05 -08:00
Steven Powell 7d1912bc71 moved test out of functional into integration 2022-01-18 13:46:43 -08:00
Steven Powell 9908a1614e fix lint 2022-01-12 13:58:26 -08:00
Steven Powell 4cd3abfcde add disable-optimizations flag 2022-01-12 13:50:38 -08:00
Steven Powell d77f182dfd increase timeout for DryRun to 20 seconds 2022-01-10 15:55:20 -08:00
Nikhil Sharma d2b87aa6fd Improved the output in minikube github action 2022-01-06 23:26:54 +05:30
Steven Powell c61a34b38f increase test timeout for Docker Windows 2022-01-04 16:53:13 -08:00
Piotr Resztak 43e81cfbca add 'image ls' with format integration test 2021-12-22 00:57:41 +01:00
Medya Ghazizadeh 3686ba58f0
Merge pull request #11598 from daehyeok/copy_from
Support copy file from node to local host or between nodes.
2021-11-22 13:42:35 -08:00
Vishal Jain ceb8d35e3a Added tests around loaded images. 2021-11-15 11:49:41 -08:00
Daehyeok Mun a88aec8b46 Support copy file from node to local host or between nodes. 2021-11-03 14:49:32 -07:00
Peixuan Ding b43f0bcd39 Add detailed info for integration tests 2021-10-11 01:00:06 -04:00
KallyDev 70022d9b2e
Move from deprecated ioutil to os and io packages 2021-10-08 08:57:19 +08:00
Steven Powell eef613064e remove unused var 2021-10-01 21:30:00 +00:00
Steven Powell 02197b90cc added missing commna 2021-10-01 21:19:10 +00:00
Steven Powell 4a83d436f1 add test to check if buildkitd process is running 2021-10-01 19:02:34 +00:00
Steven Powell bc9edad431 add description to test 2021-09-17 15:21:02 -07:00
Steven Powell a522708759 refactored image command tests 2021-09-17 10:52:01 -07:00
Steven Powell ebb03e2cf9 replace busybox image with gcr.io image 2021-09-16 13:34:26 -07:00
Steven Powell 145f9fc9ab run `go fmt` 2021-09-13 11:58:43 -07:00
Jayesh Srivastava 4551268328
Update functional_test.go 2021-09-09 03:51:52 +05:30
Medya Ghazizadeh 527a3d920f
Merge pull request #12265 from prezha/fix-image-save-cmd
fix image save cmd
2021-08-25 10:45:08 -07:00
Andriy Dzikh 79fa08b26f Remove tcsh test from functional tests (our envs dont work with it). 2021-08-25 08:59:07 -07:00
Predrag Rogic f1ba75f436
fix TestFunctional/parallel/LoadImageFromFile - 2nd race condition 2021-08-24 23:18:54 +01:00