[JBoss JIRA] (SWSQE-1063) Fix incorrect parameter types
by Filip Brychta (Jira)
[ https://issues.redhat.com/browse/SWSQE-1063?page=com.atlassian.jira.plugi... ]
Filip Brychta updated SWSQE-1063:
---------------------------------
Description:
Some jobs are passing boolean params as strings, we need to fix that.
It's causing warnings like: The parameter 'DELETE_MAISTRA_OPERATOR' did not have the type expected by clean-environment. Converting to Boolean Parameter.
was:Some jobs are passing boolean params as strings, we need to fix that.
> Fix incorrect parameter types
> -----------------------------
>
> Key: SWSQE-1063
> URL: https://issues.redhat.com/browse/SWSQE-1063
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Filip Brychta
> Assignee: Filip Brychta
> Priority: Major
>
> Some jobs are passing boolean params as strings, we need to fix that.
> It's causing warnings like: The parameter 'DELETE_MAISTRA_OPERATOR' did not have the type expected by clean-environment. Converting to Boolean Parameter.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (SWSQE-1064) Execution time optimalization
by Filip Brychta (Jira)
[ https://issues.redhat.com/browse/SWSQE-1064?page=com.atlassian.jira.plugi... ]
Filip Brychta updated SWSQE-1064:
---------------------------------
Description:
It would be good to test if given resource exists before deleting it which can take some time even if the resource doesn't exist.
Also some simple resource do not need to be cleaned every time e.g. registry puller and installation when already exists should not fail
was:
It would be good to test if given resource exists before deleting it which can take some time even if the resource doesn't exist.
Also some simple resource do not need to be cleaned every time e.g. registry puller
> Execution time optimalization
> -----------------------------
>
> Key: SWSQE-1064
> URL: https://issues.redhat.com/browse/SWSQE-1064
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Filip Brychta
> Assignee: Filip Brychta
> Priority: Major
>
> It would be good to test if given resource exists before deleting it which can take some time even if the resource doesn't exist.
> Also some simple resource do not need to be cleaned every time e.g. registry puller and installation when already exists should not fail
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (SWSQE-1064) Execution time optimalization
by Filip Brychta (Jira)
Filip Brychta created SWSQE-1064:
------------------------------------
Summary: Execution time optimalization
Key: SWSQE-1064
URL: https://issues.redhat.com/browse/SWSQE-1064
Project: Kiali QE
Issue Type: Sub-task
Reporter: Filip Brychta
Assignee: Filip Brychta
It would be good to test if given resource exists before deleting it which can take some time even if the resource doesn't exist.
Also some simple resource do not need to be cleaned every time e.g. registry puller
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months
[JBoss JIRA] (WFLY-2102) Improve deployment annotation parsing error message
by Lukas Vydra (Jira)
[ https://issues.redhat.com/browse/WFLY-2102?page=com.atlassian.jira.plugin... ]
Lukas Vydra reassigned WFLY-2102:
---------------------------------
Assignee: Lukas Vydra
> Improve deployment annotation parsing error message
> -----------------------------------------------------
>
> Key: WFLY-2102
> URL: https://issues.redhat.com/browse/WFLY-2102
> Project: WildFly
> Issue Type: Enhancement
> Components: EE
> Reporter: Brad Maxwell
> Assignee: Lukas Vydra
> Priority: Major
> Attachments: test-WFLY-2102.jar
>
>
> Improve deployment annotation parsing error message
> Code such as this below, will error with IllegalArgumentException: Empty name segment is not allowed for env. The env is not enough information to identify what the issue is.
> @Singleton
> @Startup
> public class TestEJB {
> @Resource(name="/queue/test")
> private Queue queue;
> }
> Caused by: java.lang.IllegalArgumentException: Empty name segment is not allowed for env
> at org.jboss.msc.service.ServiceName.of(ServiceName.java:85) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at org.jboss.msc.service.ServiceName.append(ServiceName.java:112) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
> at org.jboss.as.naming.deployment.ContextNames.buildServiceName(ContextNames.java:183)
> at org.jboss.as.naming.deployment.ContextNames$BindInfo.<init>(ContextNames.java:195)
> at org.jboss.as.naming.deployment.ContextNames$BindInfo.<init>(ContextNames.java:186)
> at org.jboss.as.naming.deployment.ContextNames.bindInfoFor(ContextNames.java:141)
> at org.jboss.as.ee.component.OptionalLookupInjectionSource.getResourceValue(OptionalLookupInjectionSource.java:84)
> at org.jboss.as.ee.component.ComponentDescription$InjectedConfigurator.configureDependency(ComponentDescription.java:1019)
> at org.jboss.as.ee.component.ComponentDescription$InjectedConfigurator.configureDependency(ComponentDescription.java:998)
> at org.jboss.as.ee.component.deployers.ComponentInstallProcessor.deployComponent(ComponentInstallProcessor.java:138)
> at org.jboss.as.ee.component.deployers.ComponentInstallProcessor.deploy(ComponentInstallProcessor.java:95)
> ... 6 more
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 10 months