Don't expect GC to fail in cluster tests.

This commit is contained in:
Neil Macneale IV
2025-10-15 14:57:13 -07:00
parent 9b34b6dbc4
commit 3c1d4c772c

View File

@@ -1548,8 +1548,6 @@ tests:
- exec: 'insert into vals values (3,3)'
- exec: 'insert into vals values (4,4)'
- exec: 'call dolt_gc()'
- exec: 'select * from vals'
error_match: "this connection can no longer be used"
- on: server1
queries:
- query: "select `database`, standby_remote, role, epoch, replication_lag_millis, current_error from dolt_cluster.dolt_cluster_status order by `database` asc"
@@ -1570,8 +1568,6 @@ tests:
- [3,3]
- [4,4]
- exec: 'call dolt_gc()'
error_match: "must be the primary"
- exec: 'call dolt_gc("--shallow")'
- name: dropped database is no longer present on replica
multi_repos:
- name: server1