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

[s3proxy] integration test for allowed characters #443

Open
norling opened this issue Apr 12, 2023 · 2 comments
Open

[s3proxy] integration test for allowed characters #443

norling opened this issue Apr 12, 2023 · 2 comments

Comments

@norling
Copy link
Contributor

norling commented Apr 12, 2023

We should have integration tests to show that we allow unicode characters, and disallow special restricted characters. The test does not have to pass to close this card (that is - you do not have to fix any issues that shows up).

The tests should be run locally.

Example of allowed filenames:

  • 🍫 ⋆ 🍡 🎀 𝒻𝒶𝓃𝒸𝓎 𝓂𝑒𝒹𝒾𝒸𝒶𝓁 𝒾𝓂𝒶𝑔𝑒 🎀 🍡 ⋆ 🍫.dcm
  • ņọŗmal_meḑĩćąl_ĭmagȩ.dcm

Examples of disallowed filenames: (disallowed characters are \/:*?"<>| + control characters)

  • image\file.dcm
  • genomic:file.dcm
@norling
Copy link
Contributor Author

norling commented Apr 12, 2023

@viklund viklund changed the title integration test for allowed characters [s3proxy] integration test for allowed characters Nov 14, 2023
@viklund viklund transferred this issue from neicnordic/sda-pipeline Nov 14, 2023
@MalinAhlberg
Copy link
Contributor

static tests exist, check if we need more

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

No branches or pull requests

2 participants