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
8b9c7241
Commit
8b9c7241
authored
Mar 22, 2006
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb -
minor update to ndb-autotest.sh and config files
parent
659933a2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
ndb/test/run-test/conf-daily-devel-ndbmaster.txt
ndb/test/run-test/conf-daily-devel-ndbmaster.txt
+3
-0
ndb/test/run-test/conf-dl145a.txt
ndb/test/run-test/conf-dl145a.txt
+3
-0
ndb/test/run-test/conf-ndbmaster.txt
ndb/test/run-test/conf-ndbmaster.txt
+3
-0
ndb/test/run-test/conf-shark.txt
ndb/test/run-test/conf-shark.txt
+3
-0
ndb/test/run-test/ndb-autotest.sh
ndb/test/run-test/ndb-autotest.sh
+3
-0
No files found.
ndb/test/run-test/conf-daily-devel-ndbmaster.txt
View file @
8b9c7241
...
...
@@ -17,3 +17,6 @@ FileSystemPath: /space/autotest/run
PortNumber: 16000
ArbitrationRank: 1
DataDir: .
[TCP DEFAULT]
SendBufferMemory: 2M
ndb/test/run-test/conf-d
aily-basic-d
l145a.txt
→
ndb/test/run-test/conf-dl145a.txt
View file @
8b9c7241
...
...
@@ -17,3 +17,6 @@ FileSystemPath: /home/ndbdev/autotest/run
PortNumber: 14000
ArbitrationRank: 1
DataDir: .
[TCP DEFAULT]
SendBufferMemory: 2M
ndb/test/run-test/conf-
daily-basic-
ndbmaster.txt
→
ndb/test/run-test/conf-ndbmaster.txt
View file @
8b9c7241
...
...
@@ -17,3 +17,6 @@ FileSystemPath: /space/autotest/run
PortNumber: 14000
ArbitrationRank: 1
DataDir: .
[TCP DEFAULT]
SendBufferMemory: 2M
ndb/test/run-test/conf-
daily-basic-
shark.txt
→
ndb/test/run-test/conf-shark.txt
View file @
8b9c7241
...
...
@@ -17,3 +17,6 @@ FileSystemPath: /space/autotest/run
PortNumber: 14000
ArbitrationRank: 1
DataDir: .
[TCP DEFAULT]
SendBufferMemory: 2M
ndb/test/run-test/ndb-autotest.sh
View file @
8b9c7241
...
...
@@ -299,9 +299,12 @@ choose_conf(){
elif
[
-f
$test_dir
/conf-
$1
.txt
]
then
echo
"
$test_dir
/conf-
$1
.txt"
elif
[
-f
$test_dir
/conf-
$HOST
.txt
]
echo
"
$test_dir
/conf-
$HOST
.txt"
else
echo
"Unable to find conf file looked for"
1>&2
echo
"
$test_dir
/conf-
$1
-
$HOST
.txt and"
1>&2
echo
"
$test_dir
/conf-
$HOST
.txt"
1>&2
echo
"
$test_dir
/conf-
$1
.txt"
1>&2
exit
fi
...
...
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