Slackbot
01/09/2024, 4:56 PMBill Szerdy
01/09/2024, 11:35 PMBill Szerdy
01/09/2024, 11:38 PMStanislav Kurik
01/10/2024, 8:31 AMthey are now independent of everything else that it was a part of in the monolithNot necessarily, most services depend on other services. And if a service consumes 5 other services, it starts getting unreasonable spinning all of them up in an isolated environment to run e2e tests (because then you basically have to spin up the entire transitive graph of dependencies). Mocks (possibly auto-generated) of the dependencies might alleviate some of that, but will only take us so far. What I'm starting to get inclined to is to do bulk of the testing in the form of unit and integration tests and enable the teams to be able to test their services in production.
Dom Hutton
01/13/2024, 2:11 PMDavid Laing
01/14/2024, 10:59 AMAlex Eagle
01/14/2024, 9:06 PMJeremy Bowman
01/16/2024, 4:02 PMDom Hutton
01/16/2024, 5:49 PMStanislav Kurik
01/17/2024, 10:39 AMalex george
02/23/2024, 6:47 PM