This is an automated email from the ASF dual-hosted git repository.

reshke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


The following commit(s) were added to refs/heads/main by this push:
     new e0bd15dc7ac Fix initdb TAP tests. (#1503)
e0bd15dc7ac is described below

commit e0bd15dc7ac12ff15fafef2bf2a5f7cc5e62d953
Author: reshke <[email protected]>
AuthorDate: Tue Dec 30 18:09:08 2025 +0500

    Fix initdb TAP tests. (#1503)
    
    Currently initdb TAP tests fails due to
    number-of-checks assertions. Trivially fix specifying correct number
    of tests
---
 src/bin/initdb/t/001_initdb.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/initdb/t/001_initdb.pl b/src/bin/initdb/t/001_initdb.pl
index b5f3cd632da..7d3ab3e38cd 100644
--- a/src/bin/initdb/t/001_initdb.pl
+++ b/src/bin/initdb/t/001_initdb.pl
@@ -11,7 +11,7 @@ use Fcntl ':mode';
 use File::stat qw{lstat};
 use PostgresNode;
 use TestLib;
-use Test::More tests => 22;
+use Test::More tests => 22 + 2;
 
 my $tempdir = TestLib::tempdir;
 my $xlogdir = "$tempdir/pgxlog";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to