Skip to content

Commit

Permalink
Add back valgrind testing
Browse files Browse the repository at this point in the history
Features: dfuse
Allow-unstable-test: true

Required-githooks: true

Signed-off-by: Jeff Olivier <[email protected]>
  • Loading branch information
jolivier23 committed Dec 20, 2024
1 parent 0ed4c7c commit 4b266cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/node_local_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6798,7 +6798,7 @@ def main():
parser.add_argument('--dfuse-debug', default=None)
parser.add_argument('--client-debug', default=None)
parser.add_argument('--class-name', default=None, help='class name to use for junit')
parser.add_argument('--memcheck', default='no', choices=['yes', 'no', 'some'])
parser.add_argument('--memcheck', default='some', choices=['yes', 'no', 'some'])
parser.add_argument('--server-valgrind', action='store_true')
parser.add_argument('--server-fi', action='store_true', help='Run server fault injection test')
parser.add_argument('--multi-user', action='store_true')
Expand Down

0 comments on commit 4b266cf

Please sign in to comment.