From 935e7654c4a2af8d9550a21422cc65b418905f8d Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Sun, 19 May 2024 17:13:29 -0700 Subject: [PATCH] Repro for bad pull behavior when already up to date --- integration-tests/bats/sql-pull.bats | 74 ++++++++++++++++++++++++++-- 1 file changed, 69 insertions(+), 5 deletions(-) diff --git a/integration-tests/bats/sql-pull.bats b/integration-tests/bats/sql-pull.bats index d7184b5053..662ba9b9bd 100644 --- a/integration-tests/bats/sql-pull.bats +++ b/integration-tests/bats/sql-pull.bats @@ -406,15 +406,15 @@ SQL [[ "$output" =~ "merge from origin" ]] || false } -@test "sql-pull: pull two different branches same session" { +@test "sql-pull: pull two different branches in the same session" { cd repo2 dolt pull dolt sql <