Commit Graph

10 Commits

Author SHA1 Message Date
ThinkChaos 8c7b89cbb3 refactor(tests): remove `TmpFile.Error` to centralize error checks 2023-12-01 15:53:11 -05:00
ThinkChaos 891d0fba74 refactor(tests): move `DeferCleanup` into helper functions 2023-12-01 15:53:11 -05:00
Kwitsch 3378316982
Refactoring: FileDownloader (#1281)
* enabled containedctx & contextcheck

* enabled noctx

* less background context

* context metrics test

* use ginkgo context instead of background

* fix redis e2e tests

* made downloader context aware
2023-11-29 18:18:29 +01:00
Dimitri Herzog bcff170a94
chore(test): use testcontainers modules (#1164) 2023-09-22 10:35:51 -04:00
Dimitri Herzog 19865bba55 chore(test): change container wait strategy 2023-09-19 19:24:50 +02:00
Dimitri Herzog ed864962b2 chore: improve execution time of e2e tests 2023-09-14 15:06:10 +02:00
Dimitri Herzog 8614fde9d0 chore(test): add HTTP listener readiness check 2023-04-05 14:55:38 +02:00
Kwitsch 9abeaeddea
Added gofumpt (#805)
* fix linter errors

* added gofumpt

* Makefile cleanup

* gofumpt run

* Update Makefile

Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>

* go mod tidy

* fmt + lint

* go mod tidy

Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>
2022-12-26 22:11:45 +01:00
Dimitri Herzog be5fce031b test: make e2e tests more resilient 2022-12-02 12:56:44 -05:00
Dimitri Herzog fb0810f18d
build(tests): e2e integration tests with docker and testcontainers (#753) 2022-11-24 21:54:52 +01:00