Skip to content

Commit

Permalink
fix test-backsyncer-merges afer migration
Browse files Browse the repository at this point in the history
Summary: test was broken due to migration D63999703

Reviewed By: lmvasquezg

Differential Revision: D64276394

fbshipit-source-id: fbd74966739c793a46a7a1c6cafedf535957b159
  • Loading branch information
Liubov Dmitrieva authored and facebook-github-bot committed Oct 13, 2024
1 parent 23e67fc commit 9a4a947
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# GNU General Public License found in the LICENSE file in the root
# directory of this source tree.

FIXME! - sorry, this test is broken due to migration D63999703

$ . "${TEST_FIXTURES}/library-push-redirector.sh"
$ export COMMIT_SCRIBE_CATEGORY=mononoke_commits
$ export BOOKMARK_SCRIBE_CATEGORY=mononoke_bookmark
Expand Down Expand Up @@ -49,11 +47,11 @@ Backsync to a small repo
$ backsync_large_to_small 2>&1 | grep "syncing bookmark"
* syncing bookmark master_bookmark to * (glob)
* syncing bookmark master_bookmark to * (glob)
$ flush_mononoke_bookmarks

Pull from a small repo. Check that both merges are synced
although the second one became non-merge commit
$ cd "$TESTTMP/small-hg-client"
$ wait_for_bookmark_move_away_edenapi "$SMALL_REPO_NAME" master_bookmark "$(hg whereami)"
$ hg pull -q
$ log -r :
o merge commit no new files [public;rev=4;534a740cd266] default/master_bookmark
Expand Down

0 comments on commit 9a4a947

Please sign in to comment.