[bind10-dev] failed lettuce master 616213225fee89adc57c8ea19a2195f8273dc5fa
Naoki Kambe
kambe at jprs.co.jp
Wed Jul 24 02:07:47 UTC 2013
Hello,
From: <tester at isc.org>
Date: Tue, 23 Jul 2013 17:35:01 +0000
> http://git.bind10.isc.org/~tester/builder//BIND10-lettuce/20130723162702-DebianLinux-x86_64-GCC/logs/lettuce.out
As long as I took a look at the log, actually xfrin seemed to send two
requests to auth.
http://git.bind10.isc.org/~tester/builder//BIND10-lettuce/20130723162702-DebianLinux-x86_64-GCC/logs/files/tests/lettuce/output/Xfrin_incoming_notify_handling-Handle_incoming_notify_XFR_request_rejected-master.stderr
2013-07-23 12:21:24.065 DEBUG [b10-auth.auth/18154] AUTH_PACKET_RECEIVED message received:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 56548
;; flags:; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;example.org. IN SOA
2013-07-23 12:21:24.160 DEBUG [b10-auth.auth/18154] AUTH_PACKET_RECEIVED message received:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61377
;; flags:; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;example.org. IN SOA
We can adjust the expected values in lettuce for this by this patch.
But I'm not really sure why xfrin sends a request twice suddenly. :(
=====
--- a/tests/lettuce/features/xfrin_notify_handling.feature
+++ b/tests/lettuce/features/xfrin_notify_handling.feature
@@ -311,13 +311,13 @@ Feature: Xfrin incoming notify handling
When I query statistics zones of bind10 module Xfrin with cmdctl
The statistics counters are 0 in category .Xfrin.zones.IN except for the following items
- | item_name | item_value |
- | _SERVER_.soaoutv6 | 1 |
- | _SERVER_.axfrreqv6 | 1 |
- | _SERVER_.xfrfail | 1 |
- | example.org..soaoutv6 | 1 |
- | example.org..axfrreqv6 | 1 |
- | example.org..xfrfail | 1 |
+ | item_name | min_value | min_value |
+ | _SERVER_.soaoutv6 | 1 | 2 |
+ | _SERVER_.axfrreqv6 | 1 | 2 |
+ | _SERVER_.xfrfail | 1 | 2 |
+ | example.org..soaoutv6 | 1 | 2 |
+ | example.org..axfrreqv6 | 1 | 2 |
+ | example.org..xfrfail | 1 | 2 |
#
# Test for Xfr request rejected in IPv4
@@ -417,13 +417,13 @@ Feature: Xfrin incoming notify handling
When I query statistics zones of bind10 module Xfrin with cmdctl
The statistics counters are 0 in category .Xfrin.zones.IN except for the following items
- | item_name | item_value |
- | _SERVER_.soaoutv4 | 1 |
- | _SERVER_.axfrreqv4 | 1 |
- | _SERVER_.xfrfail | 1 |
- | example.org..soaoutv4 | 1 |
- | example.org..axfrreqv4 | 1 |
- | example.org..xfrfail | 1 |
+ | item_name | min_value | min_value |
+ | _SERVER_.soaoutv4 | 1 | 2 |
+ | _SERVER_.axfrreqv4 | 1 | 2 |
+ | _SERVER_.xfrfail | 1 | 2 |
+ | example.org..soaoutv4 | 1 | 2 |
+ | example.org..axfrreqv4 | 1 | 2 |
+ | example.org..xfrfail | 1 | 2 |
#
# Test for unreachable slave
=====
Regards,
Naoki Kambe
More information about the bind10-dev
mailing list