Skip to content

Commit

Permalink
pass rocksdb oncall to mysql_mtr_filter otherwise tasks get created w…
Browse files Browse the repository at this point in the history
Summary:
…rong owner

 mysql_mtr_filter script needs proper oncall
Closes facebook#1586

Differential Revision: D4245150

Pulled By: anirbanr-fb

fbshipit-source-id: fd8577c
  • Loading branch information
anirbanr-fb authored and Facebook Github Bot committed Nov 29, 2016
1 parent e333528 commit aad1191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/rocksdb-lego-determinator
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ CONTRUN_NAME="ROCKSDB_CONTRUN_NAME"
# the value of $ONCALL. If it's a diff then just call `false` to make sure
# that errors will be properly propagated to the caller.
if [ ! -z $ONCALL ]; then
TASK_CREATION_TOOL="/usr/local/bin/mysql_mtr_filter --rocksdb"
TASK_CREATION_TOOL="/usr/local/bin/mysql_mtr_filter --rocksdb --oncall $ONCALL"
else
TASK_CREATION_TOOL="false"
fi
Expand Down

0 comments on commit aad1191

Please sign in to comment.