-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use new 'neo4j dry-run' mechanism to start neo4j process in 4.3 (#295)
* use new 'neo4j dry-run' mechanism to start neo4j process in 4.3 do not run as root change neo4j dry-run from a command to an argument. Minor tidying of the script * reduce use of eval * Revert "temporarily revert tests for command expansion bugs because those bugs are present but tolerated in drop04 (#297)" This reverts commit 315b333. * handle errors from --dry-run correctly
- Loading branch information
1 parent
340f758
commit b3f3a26
Showing
3 changed files
with
151 additions
and
37 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dbms.logs.http.rotation.keep_number=$(bash -c '>&2 echo "this is an error message from inside neo4j config command expansion" && exit 1') |