Skip to content

Require migration of ALL tests in excavator instructions#349

Merged
bulldozer-bot[bot] merged 1 commit into
developfrom
callumr/migrate-all-the-tests
Jan 22, 2026
Merged

Require migration of ALL tests in excavator instructions#349
bulldozer-bot[bot] merged 1 commit into
developfrom
callumr/migrate-all-the-tests

Conversation

@CRogers
Copy link
Copy Markdown
Contributor

@CRogers CRogers commented Jan 22, 2026

Before this PR

The excavator JUnit migration instructions didn't explicitly require migrating all tests. This led to Claude deciding to only migrate a "representative sample" of tests (e.g., 5 out of 60+).

After this PR

Added an explicit instruction that every single test method in the original Groovy file must have a corresponding test method in the new Java file. No skipping tests or only migrating "representative samples".

Possible downsides?

Testing

N/A - documentation change

The Claude agent was only migrating a subset of tests (e.g., 5 out of 60+)
as "representative samples". This adds an explicit instruction that every
single test must be migrated.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bulldozer-bot bulldozer-bot Bot merged commit 308b0bf into develop Jan 22, 2026
5 checks passed
@bulldozer-bot bulldozer-bot Bot deleted the callumr/migrate-all-the-tests branch January 22, 2026 15:22
@autorelease3
Copy link
Copy Markdown

autorelease3 Bot commented Jan 22, 2026

Released 0.50.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants