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
ec33e2f7
Commit
ec33e2f7
authored
Aug 10, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb
into mysql.com:/home/jonas/src/mysql-4.1-ndb
parents
60fa9bd1
348ff834
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
ndb/test/ndbapi/testIndex.cpp
ndb/test/ndbapi/testIndex.cpp
+1
-1
ndb/test/ndbapi/testNodeRestart.cpp
ndb/test/ndbapi/testNodeRestart.cpp
+0
-2
ndb/test/run-test/daily-devel-tests.txt
ndb/test/run-test/daily-devel-tests.txt
+4
-4
No files found.
ndb/test/ndbapi/testIndex.cpp
View file @
ec33e2f7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
#define CHECK(b) if (!(b)) { \
#define CHECK(b) if (!(b)) { \
g_err << "ERR: "<< step->getName() \
g_err << "ERR: "<< step->getName() \
<< " failed on line " << __LINE__ << endl; \
<< " failed on line " << __LINE__ << endl; \
result = NDBT_FAILED; \
result = NDBT_FAILED;
break;
\
}
}
...
...
ndb/test/ndbapi/testNodeRestart.cpp
View file @
ec33e2f7
...
@@ -287,8 +287,6 @@ TESTCASE("Terror",
...
@@ -287,8 +287,6 @@ TESTCASE("Terror",
STEP
(
runPkUpdateUntilStopped
);
STEP
(
runPkUpdateUntilStopped
);
STEP
(
runScanReadUntilStopped
);
STEP
(
runScanReadUntilStopped
);
STEP
(
runScanUpdateUntilStopped
);
STEP
(
runScanUpdateUntilStopped
);
STEP
(
runInsertUntilStopped
);
STEP
(
runClearTableUntilStopped
);
FINALIZER
(
runClearTable
);
FINALIZER
(
runClearTable
);
}
}
TESTCASE
(
"FullDb"
,
TESTCASE
(
"FullDb"
,
...
...
ndb/test/run-test/daily-devel-tests.txt
View file @
ec33e2f7
...
@@ -145,10 +145,10 @@ max-time: 2500
...
@@ -145,10 +145,10 @@ max-time: 2500
cmd: testNodeRestart
cmd: testNodeRestart
args: -n FiftyPercentStopAndWait T6 T8 T13
args: -n FiftyPercentStopAndWait T6 T8 T13
max-time: 500
#
max-time: 500
cmd: testNodeRestart
#
cmd: testNodeRestart
args: -n StopOnError T1
#
args: -n StopOnError T1
#
#
#
max-time: 2500
max-time: 2500
cmd: testIndex
cmd: testIndex
...
...
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