To: bind9-public@isc.org Content-Transfer-Encoding: binary Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Mailer: MIME-tools 5.508 (Entity 5.508) Subject: rbt_test:insert_and_delete is wrong. From: marka@isc.org Date: Thu, 09 Nov 2017 19:03:53 -1000 X-RT-Interface: Web Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Content-Length: 191 insert_and_delete calls dns_rbt_addname which updates node->data on ISC_R_EXISTS and then returns ISC_R_SUCCESS. This results in the expected node count not matching the reported node count.