Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
33253ce0
Commit
33253ce0
authored
Jun 13, 2008
by
Bradley C. Kuszmaul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test_838 now passes. Addresses #838
git-svn-id:
file:///svn/tokudb@4521
c7de825b-a66e-492c-adef-691d508d4ae1
parent
a1329eca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/tests/Makefile
src/tests/Makefile
+1
-1
No files found.
src/tests/Makefile
View file @
33253ce0
...
...
@@ -54,7 +54,7 @@ TDB_TESTS = $(patsubst %.c,%.tdb,$(SRCS))
BDB_DONTRUN
=
bug627 test_abort1 keyrange keyrange-unflat keyrange-dupsort keyrange-dupsort-unflat manyfiles
BDB_TESTS
=
$(
patsubst
%.c,%.bdb,
$(
filter-out
$(
patsubst
%,%.c,
$(BDB_DONTRUN)
)
,
$(SRCS)
))
TDB_TESTS_THAT_SHOULD_FAIL
=
test_groupcommit_count test-recover1 test-recover2 test-recover3 test_txn_recover3
test_838
TDB_TESTS_THAT_SHOULD_FAIL
=
test_groupcommit_count test-recover1 test-recover2 test-recover3 test_txn_recover3
TDB_TESTS_THAT_SHOULD_FAIL_LIT
=
test_log2.recover test_log3.recover test_log4.recover test_log5.recover test_log6.recover test_log7.recover test_log8.recover test_log9.recover test_log10.recover
ALL_TESTS
=
$(TDB_TESTS)
$(BDB_TESTS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment