mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-28 00:23:00 +00:00
We have coverage for these things in the python tests, we don't need both. test_redo_cases() was a pretty simple case that created a couple of table and inserted to them. We don't have another test exactly like that, but there is enough similar stuff in the test_branch_behind and test_pgbench tests to cover it. test_regress() and pgbench() are redundant with the test_pg_regress and test_pgbench python tests. test_pageserver_two_timelines() is similar enough to the test_branch_behind test that we don't need it. And many other tests create branches, too.