Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
610
Issues
610
List
Boards
Labels
Service Desk
Milestones
Merge Requests
113
Merge Requests
113
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
ISC Open Source Projects
BIND
Commits
9d85a773
Commit
9d85a773
authored
Jan 28, 2016
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4304. [port] xfer system test failed as 'tail -n +value' is not
portable. [RT #41315]
parent
e79e346b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
CHANGES
CHANGES
+3
-0
bin/tests/system/xfer/tests.sh
bin/tests/system/xfer/tests.sh
+6
-6
No files found.
CHANGES
View file @
9d85a773
4304. [port] xfer system test failed as 'tail -n +value' is not
portable. [RT #41315]
4303. [bug] "dig +subnet" was unable to send a prefix length of
zero, as it was incorrectly changed to 32 for v4
prefixes or 128 for v6 prefixes. In addition to
...
...
bin/tests/system/xfer/tests.sh
View file @
9d85a773
...
...
@@ -257,7 +257,7 @@ do
sleep
1
done
tail
-n
+
"
$cur
"
< ns4/named.run |
grep
"Transfer status: success"
>
/dev/null
||
{
sed
-n
"
$cur
,
\$
p
"
< ns4/named.run |
grep
"Transfer status: success"
>
/dev/null
||
{
echo
"I: failed: expected status was not logged"
status
=
1
}
...
...
@@ -277,7 +277,7 @@ $RNDCCMD retransfer nil | sed 's/^/I:ns4 /'
sleep
2
tail
-n
+
"
$cur
"
< ns4/named.run |
grep
"Transfer status: expected a TSIG or SIG(0)"
>
/dev/null
||
{
sed
-n
"
$cur
,
\$
p
"
< ns4/named.run |
grep
"Transfer status: expected a TSIG or SIG(0)"
>
/dev/null
||
{
echo
"I: failed: expected status was not logged"
status
=
1
}
...
...
@@ -297,7 +297,7 @@ $RNDCCMD retransfer nil | sed 's/^/I:ns4 /'
sleep
2
tail
-n
+
"
$cur
"
< ns4/named.run |
grep
"Transfer status: tsig verify failure"
>
/dev/null
||
{
sed
-n
"
$cur
,
\$
p
"
< ns4/named.run |
grep
"Transfer status: tsig verify failure"
>
/dev/null
||
{
echo
"I: failed: expected status was not logged"
status
=
1
}
...
...
@@ -317,7 +317,7 @@ $RNDCCMD retransfer nil | sed 's/^/I:ns4 /'
sleep
2
tail
-n
+
"
$cur
"
< ns4/named.run |
grep
"Transfer status: expected a TSIG or SIG(0)"
>
/dev/null
||
{
sed
-n
"
$cur
,
\$
p
"
< ns4/named.run |
grep
"Transfer status: expected a TSIG or SIG(0)"
>
/dev/null
||
{
echo
"I: failed: expected status was not logged"
status
=
1
}
...
...
@@ -337,7 +337,7 @@ $RNDCCMD retransfer nil | sed 's/^/I:ns4 /'
sleep
2
tail
-n
+
"
$cur
"
< ns4/named.run |
grep
"tsig key 'tsig_key': key name and algorithm do not match"
>
/dev/null
||
{
sed
-n
"
$cur
,
\$
p
"
< ns4/named.run |
grep
"tsig key 'tsig_key': key name and algorithm do not match"
>
/dev/null
||
{
echo
"I: failed: expected status was not logged"
status
=
1
}
...
...
@@ -357,7 +357,7 @@ $RNDCCMD retransfer nil | sed 's/^/I:ns4 /'
sleep
2
tail
-n
+
"
$cur
"
< ns4/named.run |
grep
"tsig key 'tsig_key': key name and algorithm do not match"
>
/dev/null
||
{
sed
-n
"
$cur
,
\$
p
"
< ns4/named.run |
grep
"tsig key 'tsig_key': key name and algorithm do not match"
>
/dev/null
||
{
echo
"I: failed: expected status was not logged"
status
=
1
}
...
...
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