From f82c3eb5e23e80c8ff35b7536e0765b4edf55106 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 30 Apr 2021 15:18:32 +0300 Subject: [PATCH] Enable wal proposer test --- integration_tests/tests/test_wal_acceptor.rs | 2 +- vendor/postgres | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/tests/test_wal_acceptor.rs b/integration_tests/tests/test_wal_acceptor.rs index 25c2ca54c5..5a4a2074d2 100644 --- a/integration_tests/tests/test_wal_acceptor.rs +++ b/integration_tests/tests/test_wal_acceptor.rs @@ -13,7 +13,7 @@ use std::{thread, time}; const DOWNTIME: u64 = 2; #[test] -#[ignore] +//#[ignore] fn test_embedded_wal_proposer() { let local_env = local_env::test_env("test_embedded_wal_proposer"); diff --git a/vendor/postgres b/vendor/postgres index eb52f7f49f..c2409039d6 160000 --- a/vendor/postgres +++ b/vendor/postgres @@ -1 +1 @@ -Subproject commit eb52f7f49f7ea0b7abc39ba27bce309bef3e3a86 +Subproject commit c2409039d60bb04b867246ef32091ae32e5e8b30