[JBoss JIRA] (JBIDE-24844) fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24844?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24844:
----------------------------------
Assignee: Pavol Srna (was: Nick Boldt)
> fix *.it.weekly jobs to properly build on macos w/ jdk1.8 (not openjdk 1.8)
> ---------------------------------------------------------------------------
>
> Key: JBIDE-24844
> URL: https://issues.jboss.org/browse/JBIDE-24844
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: build
> Affects Versions: 4.5.0.Final
> Reporter: Nick Boldt
> Assignee: Pavol Srna
> Fix For: 4.5.1.Final
>
> Attachments: red-weekly-smoke-tests.png, redballs-16.png
>
>
> As noted in JBIDE-24835, the it.weekly jobs try to run on macos w/ openjdk 1.8, but no such JDK exists there. Therefore need a combinationFilter to let us build with openjdk on windows and linux, and oracle jdk on macos.
> {code}
> combinationFilter = (label_exp == "macosx").implies(jdk == "jdk1.8") && (label_exp != "macosx").implies(jdk == "openjdk-1.8")
> {code}
> TODO: verify all the jobs linked from here [1] are working for all OSes
> [1] https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/devstudi...
> * hibernatetools-itests.download-devstudio - test failures on rhel7 (not a matrix job)
> * livereload.it.weekly - failing for windows 8.1 & 10 due to unresolved parent pom
> * browsersim.it.weekly - failing for windows 8.1 due to unresolved parent pom
> * archives.it.weekly - failed to resolve tycho-plugins:repo-utils1.0.0 (bad Nexus settings?) on win81
> * vpe.it.weekly - test failures on win81
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (JBIDE-25262) CDK server adapter: after removing ~/.minishift, server adapter can only be stopped via "Restart", "Stop" keeps it running
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25262?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25262:
-------------------------------------
Description:
steps:
# EXEC: in cmd line: setup cdk 3.2.alpha1 with a profile (ex. minishift setup-cdk --profile test42)
# EXEC: in "Servers" view: create a server adapter for this cdk with the profile and start it.
# EXEC: in cmd line: kill the ~/.minishift
# EXEC: in "Servers" view: select your server adapter and pick "Stop"
# ASSERT: "Console" view shows up pasting
{code}
You need to run 'minishift setup-cdk' first to install required CDK components.
{code}
And the following error dialog appears:
!image-2017-10-17-11-05-22-885.png!
# ASSERT: the server adapter is still **[Started]**
# EXEC: in "Servers" view: select your server adapter and pick "Restart"
# ASSERT: the same console (see above) output is shown, the same error dialog appears. You see the server adapter trying to start again but it fails, too
Result:
The server adapter is now in **[Stopped]**
Expected result:
I should be able to stop the adapter, not just work around it by restarting it.
was:
steps:
# EXEC: in cmd line: setup cdk 3.2.alpha1 with a profile (ex. minishift setup-cdk --profile test42)
# EXEC: in "Servers" view: create a server adapter for this cdk with the profile and start it.
# EXEC: in cmd line: kill the ~/.minishift
# EXEC: in "Servers" view: select your server adapter and pick "Stop"
# ASSERT: "Console" view shows up pasting
{code}
You need to run 'minishift setup-cdk' first to install required CDK components.
{code}
And the following error dialog appears:
!image-2017-10-17-11-05-22-885.png!
# ASSERT: the server adapter is still **[Started]**
# EXEC: in "Servers" view: select your server adapter and pick "Restart"
# ASSERT: the same console (see above) output is shown, the same error dialog appears. You see the server adapter trying to start again but it fails, too
Result:
The server adapter is now in **[Stopped]**
> CDK server adapter: after removing ~/.minishift, server adapter can only be stopped via "Restart", "Stop" keeps it running
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-25262
> URL: https://issues.jboss.org/browse/JBIDE-25262
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift
> Affects Versions: 4.5.1.AM3
> Reporter: Andre Dietisheim
> Assignee: Rob Stryker
> Priority: Minor
> Fix For: 4.5.x
>
> Attachments: image-2017-10-17-11-05-22-885.png
>
>
> steps:
> # EXEC: in cmd line: setup cdk 3.2.alpha1 with a profile (ex. minishift setup-cdk --profile test42)
> # EXEC: in "Servers" view: create a server adapter for this cdk with the profile and start it.
> # EXEC: in cmd line: kill the ~/.minishift
> # EXEC: in "Servers" view: select your server adapter and pick "Stop"
> # ASSERT: "Console" view shows up pasting
> {code}
> You need to run 'minishift setup-cdk' first to install required CDK components.
> {code}
> And the following error dialog appears:
> !image-2017-10-17-11-05-22-885.png!
> # ASSERT: the server adapter is still **[Started]**
> # EXEC: in "Servers" view: select your server adapter and pick "Restart"
> # ASSERT: the same console (see above) output is shown, the same error dialog appears. You see the server adapter trying to start again but it fails, too
> Result:
> The server adapter is now in **[Stopped]**
> Expected result:
> I should be able to stop the adapter, not just work around it by restarting it.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months