Subject: | Most tests failing, t/parser/main demanding all memory |
The first tests start with dubious output like so:
$ ./Build test
t/accessors.............1/118 Attributes 'id', 'date' must be defined in
Object::Relation::TestAccessors objects
[/usr/local/perl-5.10/lib/site_perl/5.10.0/Class/Meta/Class.pm:304]
[/usr/local/perl-5.10/lib/site_perl/5.10.0/Class/Meta/Constructor.pm:327]
[t/accessors.t:114]
# Looks like you planned 118 tests but ran 14.
# Looks like your test exited with 255 just after 14.
t/accessors............. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 104/118 subtests
t/basic.................1/57 Attribute 'id' must be defined in
Object::Relation::Base objects
[/usr/local/perl-5.10/lib/site_perl/5.10.0/Class/Meta/Class.pm:304]
[/usr/local/perl-5.10/lib/site_perl/5.10.0/Class/Meta/Constructor.pm:327]
[t/basic.t:52]
# Looks like you planned 57 tests but ran 14.
# Looks like your test exited with 2 just after 14.
t/basic................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 43/57 subtests
When the test parser/main is reached, my system is stressed considerably
and top shows me that this process is growing without bounds.
Let me know if you need more informations.
Thanks,