codecharta icon indicating copy to clipboard operation
codecharta copied to clipboard

Change how we handle cache in gradle tasks

Open Nereboss opened this issue 9 months ago • 1 comments

Feature request

With the upgrade to gradle 8 we enable caching, meaning all builds and executed tests are cached and only executed again when necessary. This creates the problem of working with flaky tests, as they are not executed again after they passed once.

Description

As a developer, I want to be able to execute tests without cache so that i can more easily work to fix flaky tests.

Acceptance criteria

  • EITHER create new tasks for build and test that run with the cache disabled
  • OR if that is not possible disable the cache entirely

Assumptions & Exclusions

Development notes (optional Task Breakdown)

  • [ ]
  • [ ]
  • [ ]

Open questions

Nereboss avatar May 23 '24 08:05 Nereboss