Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow add-ons to resolve test commands #3351

Merged
merged 1 commit into from
Mar 26, 2025

Conversation

vinistock
Copy link
Member

@vinistock vinistock commented Mar 24, 2025

Motivation

Closes #3177

Add-ons need to be able to both discover test items and resolve the commands needed to execute them. This PR adds support for add-ons to resolve commands.

Implementation

The idea is to have the add-ons only handle test items that were tagged by them, ignoring everything else. In this scenario, we should be able to simply concatenate all responses and avoid conflicts.

Automated Tests

Added tests.

@vinistock vinistock added bugfix This PR will fix an existing bug server This pull request should be included in the server gem's release notes labels Mar 24, 2025 — with Graphite App
@vinistock vinistock removed the bugfix This PR will fix an existing bug label Mar 24, 2025
@vinistock vinistock added the experimental Features not enabled by default label Mar 24, 2025 — with Graphite App
Copy link
Member Author

vinistock commented Mar 24, 2025


How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock added the enhancement New feature or request label Mar 24, 2025 — with Graphite App
@vinistock vinistock removed the experimental Features not enabled by default label Mar 24, 2025
@vinistock vinistock self-assigned this Mar 24, 2025
@vinistock vinistock requested review from alexcrocha, st0012 and a team March 24, 2025 19:18
@vinistock vinistock marked this pull request as ready for review March 24, 2025 19:22
@vinistock vinistock force-pushed the 03-24-allow_add-ons_to_resolve_test_commands branch from 305b099 to f1abf24 Compare March 24, 2025 20:42
@vinistock vinistock force-pushed the 03-24-ignore_non_minitest_or_test_unit_items_for_resolve_command branch from f6a524b to 7c24faf Compare March 24, 2025 20:42
Base automatically changed from 03-24-ignore_non_minitest_or_test_unit_items_for_resolve_command to main March 25, 2025 12:29
@vinistock vinistock requested a review from st0012 March 25, 2025 12:30
@vinistock vinistock force-pushed the 03-24-allow_add-ons_to_resolve_test_commands branch from f1abf24 to b839e72 Compare March 26, 2025 12:20
@vinistock vinistock merged commit db601fe into main Mar 26, 2025
43 checks passed
@vinistock vinistock deleted the 03-24-allow_add-ons_to_resolve_test_commands branch March 26, 2025 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server This pull request should be included in the server gem's release notes
Projects
None yet
4 participants