Re-enable test_redo_cases() test.

I accidentally commented it out in commit 3600b33f.
This commit is contained in:
Heikki Linnakangas
2021-04-21 16:26:16 +03:00
parent 92e4f4b3b6
commit eb42fbadeb

View File

@@ -7,7 +7,6 @@ use control_plane::storage::TestStorageControlPlane;
// XXX: force all redo at the end
// -- restart + seqscan won't read deleted stuff
// -- pageserver api endpoint to check all rels
/*
#[test]
fn test_redo_cases() {
let local_env = local_env::test_env("test_redo_cases");
@@ -48,7 +47,7 @@ fn test_redo_cases() {
println!("sum = {}", count);
assert_eq!(count, 5000050000);
}
*/
// Runs pg_regress on a compute node
#[test]
#[ignore]