--- /dev/null
+Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+
+See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
+
+The "large-answer.fstrm" file was generated by configuring a named instance
+compiled with --enable-dnstap and --enable-fixed-rrset with the following
+directives:
+
+ minimal-responses yes;
+ rrset-order { order fixed; };
+ dnstap { auth response; };
+ dnstap-identity none;
+ dnstap-output file "large-answer.fstrm";
+
+The captured RRset from the "example." zone was created using:
+
+ $GENERATE 1-48 @ IN A 127.0.0.$
+
+A server instance set up this way was then queried non-recursively (RD=0) for
+"example/A".
}
fi
+echo_i "checking large packet printing"
+ret=0
+# Expect one occurrence of "opcode: QUERY" below "reponse_message_data" and
+# another one below "response_message".
+lines=`$DNSTAPREAD -y large-answer.fstrm | grep -c "opcode: QUERY"`
+[ $lines -eq 2 ] || ret=1
+if [ $ret != 0 ]; then echo_i "failed"; fi
+status=`expr $status + $ret`
+
echo_i "exit status: $status"
[ $status -eq 0 ] || exit 1
./bin/tests/system/dnssec/signer/remove.db.in ZONE 2016,2018,2019
./bin/tests/system/dnssec/signer/remove2.db.in ZONE 2016,2018,2019
./bin/tests/system/dnssec/tests.sh SH 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018,2019
+./bin/tests/system/dnstap/README TXT.BRIEF 2019
./bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-max.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/bad-fstrm-set-buffer-hint-min.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/bad-fstrm-set-flush-timeout-max.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/good-fstrm-set-output-queue-model-spsc.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/good-fstrm-set-output-queue-size.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/good-fstrm-set-reopen-interval.conf CONF-C 2016,2018,2019
+./bin/tests/system/dnstap/large-answer.fstrm X 2019
./bin/tests/system/dnstap/ns1/named.conf.in CONF-C 2018,2019
./bin/tests/system/dnstap/ns1/root.db ZONE 2015,2016,2018,2019
./bin/tests/system/dnstap/ns2/example.db ZONE 2015,2016,2018,2019