Skip to content

Migrate test discovery to use Rubydex#4064

Open
vinistock wants to merge 1 commit intorubydex_adoption_feature_branchfrom
vs_migrate_test_discovery
Open

Migrate test discovery to use Rubydex#4064
vinistock wants to merge 1 commit intorubydex_adoption_feature_branchfrom
vs_migrate_test_discovery

Conversation

@vinistock
Copy link
Copy Markdown
Member

Motivation

Migrate test discovery to use Rubydex.

Implementation

Since Rubydex handles incremental changes immediately on edits, we no longer need the complicated lazy indexing case. We can trust the graph to be up to date.

Automated Tests

There are still some incremental handling weirdness, so I made small adjustments to the tests to avoid it and unblock this migration.

@vinistock vinistock requested review from alexcrocha and st0012 April 16, 2026 21:30
@vinistock vinistock self-assigned this Apr 16, 2026
@vinistock vinistock requested a review from a team as a code owner April 16, 2026 21:30
@vinistock vinistock added server This pull request should be included in the server gem's release notes other Changes that aren't bugfixes, enhancements or breaking changes labels Apr 16, 2026
end

def test_ignores_minitest_tests_that_extend_active_support_declarative
skip("[RUBYDEX] Needs extend fix")
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Labels

other Changes that aren't bugfixes, enhancements or breaking changes server This pull request should be included in the server gem's release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant