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

DEVPROD-13862 remove commit queue collection #8639

Merged
merged 3 commits into from
Jan 21, 2025

Conversation

ablack12
Copy link
Contributor

DEVPROD-13862

Description

Remove collection!!

I have one more PR coming for general cleanup, but decided to split them to reduce PR size.

Testing

Verified tests pass.

Documentation

Will clean up any documentation in the next PR

@ablack12 ablack12 force-pushed the DEVPROD-13862-collection branch from 3d442d1 to 15e8e92 Compare January 15, 2025 23:24
@ablack12 ablack12 requested a review from a team January 16, 2025 16:14
Copy link
Contributor

@Kimchelly Kimchelly left a comment

Choose a reason for hiding this comment

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

LGTM mod question about the test data.

var checks = map[string]func(*testing.T){
// note these 2 are only the same because the same project ID is used
"TestAtomicGQLQueries/abortTask/commit-queue-dequeue.graphql": checkCommitQueueDequeued,
"TestAtomicGQLQueries/unschedulePatchTasks/commit-queue-dequeue.graphql": checkCommitQueueDequeued,
Copy link
Contributor

@Kimchelly Kimchelly Jan 17, 2025

Choose a reason for hiding this comment

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

Only somewhat related, but is this file used anymore? I can't tell if it matters but the data.json has some stuff in it that looks like legacy commit queue fields.

I'm also fine if we plan to defer test data updates to a later PR.

Copy link
Contributor Author

@ablack12 ablack12 Jan 21, 2025

Choose a reason for hiding this comment

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

Whoa good find; I'll make a note to update test data in the next PR

@ablack12 ablack12 merged commit e69618c into evergreen-ci:main Jan 21, 2025
10 checks passed
@ablack12 ablack12 deleted the DEVPROD-13862-collection branch January 21, 2025 14:35
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