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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8667527f
Commit
8667527f
authored
Dec 13, 2007
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the test order. addresses #159
git-svn-id:
file:///svn/tokudb@1124
c7de825b-a66e-492c-adef-691d508d4ae1
parent
b8a3e92d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
newbrt/pma-test.c
newbrt/pma-test.c
+1
-5
No files found.
newbrt/pma-test.c
View file @
8667527f
...
@@ -2500,11 +2500,6 @@ static void test_dup() {
...
@@ -2500,11 +2500,6 @@ static void test_dup() {
static
void
pma_tests
(
void
)
{
static
void
pma_tests
(
void
)
{
toku_memory_check
=
1
;
toku_memory_check
=
1
;
test_pma_cursor_delete_under
();
local_memory_check_all_free
();
test_pma_cursor_delete_under_mode
(
3
,
TOKU_DB_DUP
);
local_memory_check_all_free
();
test_pma_cursor_delete_under_mode
(
3
,
TOKU_DB_DUP
+
TOKU_DB_DUPSORT
);
local_memory_check_all_free
();
return
;
toku_test_keycompare
();
local_memory_check_all_free
();
toku_test_keycompare
();
local_memory_check_all_free
();
test_pma_compare_fun
(
0
);
local_memory_check_all_free
();
test_pma_compare_fun
(
0
);
local_memory_check_all_free
();
test_pma_compare_fun
(
1
);
local_memory_check_all_free
();
test_pma_compare_fun
(
1
);
local_memory_check_all_free
();
...
@@ -2529,6 +2524,7 @@ static void pma_tests (void) {
...
@@ -2529,6 +2524,7 @@ static void pma_tests (void) {
test_pma_cursor_set_range
();
local_memory_check_all_free
();
test_pma_cursor_set_range
();
local_memory_check_all_free
();
test_pma_cursor_delete_under
();
local_memory_check_all_free
();
test_pma_cursor_delete_under
();
local_memory_check_all_free
();
test_pma_cursor_delete_under_mode
(
3
,
TOKU_DB_DUP
);
local_memory_check_all_free
();
test_pma_cursor_delete_under_mode
(
3
,
TOKU_DB_DUP
);
local_memory_check_all_free
();
test_pma_cursor_delete_under_mode
(
3
,
TOKU_DB_DUP
+
TOKU_DB_DUPSORT
);
local_memory_check_all_free
();
test_pma_cursor_set_both
();
local_memory_check_all_free
();
test_pma_cursor_set_both
();
local_memory_check_all_free
();
test_dup
();
test_dup
();
}
}
...
...
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