You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do we run each test file using Dagger in a single container and create a map beforehand with selected tests? Wouldn't it be easier to just run all the tests at once using go test -v ./... to avoid future problems and issues like this?
I have done that to be able to execute specific tests and not the whole set. I had in mind the fact that I could run the tests on different machines if they were too many of them.
But in the end, that was a silly idea, I prefer the go test -v ./... approach and we can still have another mechanism to execute a specific test.
There is tests for brokers in
extensions
but there is no execution right now.This should be added in Dagger.
The text was updated successfully, but these errors were encountered: