From 8c83254c95407d5896f794a501b8436883c2b7aa Mon Sep 17 00:00:00 2001 From: Mateusz Kwapich Date: Mon, 14 Oct 2024 03:32:25 -0700 Subject: [PATCH] fix test output Summary: Not sure why this wasn't red signal on D64218698 but let's fix it. Reviewed By: gustavoavena Differential Revision: D64322665 fbshipit-source-id: 4aa18ed5f339e2f10e50d619e30fa9fd9e34bade --- .../test-mononoke-git-server-push-error-with-scuba.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eden/mononoke/tests/integration/mononoke_git_server/test-mononoke-git-server-push-error-with-scuba.t b/eden/mononoke/tests/integration/mononoke_git_server/test-mononoke-git-server-push-error-with-scuba.t index 7a58a7775062e..32304f63e582b 100644 --- a/eden/mononoke/tests/integration/mononoke_git_server/test-mononoke-git-server-push-error-with-scuba.t +++ b/eden/mononoke/tests/integration/mononoke_git_server/test-mononoke-git-server-push-error-with-scuba.t @@ -74,7 +74,9 @@ $ git_client push origin master_bookmark branch_ffonly --force To https://localhost:$LOCAL_PORT/repos/git/ro/repo.git e8615d6..60fb9c7 master_bookmark -> master_bookmark - ! [remote rejected] branch_ffonly -> branch_ffonly (Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0) + ! [remote rejected] branch_ffonly -> branch_ffonly (Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0 + + For more information about hooks and bypassing, refer https://fburl.com/wiki/mb4wtk1j) error: failed to push some refs to 'https://localhost:$LOCAL_PORT/repos/git/ro/repo.git' [1] @@ -83,4 +85,4 @@ # Verify the push validation errors got recorded in scuba $ jq -S .normal "$SCUBA" | grep validation - "push_validation_errors": "refs/heads/branch_ffonly => Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0\n", + "push_validation_errors": "refs/heads/branch_ffonly => Non fast-forward bookmark move of 'heads/branch_ffonly' from eb95862bb5d5c295844706cbb0d0e56fee405f5c to 3ea0687e31d7b65429c774526728dba90cbaabc0\n\nFor more information about hooks and bypassing, refer https://fburl.com/wiki/mb4wtk1j\n",