Skip to content

Commit 99cb050

Browse files
committed
Update test expectation after message update
Also LMDB fails earlier now in some cases
1 parent 5995d3c commit 99cb050

8 files changed

+47
-47
lines changed

ext/dba/tests/dba_cdb_creation_matrix.phpt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,19 +82,19 @@ Cannot fetch insertion
8282
=== OPENING EXISTING DB FILE ===
8383
Mode parameter is "rl":
8484

85-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
85+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8686
Insertion failed
8787
Mode parameter is "rd":
8888

89-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
89+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9090
Insertion failed
9191
Mode parameter is "r-":
9292

93-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
93+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9494
Insertion failed
9595
Mode parameter is "r":
9696

97-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
97+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9898
Insertion failed
9999
Mode parameter is "wl":
100100

@@ -139,19 +139,19 @@ Cannot fetch insertion
139139
=== OPENING EXISTING RANDOM FILE ===
140140
Mode parameter is "rl":
141141

142-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
142+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
143143
Insertion failed
144144
Mode parameter is "rd":
145145

146-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
146+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
147147
Insertion failed
148148
Mode parameter is "r-":
149149

150-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
150+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
151151
Insertion failed
152152
Mode parameter is "r":
153153

154-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
154+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
155155
Insertion failed
156156
Mode parameter is "wl":
157157

ext/dba/tests/dba_db4_creation_matrix.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ This is a test insert
7474
=== OPENING EXISTING DB FILE ===
7575
Mode parameter is "rl":
7676

77-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
77+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
7878
Insertion failed
7979
Mode parameter is "rd":
8080

81-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
81+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8282
Insertion failed
8383
Mode parameter is "r-":
8484

85-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
85+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8686
Insertion failed
8787
Mode parameter is "r":
8888

89-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
89+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9090
Insertion failed
9191
Mode parameter is "wl":
9292
This is a test insert

ext/dba/tests/dba_flatfile_creation_matrix.phpt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ This is a test insert
7474
=== OPENING EXISTING DB FILE ===
7575
Mode parameter is "rl":
7676

77-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
77+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
7878
Insertion failed
7979
Mode parameter is "rd":
8080

81-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
81+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8282
Insertion failed
8383
Mode parameter is "r-":
8484

85-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
85+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8686
Insertion failed
8787
Mode parameter is "r":
8888

89-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
89+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9090
Insertion failed
9191
Mode parameter is "wl":
9292
This is a test insert
@@ -115,19 +115,19 @@ This is a test insert
115115
=== OPENING EXISTING RANDOM FILE ===
116116
Mode parameter is "rl":
117117

118-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
118+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
119119
Insertion failed
120120
Mode parameter is "rd":
121121

122-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
122+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
123123
Insertion failed
124124
Mode parameter is "r-":
125125

126-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
126+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
127127
Insertion failed
128128
Mode parameter is "r":
129129

130-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
130+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
131131
Insertion failed
132132
Mode parameter is "wl":
133133
Cannot fetch insertion

ext/dba/tests/dba_gdbm_creation_matrix.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@ Mode parameter is "rl":
8888

8989
Notice: dba_open(): Handler gdbm does locking internally in %s on line %d
9090

91-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
91+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9292
Insertion failed
9393
Mode parameter is "rd":
9494

95-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
95+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9696
Insertion failed
9797
Mode parameter is "r-":
9898

9999
Warning: dba_open(): Locking cannot be disabled for handler gdbm in %s on line %d
100100
Opening DB failed
101101
Mode parameter is "r":
102102

103-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
103+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
104104
Insertion failed
105105
Mode parameter is "wl":
106106

ext/dba/tests/dba_inifile_creation_matrix.phpt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ This is a test insert
7474
=== OPENING EXISTING DB FILE ===
7575
Mode parameter is "rl":
7676

77-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
77+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
7878
Insertion failed
7979
Mode parameter is "rd":
8080

81-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
81+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8282
Insertion failed
8383
Mode parameter is "r-":
8484

85-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
85+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8686
Insertion failed
8787
Mode parameter is "r":
8888

89-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
89+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9090
Insertion failed
9191
Mode parameter is "wl":
9292
This is a test insert
@@ -115,19 +115,19 @@ This is a test insert
115115
=== OPENING EXISTING RANDOM FILE ===
116116
Mode parameter is "rl":
117117

118-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
118+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
119119
Insertion failed
120120
Mode parameter is "rd":
121121

122-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
122+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
123123
Insertion failed
124124
Mode parameter is "r-":
125125

126-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
126+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
127127
Insertion failed
128128
Mode parameter is "r":
129129

130-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
130+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
131131
Insertion failed
132132
Mode parameter is "wl":
133133
This is a test insert

ext/dba/tests/dba_lmdb_creation_matrix.phpt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ Mode parameter is "rl":
2727

2828
Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
2929

30-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
31-
Insertion failed
30+
Warning: dba_open(): Driver initialization failed for handler: lmdb: No such file or directory in %s on line %d
31+
Opening DB failed
3232
Mode parameter is "rd":
3333

34-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
35-
Insertion failed
34+
Warning: dba_open(): Driver initialization failed for handler: lmdb: No such file or directory in %s on line %d
35+
Opening DB failed
3636
Mode parameter is "r-":
3737

3838
Warning: dba_open(): Locking cannot be disabled for handler lmdb in %s on line %d
3939
Opening DB failed
4040
Mode parameter is "r":
4141

42-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
43-
Insertion failed
42+
Warning: dba_open(): Driver initialization failed for handler: lmdb: No such file or directory in %s on line %d
43+
Opening DB failed
4444
Mode parameter is "wl":
4545

4646
Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
@@ -82,19 +82,19 @@ Mode parameter is "rl":
8282

8383
Notice: dba_open(): Handler lmdb does locking internally in %s on line %d
8484

85-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
85+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8686
Insertion failed
8787
Mode parameter is "rd":
8888

89-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
89+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9090
Insertion failed
9191
Mode parameter is "r-":
9292

9393
Warning: dba_open(): Locking cannot be disabled for handler lmdb in %s on line %d
9494
Opening DB failed
9595
Mode parameter is "r":
9696

97-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
97+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9898
Insertion failed
9999
Mode parameter is "wl":
100100

ext/dba/tests/dba_qdbm_creation_matrix.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,19 @@ Mode parameter is "rl":
8888

8989
Notice: dba_open(): Handler qdbm does locking internally in %s on line %d
9090

91-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
91+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9292
Insertion failed
9393
Mode parameter is "rd":
9494

95-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
95+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9696
Insertion failed
9797
Mode parameter is "r-":
9898

9999
Warning: dba_open(): Locking cannot be disabled for handler qdbm in %s on line %d
100100
Opening DB failed
101101
Mode parameter is "r":
102102

103-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
103+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
104104
Insertion failed
105105
Mode parameter is "wl":
106106

ext/dba/tests/dba_tcadb_creation_matrix.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@ This is a test insert
7474
=== OPENING EXISTING DB FILE ===
7575
Mode parameter is "rl":
7676

77-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
77+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
7878
Insertion failed
7979
Mode parameter is "rd":
8080

81-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
81+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8282
Insertion failed
8383
Mode parameter is "r-":
8484

85-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
85+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
8686
Insertion failed
8787
Mode parameter is "r":
8888

89-
Warning: dba_insert(): You cannot perform a modification to a database without proper access in %s on line %d
89+
Warning: dba_insert(): Cannot perform a modification on a readonly database in %s on line %d
9090
Insertion failed
9191
Mode parameter is "wl":
9292
This is a test insert

0 commit comments

Comments
 (0)