mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 08:09:58 +00:00
The integration tests, which depend on both walkeeper and pageserver, are moved into yet another directory, 'integration_tests'.
8 lines
159 B
Rust
8 lines
159 B
Rust
// test node resettlement to an empty datadir
|
|
#[test]
|
|
fn test_resettlement() {}
|
|
|
|
// test seq scan of everythin after restart
|
|
#[test]
|
|
fn test_cold_seqscan() {}
|