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

Patch files with empty names + add tests in ship for files #4964

Merged
merged 3 commits into from
May 15, 2024

Conversation

imsdu
Copy link
Contributor

@imsdu imsdu commented May 14, 2024

Fixes #4961

@@ -42,7 +42,8 @@ class S3RunShipSuite

val importBucket = "nexus-ship-production"
val targetBucket = "nexus-delta-production"
val updatedFileConfig = inputConfig.files.copy(importBucket = importBucket, targetBucket = targetBucket)
val updatedFileConfig =
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We will probably want to merge this test suite with the other one

@imsdu imsdu merged commit 8a4be7c into BlueBrain:master May 15, 2024
1 check passed
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.

Patch files with empty filenames in the import batch
2 participants