From dev-return-22439-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Nov 11 04:51:39 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 97430 invoked from network); 11 Nov 2007 04:51:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2007 04:51:39 -0000 Received: (qmail 79118 invoked by uid 500); 11 Nov 2007 04:51:27 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 79066 invoked by uid 500); 11 Nov 2007 04:51:27 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 79055 invoked by uid 99); 11 Nov 2007 04:51:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Nov 2007 20:51:27 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of akarasulu@gmail.com designates 209.85.146.178 as permitted sender) Received: from [209.85.146.178] (HELO wa-out-1112.google.com) (209.85.146.178) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Nov 2007 04:51:30 +0000 Received: by wa-out-1112.google.com with SMTP id m38so1258323waf for ; Sat, 10 Nov 2007 20:51:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=sR+h3inhv8A4XQIE9O4Ntg4iTYl+8hV53JccJizZAC8=; b=T/EvY0t0kE6P2CyO6XpMqHNJkAQZD/4gTjDrfuWQfAARAoTTZOxHk6ix881MBIPJS0yRLf8nH6Iv4w5sH7FO2YembqqQ9Feome2/K3r/1/a9Jv2N59JpontA4RfpnG2C7Z4C8EwuOLI4g0gb8NICJi7seVkxWgZ0aLuoURfwFJg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=FMQZTMV05DiQbFP9s9lRx4p/P3qYJEQ+4Prufv9yGMA3+X9QO/2lnoWA7e9L+792eGilIir2Xkn+ljvucCJWrRuEVleASyRmOfAj9BBtKJIwV9VN1N5bLz5pg0lj6Bb8/XD+jMqnZVjhURQ0XYhVNeueYDhm4MJsqwzRW5/WK28= Received: by 10.114.181.6 with SMTP id d6mr1575903waf.1194756669792; Sat, 10 Nov 2007 20:51:09 -0800 (PST) Received: by 10.115.18.12 with HTTP; Sat, 10 Nov 2007 20:51:09 -0800 (PST) Message-ID: Date: Sat, 10 Nov 2007 23:51:09 -0500 From: "Alex Karasulu" Sender: akarasulu@gmail.com To: "Apache Directory Developers List" Subject: Re: [DNS] Trunk or branch for DNS work? In-Reply-To: <568753d90711101923r26c2d47dmc8235d64da4af87d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <568753d90711101905h18dea3dwd9686002de921ebf@mail.gmail.com> <568753d90711101923r26c2d47dmc8235d64da4af87d@mail.gmail.com> X-Google-Sender-Auth: 880bd950b6fae4d9 X-Virus-Checked: Checked by ClamAV on apache.org On Nov 10, 2007 10:23 PM, Enrique Rodriguez wrote: > On Nov 10, 2007 7:16 PM, Alex Karasulu wrote: > > Yes the bigbang branch is probably best. Also do you need to have dnsjava dep > > in the protocol-dns side if the integration tests that test the DNS > > protocol over the > > wire are going to be in server-unit? > > 'dnsjava' would be used for non-integration tests in 'protocol-dns'. > I think it makes sense to have both integration tests to make sure the > backend is fully functional but also to have regular unit tests to > test finer-grained functionality. This would also have the benefit of > making sure protocol workflow is tested during normal builds, ie 'mvn > install' w/o integration profile. I agree but dnsjava is a client library. Are you using it to go through the wire via the protocol? Alex