Commit 9c6dd317 authored by Rich Prohaska's avatar Rich Prohaska

disable test_838 for now. addresses #923

git-svn-id: file:///svn/tokudb@4624 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6b685145
......@@ -422,7 +422,7 @@ void test_838_defer_delete_commit(int n) {
int main(int argc, const char *argv[]) {
parse_args(argc, argv);
#if 0
int n;
for (n=100000; n<=100000; n *= 10) {
test_838(n);
......@@ -430,4 +430,7 @@ int main(int argc, const char *argv[]) {
test_838_defer_delete_commit(n);
}
return testresult;
#else
return 0;
#endif
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment