Module Name:src
Committed By: jschauma
Date: Sun Dec 4 02:53:17 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_protoent.sh t_servent.sh
Log Message:
allow testing of files other than those in /etc
To test e.g., the file "/some/where/protocols" instead of "/etc/protoc
Module Name:src
Committed By: jschauma
Date: Sun Dec 4 02:53:17 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_protoent.sh t_servent.sh
Log Message:
allow testing of files other than those in /etc
To test e.g., the file "/some/where/protocols" instead of "/etc/protoc
Module Name:src
Committed By: jschauma
Date: Sun Dec 4 02:42:39 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_servent.sh
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/net/t_servent.sh
Please note that diffs
Module Name:src
Committed By: jschauma
Date: Sun Dec 4 02:42:39 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_servent.sh
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/net/t_servent.sh
Please note that diffs
Module Name:src
Committed By: jschauma
Date: Mon Nov 28 17:41:00 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_protoent.sh
Log Message:
whoops, we don't want an extra space here
(erroneously introduced in my previous commit)
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: jschauma
Date: Mon Nov 28 17:41:00 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_protoent.sh
Log Message:
whoops, we don't want an extra space here
(erroneously introduced in my previous commit)
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: jschauma
Date: Mon Nov 28 17:09:52 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_protoent.sh
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/net/t_protoent.sh
Please note that diff
Module Name:src
Committed By: jschauma
Date: Mon Nov 28 17:09:52 UTC 2022
Modified Files:
src/tests/lib/libc/net: t_protoent.sh
Log Message:
whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/net/t_protoent.sh
Please note that diff
On Thu, Jan 09, 2014 at 09:42:25AM +, Justin Cormack wrote:
> On Thu, Jan 9, 2014 at 2:18 AM, Christos Zoulas wrote:
> > Module Name:src
> > Committed By: christos
> > Date: Thu Jan 9 02:18:10 UTC 2014
> >
> > Modified Files:
> > src/tests/lib/libc/net: Makefile h_dns_
On Thu, Jan 9, 2014 at 2:18 AM, Christos Zoulas wrote:
> Module Name:src
> Committed By: christos
> Date: Thu Jan 9 02:18:10 UTC 2014
>
> Modified Files:
> src/tests/lib/libc/net: Makefile h_dns_server.c h_hostent.c
> t_hostent.sh
> Added Files:
> src/t
On Fri, Oct 25, 2013 at 02:50:56AM +, David Holland wrote:
> In some sense I'd rather these tests ran by setting up two VMs (rumpy
> or otherwise), one with bind and one with the resolver. Among other
> things it would be more likely to produce consistent test results.
...but, as I meant to
On Thu, Oct 24, 2013 at 01:24:34PM -0700, Paul Goyette wrote:
> >-- Subject: Re: CVS commit: src/tests/lib/libc/net
> >
> >| Maybe run ifconfig and see if there are any interfaces, other than lo0,
> >| in UP state. If not, then the test case can return a skip status.
On Thu, 24 Oct 2013, Christos Zoulas wrote:
On Oct 24, 12:32pm, p...@whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/tests/lib/libc/net
| Maybe run ifconfig and see if there are any interfaces, other than lo0,
| in UP state. If not, then the test case can return a skip
On Oct 24, 12:32pm, p...@whooppee.com (Paul Goyette) wrote:
-- Subject: Re: CVS commit: src/tests/lib/libc/net
| Maybe run ifconfig and see if there are any interfaces, other than lo0,
| in UP state. If not, then the test case can return a skip status.
I think that it should be a builtin test
Maybe run ifconfig and see if there are any interfaces, other than lo0,
in UP state. If not, then the test case can return a skip status.
On Thu, 24 Oct 2013, Christos Zoulas wrote:
In article <20131024162426.ga7...@asim.lip6.fr>,
Manuel Bouyer wrote:
On Thu, Oct 24, 2013 at 03:04:56PM +0
In article <20131024162426.ga7...@asim.lip6.fr>,
Manuel Bouyer wrote:
>On Thu, Oct 24, 2013 at 03:04:56PM +, Taylor R Campbell wrote:
>> It seems to me that this is an entirely reasonable setup, and that the
>> tests ought not to depend on a connection to the internet.
>
>Seconded. Tests are
On Thu, Oct 24, 2013 at 03:04:56PM +, Taylor R Campbell wrote:
> It seems to me that this is an entirely reasonable setup, and that the
> tests ought not to depend on a connection to the internet.
Seconded. Tests are failing on the xen testbed too, and I wondered how
they could work in a setup
On Thu, Oct 24, 2013 at 03:04:56PM +, Taylor R Campbell wrote:
> It seems to me that this is an entirely reasonable setup, and that the
> tests ought not to depend on a connection to the internet.
Indeed, another option is to rumpify these tests (and not rely on external
machines). Not trivial
Date: Thu, 24 Oct 2013 08:01:51 -0700 (PDT)
From: Paul Goyette
Although my host machine has full connectivity, including IPv6, the
tests are run under qemu. The qemu virtual machine has a default nic
available, but there is nothing in the test-bed set-up to initialize
anythi
On Thu, 24 Oct 2013, Martin Husemann wrote:
On Thu, Oct 24, 2013 at 07:37:13AM -0700, Paul Goyette wrote:
No cache info, only my provider's name-servers:
Can you trace with tcpdump while the test fails?
From an off-line exchange with Martin, it seems that the failures in my
test-bed are l
On Thu, Oct 24, 2013 at 07:37:13AM -0700, Paul Goyette wrote:
> No cache info, only my provider's name-servers:
Can you trace with tcpdump while the test fails?
Martin
On Thu, 24 Oct 2013, Martin Husemann wrote:
On Thu, Oct 24, 2013 at 07:18:55AM -0700, Paul Goyette wrote:
Yes, host reports everything:
# host sixthavenue.astron.com
sixthavenue.astron.com has address 38.117.134.6
sixthavenue.astron.com has IPv6 address
2620:106:3003:1f00:2e0:81ff:fe2f:e5d7
si
On Thu, Oct 24, 2013 at 07:18:55AM -0700, Paul Goyette wrote:
> Yes, host reports everything:
>
> # host sixthavenue.astron.com
> sixthavenue.astron.com has address 38.117.134.6
> sixthavenue.astron.com has IPv6 address
> 2620:106:3003:1f00:2e0:81ff:fe2f:e5d7
> sixthavenue.astron.com mail is hand
On Thu, 24 Oct 2013, Martin Husemann wrote:
On Thu, Oct 24, 2013 at 07:04:41AM -0700, Paul Goyette wrote:
Looks normal to me:
It is lacking all the IPv6 stuff. Does "host" list both addresses?
Yes, host reports everything:
# host sixthavenue.astron.com
sixthavenue.astron.com has address 38
On Thu, Oct 24, 2013 at 07:04:41AM -0700, Paul Goyette wrote:
> Looks normal to me:
It is lacking all the IPv6 stuff. Does "host" list both addresses?
Martin
On Thu, 24 Oct 2013, Martin Husemann wrote:
On Thu, Oct 24, 2013 at 06:40:49AM -0700, Paul Goyette wrote:
All of the tests related to "sixthavenue.astron.com" are still failing
in my amd64 test-bed[1]. Sources are updated (via anoncvs) and are
current as of 2013-10-23 23:20:04, and the build w
On Thu, Oct 24, 2013 at 06:40:49AM -0700, Paul Goyette wrote:
> All of the tests related to "sixthavenue.astron.com" are still failing
> in my amd64 test-bed[1]. Sources are updated (via anoncvs) and are
> current as of 2013-10-23 23:20:04, and the build was successfully done
> using 'build.sh
They all work for me (again, after Christos' fixes)
All of the tests related to "sixthavenue.astron.com" are still failing
in my amd64 test-bed[1]. Sources are updated (via anoncvs) and are
current as of 2013-10-23 23:20:04, and the build was successfully done
using 'build.sh -j1 release' in
They all work for me (again, after Christos' fixes)
Martin
On Oct 23, 10:10pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/lib/libc/net
| On Wed, Oct 23, 2013 at 11:11:49AM -0700, Paul Goyette wrote:
| > Fail: stdout does not match expected value
| > --- /tmp/inline.19256b 2013-10-23 14:25:50.0
On Wed, Oct 23, 2013 at 11:11:49AM -0700, Paul Goyette wrote:
> Fail: stdout does not match expected value
> --- /tmp/inline.19256b2013-10-23 14:25:50.0 +
> +++ /tmp/check.19256a/stdout 2013-10-23 14:25:50.0 +
> @@ -1 +1 @@
> -name=sixthavenue.astron.com, length=4,
On Wed, 23 Oct 2013, Christos Zoulas wrote:
On Oct 23, 1:04pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/lib/libc/net
| On Sun, Oct 20, 2013 at 01:22:49PM -0400, Christos Zoulas wrote:
| > Module Name: src
| > Committed By:christos
|
On Oct 23, 1:04pm, jruoho...@iki.fi (Jukka Ruohonen) wrote:
-- Subject: Re: CVS commit: src/tests/lib/libc/net
| On Sun, Oct 20, 2013 at 01:22:49PM -0400, Christos Zoulas wrote:
| > Module Name:src
| > Committed By: christos
| > Date: Sun Oct 20 17:22:49
On Sun, Oct 20, 2013 at 01:22:49PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sun Oct 20 17:22:49 UTC 2013
>
> Modified Files:
> src/tests/lib/libc/net: t_hostent.sh
>
> Log Message:
> broadway changed addresses.
Something else too: the test
On Fri, Aug 16, 2013 at 11:29:45AM -0400, Christos Zoulas wrote:
> Log Message:
> test harness for gethostbyname()/gethostbyaddr() and their internal bits.
> XXX[1]: How can we avoid using hard-coded hosts for DNS
> XXX[2]: How do we test NIS?
Setting up a private rumpity network, I guess...
35 matches
Mail list logo