Skip to content

Android tests: do not clean Gradle caches between tests#4

Merged
ofalvai merged 1 commit into
masterfrom
push-okooottllpnx
Jul 15, 2026
Merged

Android tests: do not clean Gradle caches between tests#4
ofalvai merged 1 commit into
masterfrom
push-okooottllpnx

Conversation

@ofalvai

@ofalvai ofalvai commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

I think running ./gradlew clean between tests was meant to solve some build correctness issue in the past. I'm not sure if it's still relevant in 2026, but it definitely makes tests unnecessarily slow. Worst case, we find out the root cause, then revert this PR (or do a more targeted fix).

Also, the --daemon flag is no longer needed, it's the Gradle default behavior now.

Before

dyn-1ac0e2a2d23f039ba2067cfc2614d9df

After

dyn-f6cc0b0d1b509cdc6aaffeaa5bb34385

@ofalvai
ofalvai marked this pull request as ready for review July 15, 2026 08:30
@ofalvai
ofalvai merged commit 8a81b8e into master Jul 15, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants