Skip to content

Commit f1b0d70

Browse files
committed
ext/dba/tests/dba_tcadb.phpt: fix expected output
Several of our DBA tests (based on setup/setup_dba_tests.inc) have a "no lock" version whose expected output is, SAME OUTPUT AS PREVIOUS RUN (modulo read during write due to no lock) This particular tokyocabinet test, however, is missing the "modulo" bit, causing the lock-free test to fail. Comparing with, for example, ext/dba/tests/dba_{flat,ini}file.phpt, it looks like the right thing to do is simply to add it.
1 parent e85fb09 commit f1b0d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dba/tests/dba_tcadb.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ array(6) {
7171
=== RUNNING WITH DB LOCK (default) ===
7272
SAME OUTPUT AS PREVIOUS RUN
7373
=== RUNNING WITH NO LOCK ===
74-
SAME OUTPUT AS PREVIOUS RUN
74+
SAME OUTPUT AS PREVIOUS RUN (modulo read during write due to no lock)

0 commit comments

Comments
 (0)