• 1 Post
  • 65 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle











  • Not in a good way. Perturabo from 40k. While reading a book about him, I realized that I have the same kind of thought process just like him and that’s bad. I’m glad that I got a call out by the book and tried to correct that kind of thought ever since.

    He’s the kind of guy who would agree and really push through to get shit done with no complaints, but wish that people will start prizing him on their own after a long while and will get salty if he didn’t get that kind of admiration.








  • You run E2E test before each merge. So, you don’t merge very often?

    How about running an integration test before each merge instead of a full fledged E2E and mocking out external dependencies (other services) during the test, then do E2E testing on a schedule like nightly?

    I prefer it this way, because mocking out external dependencies cut out network instability and bugginess from dependencies. So, we can merge faster. Agree that test scenarios are overlapping, and if your E2E is very stable then it is probably not worth it, but unfortunately it’s not so stable in my environment.