We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09088a commit 64e193fCopy full SHA for 64e193f
src/test/modules/test_aio/t/001_aio.pl
@@ -813,7 +813,7 @@ sub test_inject
813
"first hard IO error is reported",
814
qq(SELECT count(*) FROM tbl_ok),
815
qr/^$/,
816
- qr/ERROR:.*could not read blocks 2\.\.2 in file \"base\/.*\": Input\/output error/
+ qr!ERROR:.*could not read blocks 2\.\.2 in file "base/.*": (?:I/O|Input/output) error!
817
);
818
819
psql_like(
@@ -822,7 +822,7 @@ sub test_inject
822
"second hard IO error is reported",
823
824
825
826
827
828
$psql->query_safe(qq(SELECT inj_io_short_read_detach()));
0 commit comments