Re: [Pharo-project] Automatic testing in different images
On 28 sept. 2010, at 11:24, Martin Dias wrote:
Hello,
I'm working on a prototype for binary serialization of objects, and I would like to do tests and benchmarks for serializing on a stream in one image and de-serialize them in another, maybe with different conditions (other version, VM, etc).
Could you recommend me how to do that in an automatic way?
Hudson seems a good way to go -- Simon
On 09/28/2010 12:44 PM, Simon Denier wrote:
On 28 sept. 2010, at 11:24, Martin Dias wrote:
Hello,
I'm working on a prototype for binary serialization of objects, and I would like to do tests and benchmarks for serializing on a stream in one image and de-serialize them in another, maybe with different conditions (other version, VM, etc).
Could you recommend me how to do that in an automatic way?
Hudson seems a good way to go
Or take a look at the test framework in Magma, it has orchestrated tests between multiple images, probably what you want. And oh, Magma also has of course binary serialization stuff in it - so worth looking at from that perspective too. regards, Göran
I will look at Magma, and I think we will use Hudson later. Thank you Martin 2010/9/28 Göran Krampe <goran@krampe.se>
On 09/28/2010 12:44 PM, Simon Denier wrote:
On 28 sept. 2010, at 11:24, Martin Dias wrote:
Hello,
I'm working on a prototype for binary serialization of objects, and I would like to do tests and benchmarks for serializing on a stream in one image and de-serialize them in another, maybe with different conditions (other version, VM, etc).
Could you recommend me how to do that in an automatic way?
Hudson seems a good way to go
Or take a look at the test framework in Magma, it has orchestrated tests between multiple images, probably what you want.
And oh, Magma also has of course binary serialization stuff in it - so worth looking at from that perspective too.
regards, Göran
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Göran Krampe -
Martin Dias -
Simon Denier