Re: [MirageOS-devel] Notes on testing

2015-05-07 Thread Anil Madhavapeddy
On 7 May 2015, at 04:43, Thomas Leonard wrote: > > On 6 May 2015 at 18:50, Anil Madhavapeddy wrote: >> On 6 May 2015, at 02:29, Thomas Leonard wrote: >>> >>> On 6 May 2015 at 10:18, Mindy wrote: Thanks for writing these up :) progress notes: On 05/06/2015 01:31 AM, Richard Mor

Re: [MirageOS-devel] Notes on testing

2015-05-07 Thread Thomas Leonard
On 6 May 2015 at 18:50, Anil Madhavapeddy wrote: > On 6 May 2015, at 02:29, Thomas Leonard wrote: >> >> On 6 May 2015 at 10:18, Mindy wrote: >>> Thanks for writing these up :) progress notes: >>> >>> On 05/06/2015 01:31 AM, Richard Mortier wrote: [mort]: Document that `mirage-net-

Re: [MirageOS-devel] Notes on testing

2015-05-06 Thread Anil Madhavapeddy
On 6 May 2015, at 02:29, Thomas Leonard wrote: > > On 6 May 2015 at 10:18, Mindy wrote: >> Thanks for writing these up :) progress notes: >> >> On 05/06/2015 01:31 AM, Richard Mortier wrote: >>> >>> >>> [mort]: Document that `mirage-net-pcap` should be used to gather >>> `.pcap` files for a b

Re: [MirageOS-devel] Notes on testing

2015-05-06 Thread Richard Mortier
Probably... http://conferences.sigcomm.org/sigcomm/2005/paper-BisFai.pdf for those who've not seen it. On 6 May 2015 at 03:19, Jon Crowcroft wrote: > Worth re-reading peter Sewell's SIGCOMM paper on TCP? > > On 6 May 2015 01:32, "Richard Mortier" wrote: >> >> A little late, but finally got roun

Re: [MirageOS-devel] Notes on testing

2015-05-06 Thread Jon Crowcroft
Worth re-reading peter Sewell's SIGCOMM paper on TCP? On 6 May 2015 01:32, "Richard Mortier" wrote: > A little late, but finally got round to writing up some notes on the > conversation a couple of weeks ago on how we might approach testing in > Mirage. > > """ > # Notes > > + Testing is used for

Re: [MirageOS-devel] Notes on testing

2015-05-06 Thread Thomas Leonard
On 6 May 2015 at 10:18, Mindy wrote: > Thanks for writing these up :) progress notes: > > On 05/06/2015 01:31 AM, Richard Mortier wrote: >> >> >> [mort]: Document that `mirage-net-pcap` should be used to gather >> `.pcap` files for a bug report. > > I'll soon release a version of `mirage-net-pcap`

Re: [MirageOS-devel] Notes on testing

2015-05-06 Thread Mindy
Thanks for writing these up :) progress notes: On 05/06/2015 01:31 AM, Richard Mortier wrote: [mort]: Document that `mirage-net-pcap` should be used to gather `.pcap` files for a bug report. I'll soon release a version of `mirage-net-pcap` that plays nicely with `mirage-vnetif` rather than rei

[MirageOS-devel] Notes on testing

2015-05-05 Thread Richard Mortier
A little late, but finally got round to writing up some notes on the conversation a couple of weeks ago on how we might approach testing in Mirage. """ # Notes + Testing is used for a variety of purposes. Of note for us are: reproduction of reported issues; regression testing of previously fixed