5

It's the third time in two weeks that I've updated something and caused it to break. Different packages and different projects each time. Each time I've updated at night and tested it and made sure everything was okay only to be woken up in the morning by complaining customers and a newfound bug. Better lay off the updates for now.

Comments
  • 2
    If your test pass it should be ok unless it is a UI bug or you need to add more test case.
  • 2
    Have you look at property based testing?
  • 3
    @mr-user It's much more complicated than that. Mainly because the updates and changes happen in the infrastructure, rather than code. It's pretty big and not that simple to replicate the whole k8s cluster in testing.
  • 2
    @hanieh-m

    Does someone change the infrastructure without telling you about it?
  • 1
    @mr-user Depends. It can happen but most of the time I get informed.
Add Comment