File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ and the repositories created with those versions.
1818The BATS tests used to verify compatibility are inherently fragile.
1919Our primary integration tests in ` /dolt/bats/ ` setup and tear down their environment for each test.
2020Because the tests rely on creating a repo with one version of Dolt and running BATS tests with a different version,
21- we cannot isolate their environment without building Dolt twice per test.
21+ we cannot isolate their environment without building Dolt twice per test or setting up a different Dolt repo per test .
2222The initial version of these tests does all write operations in the ` setup_repo.sh ` script, and limits state modifications
2323within the BATS test to ` dolt checkout ` branch changes. Take care when editing the BATS tests to follow this pattern.
You can’t perform that action at this time.
0 commit comments