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
74912948
Commit
74912948
authored
May 07, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - autotest
fix configs and scripts
parent
092eea3a
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
ndb/test/run-test/conf-daily-basic-dl145a.txt
ndb/test/run-test/conf-daily-basic-dl145a.txt
+1
-1
ndb/test/run-test/conf-daily-basic-ndbmaster.txt
ndb/test/run-test/conf-daily-basic-ndbmaster.txt
+1
-1
ndb/test/run-test/conf-daily-devel-ndbmaster.txt
ndb/test/run-test/conf-daily-devel-ndbmaster.txt
+1
-1
ndb/test/run-test/conf-daily-sql-ndbmaster.txt
ndb/test/run-test/conf-daily-sql-ndbmaster.txt
+1
-1
ndb/test/run-test/ndb-autotest.sh
ndb/test/run-test/ndb-autotest.sh
+5
-4
No files found.
ndb/test/run-test/conf-daily-basic-dl145a.txt
View file @
74912948
baseport: 1
6
000
baseport: 1
4
000
basedir: /home/ndbdev/autotest/run
mgm: CHOOSE_host1
ndb: CHOOSE_host2 CHOOSE_host3
...
...
ndb/test/run-test/conf-daily-basic-ndbmaster.txt
View file @
74912948
baseport: 1
6
000
baseport: 1
4
000
basedir: /space/autotest
mgm: CHOOSE_host1
ndb: CHOOSE_host2 CHOOSE_host3 CHOOSE_host2 CHOOSE_host3
...
...
ndb/test/run-test/conf-daily-devel-ndbmaster.txt
View file @
74912948
...
...
@@ -14,6 +14,6 @@ DataDir: .
FileSystemPath: /space/autotest/run
[MGM DEFAULT]
PortNumber: 1
4
000
PortNumber: 1
6
000
ArbitrationRank: 1
DataDir: .
ndb/test/run-test/conf-daily-sql-ndbmaster.txt
View file @
74912948
...
...
@@ -15,6 +15,6 @@ DataDir: .
FileSystemPath: /space/autotest/run
[MGM DEFAULT]
PortNumber: 1
4
000
PortNumber: 1
6
000
ArbitrationRank: 1
DataDir: .
ndb/test/run-test/ndb-autotest.sh
View file @
74912948
#!/bin/sh
save_args
=
$*
VERSION
=
"ndb-autotest.sh version 1.0
3
"
VERSION
=
"ndb-autotest.sh version 1.0
4
"
DATE
=
`
date
'+%Y-%m-%d'
`
export
DATE
...
...
@@ -208,9 +208,10 @@ start(){
}
count_hosts
(){
grep
"CHOOSE_host"
$1
|
cnt
=
`
grep
"CHOOSE_host"
$1
|
awk
'{for(i=1; i<=NF;i++) if(match($i, "CHOOSE_host") > 0) print $i;}'
|
|
sort
|
uniq
|
wc
-l
sort
|
uniq
|
wc
-l
`
echo
$cnt
}
p
=
`
pwd
`
...
...
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