Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion integration-tests/bats/archive.bats
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ teardown() {
teardown_common
}


# For reasons unknown, lambda fails on this test about 10% of the time. It seems to be something having to do with
# the IO subsystem of lambda. The output of the `dolt archive` command is truncated occasionally. Doesn't ever happen
# on regular hosts.
# bats test_tags=no_lambda
@test "archive: too few chunks" {
dolt sql -q "$(update_statement)"
dolt gc
Expand Down
Loading