Skip to content

[5.5][Collections] listCollections always returns all configured collections #3568

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

Merged
merged 1 commit into from
Jun 22, 2021

Conversation

yim-lee
Copy link
Contributor

@yim-lee yim-lee commented Jun 21, 2021

#3565 for 5.5

…ns (swiftlang#3565)

Motivation:
`listCollections` has optional `identifiers` that if specified, only those collections are supposed to be fetched. However, the current implementation always fetches all configured collections because the logic for determining "missing" collections is flawed.

Modification:
Fix logic such that `listCollections` returns all or a subset of collections depending on `identifiers` param.
@yim-lee
Copy link
Contributor Author

yim-lee commented Jun 21, 2021

@swift-ci please test

@yim-lee yim-lee self-assigned this Jun 21, 2021
@yim-lee yim-lee added the 5.5 label Jun 21, 2021
@yim-lee
Copy link
Contributor Author

yim-lee commented Jun 21, 2021

@swift-ci please test macOS

1 similar comment
@yim-lee
Copy link
Contributor Author

yim-lee commented Jun 22, 2021

@swift-ci please test macOS

@yim-lee yim-lee merged commit 99b8673 into swiftlang:release/5.5 Jun 22, 2021
@yim-lee yim-lee deleted the fix-list-subset-5.5 branch June 22, 2021 04:16
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