This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125282 - Run all stable unit tests from ruby cluster
Summary: Run all stable unit tests from ruby cluster
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Tests (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Mirilovic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-15 12:25 UTC by Jiri Skrivanek
Modified: 2011-06-10 09:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2008-01-15 12:25:19 UTC
Please, add all stable unit tests from Ruby cluster to daily runs.
Comment 1 Jiri Skrivanek 2008-01-15 12:35:47 UTC
Marian, please, reassign to someone who knows how to do it. Thanks.
Comment 2 Marian Mirilovic 2008-01-15 12:40:45 UTC
I think the first step is to add ruby into the list of tested modules. 
Jirka, 
could you wait till migration to Hg ? If so, it would work out of the box after that, because we are going to remove the
list from T4U than.
Comment 3 Jiri Skrivanek 2008-01-15 13:02:50 UTC
I thought unit tests run on Test4U from binary tests distribution for which the list of tested modules is unrelated. But
of course, I can wait until Hg migration is finished.
Comment 4 Petr Blaha 2008-01-15 13:13:14 UTC
I think you need to add ruby cluster in config.modules.stable property in nbbuild/build.properties. I did similar for
visualweb unit tests.
Comment 5 Jiri Skrivanek 2008-01-15 13:21:28 UTC
I would be careful. config.modules.stable property is not only used for tests distribution. Anyway I don't know what is
difference between clusters in config.modules.stable and config.modules.all. Probably Jesse might know.
Comment 6 Jiri Skrivanek 2008-01-16 11:08:54 UTC
For now I added ruby cluster to binary tests distribution by adding ${config.fixedmodules.ruby} in
nbbuild/build.xml#build-test-dist.

/cvs/nbbuild/build.xml,v  <--  build.xml
new revision: 1.866; previous revision: 1.865

I also filed issue 125300 to clean build.xml and build.properties after migration to Mercurial.
Comment 7 Jiri Skrivanek 2008-01-16 11:09:17 UTC
Verified.