6
sjwsjwsjw
47d

integration test passes on IDE and remote repository pipeline

but it fails locally when run with gradle

i don't understand spring (boot) and i fucking hate it

Comments
  • 0
    Some tests are flaky in general. Especially the integration tests which depend on external factors which one cannot have full control on all the time

    Tests come with a report as to what failed and why
  • 1
    Does spring still use xml for defining routes? Back in dem day it was so much boiler plate and different files. I made a outsourcing profile site with it. Did run years without problem tho
  • 1
    @retoor XML based definition is the 2nd choice. It is all annotation driven now
  • 1
    @asgs ah, annotations are nice
Add Comment