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 198394 - prohibited ide->java cluster dependency in functional tests
Summary: prohibited ide->java cluster dependency in functional tests
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0.1
Hardware: All All
: P1 normal (vote)
Assignee: Stepan Zebra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-06 15:22 UTC by Vladimir Voskresensky
Modified: 2011-05-13 07:33 UTC (History)
1 user (show)

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 Vladimir Voskresensky 2011-05-06 15:22:04 UTC
commit http://hg.netbeans.org/cnd-main/file/d62f7171ba08
introduced ide cluster dependency on java cluster which not permitted
Please, move java specific tests into java cluster

Thanks,
Vladimir.
Comment 1 Ondrej Vrabec 2011-05-06 15:54:43 UTC
dep on org.netbeans.modules.jellytools.java, i think
Comment 2 Ondrej Vrabec 2011-05-06 16:00:52 UTC
fix: #81d6755c4e2e - http://hg.netbeans.org/core-main/rev/81d6755c4e2e
Comment 3 Ondrej Vrabec 2011-05-06 16:02:12 UTC
I hotfixed by disabling the tests again so this does not block your builds/tests. Sorry about that.
Comment 4 Quality Engineering 2011-05-07 05:35:07 UTC
Integrated into 'main-golden', will be available in build *201105070000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/81d6755c4e2e
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #198394 - prohibited ide->java cluster dependency in functional tests
disabling func tests until all deps on java cluster are removed
Comment 5 Vladimir Voskresensky 2011-05-08 19:31:34 UTC
thanks. Now our build machine is recovered.
Comment 6 Stepan Zebra 2011-05-12 09:16:18 UTC
fix: http://hg.netbeans.org/main/rev/a7a7c2d3b8e5

I've removed dependency on o.n.m.jellytools.java, so there shouldn't be any java cluster dependencies left now. I've also enabled our Subversion functional tests again.

Vladimir, please let us know, if any problem occurs.

Thanks,
Stepan
Comment 7 Quality Engineering 2011-05-13 05:49:29 UTC
Integrated into 'main-golden', will be available in build *201105130000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a7a7c2d3b8e5
User: Stepan Zebra <stezeb@netbeans.org>
Log: Subversion module functional tests update:
-removed pending dependencies on java cluster (#198394)
-substituted needed Jelly operators
-updated Jelly actions mapping
-enabled functional test
Comment 8 Vladimir Voskresensky 2011-05-13 07:33:40 UTC
no issues so far. Thanks!