Alessio Treglia
0de4bec862
use Cleanup(),TempDir() in test cases ( #5723 )
...
Replace defer with t.Cleanup().
Replace the combination of ioutil.TempDir, error checking
and defer os.RemoveAll() with Go testing.T's new TempDir()
helper.
Mark auxiliary functions as test helpers.
2020-11-30 12:13:25 +00:00
Anton Kaliaev
7041cae8e1
bump go version to 1.15 ( #5639 )
2020-11-10 15:19:52 +04:00
Erik Grinaker
b6979e7fbd
test: clean up E2E test volumes using a container ( #5509 )
2020-10-15 20:59:16 +02:00
Erik Grinaker
61ee6b0b5d
github: rename e2e jobs ( #5502 )
2020-10-14 16:35:03 +02:00
dependabot[bot]
710ed63f55
build(deps): Bump technote-space/get-diff-action from v3 to v4 ( #5485 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marko Baricevic <marbar3778@yahoo.com >
2020-10-12 14:13:45 +02:00
Marko
07bb7fb445
ci/e2e: avoid running job when no go files are touched ( #5471 )
2020-10-06 14:29:29 +02:00
Erik Grinaker
7e27e9b852
test: add GitHub action for end-to-end tests ( #5452 )
...
Partial fix for #5291 .
2020-10-05 12:44:35 +02:00