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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue in arangoimport filename handling #12840

Merged
merged 1 commit into from Oct 12, 2020

Conversation

jsteemann
Copy link
Contributor

Scope & Purpose

arangoimport improperly handled filenames with less than 3 characters.
The specified input filename was checked for a potential ".gz" ending, but the check required the filename to have at least 3 characters.
This is now fixed.

  • 馃挬 Bugfix
  • 馃崟 New feature
  • 馃敤 Refactoring
  • 馃摉 CHANGELOG entry made
  • 馃挭 The behavior in this PR was manually tested
  • 馃捇 The behavior change can be verified via automatic tests

Backports:

  • Backports required for: 3.5, 3.6, 3.7

Testing & Verification

  • This change is a trivial rework / code cleanup without any test coverage.

http://172.16.10.101:8080/view/PR/job/arangodb-matrix-pr/12239/

arangoimport improperly handled filenames with less than 3 characters.
The specified input filename was checked for a potential ".gz"
ending, but the check required the filename to have at least 3 characters.
This is now fixed.
@jsteemann jsteemann added this to the 3.5 milestone Oct 11, 2020
@jsteemann
Copy link
Contributor Author

Tests blue

@KVS85 KVS85 added the 3 ImportExport Export / Import / Dump / Restore / Backup label Oct 12, 2020
@KVS85 KVS85 merged commit 92c4ad6 into 3.5 Oct 12, 2020
@KVS85 KVS85 deleted the bug-fix-3.5/fix-import-filename-handling branch October 12, 2020 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 ImportExport Export / Import / Dump / Restore / Backup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants