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

Don't copy collection elements in test_dataset_collection_hide_originals #16747

Conversation

nsoranzo
Copy link
Member

Follow-up to #16717 .
Minimal performance gain but helps document the parameter use after the change in default value to True.

Also:

  • Remove unnecessary check.

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@nsoranzo nsoranzo added kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes labels Sep 26, 2023
@nsoranzo nsoranzo requested a review from mvdbeek September 26, 2023 17:34
@github-actions github-actions bot added this to the 23.2 milestone Sep 26, 2023
…inals``

Follow-up to galaxyproject#16717 .
Minimal performance gain but helps document the parameter use after
the change in default value to True.
Prevent unexpected behaviour of the API.
Actually raise `RequestParameterInvalidException` exception if this
conflicts with `copy_required` (i.e. dbkey not None).
@nsoranzo nsoranzo force-pushed the test_dataset_collection_hide_originals_copy_elements branch from b0aabed to d26186f Compare September 27, 2023 09:40
@nsoranzo nsoranzo merged commit 0781880 into galaxyproject:dev Sep 27, 2023
@nsoranzo nsoranzo deleted the test_dataset_collection_hide_originals_copy_elements branch September 27, 2023 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing/api area/testing kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants