-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(GraphQL): Fix segmentation fault when calling the /admin/backup e…
…ndpoint. (#6042) (#6043) PR #5802 introduced a bug that caused the adminServer global variable to never be set, which in turned caused a segmentation fault when the /admin/backup endpoint was called. This PR fixes the bug and changes the minio-large test to use the /admin/backup endpoint to act as a regression test. Fixes DGRAPH-1938. (cherry picked from commit 6d01404)
- Loading branch information
Showing
3 changed files
with
12 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters