[JBoss JIRA] (SWSQE-103) Create internal docker registry in our production openshift
by Filip Brychta (JIRA)
Filip Brychta created SWSQE-103:
-----------------------------------
Summary: Create internal docker registry in our production openshift
Key: SWSQE-103
URL: https://issues.jboss.org/browse/SWSQE-103
Project: Swift Sunshine QE
Issue Type: Sub-task
Reporter: Filip Brychta
Assignee: Filip Brychta
It would be good to use our internal docker registry for:
* jenkins docker slaves
* internal qe images of kiali
* other external images not to pulling them from internet
This registry should be accessible from outside too.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (SWSQE-102) create maven caching proxy
by Jeeva Kandasamy (JIRA)
Jeeva Kandasamy created SWSQE-102:
-------------------------------------
Summary: create maven caching proxy
Key: SWSQE-102
URL: https://issues.jboss.org/browse/SWSQE-102
Project: Swift Sunshine QE
Issue Type: QE Task
Reporter: Jeeva Kandasamy
Assignee: Jeeva Kandasamy
Create maven caching proxy to skip download from internet everytime
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (JBRULES-1058) nested accessors with Sets - "not contains" is not a valid operator for MVEL
by Edson Tirelli (JIRA)
[ https://issues.jboss.org/browse/JBRULES-1058?page=com.atlassian.jira.plug... ]
Edson Tirelli commented on JBRULES-1058:
----------------------------------------
[~rahulfedex] which version of Drools are you using? If you are using 7.6.0 or 7.7.0, then please open a new ticket and we will fix it asap. If you are using a previous version, can you please try the latest?
"contains" and "not contains" are valid operators in rules, so they should work fine.
> nested accessors with Sets - "not contains" is not a valid operator for MVEL
> ----------------------------------------------------------------------------
>
> Key: JBRULES-1058
> URL: https://issues.jboss.org/browse/JBRULES-1058
> Project: JBRULES
> Issue Type: Bug
> Components: drools-compiler
> Affects Versions: 4.0.0.GA
> Reporter: Mark McNally
> Assignee: Edson Tirelli
> Fix For: 4.0.1
>
>
> Following does not work:
> rule StateMatch
> when
> $ca:CandidateAssociation(nurseDetails.stateLicensures excludes patientDetails.state )
> then
> retract( $ca );
> end
>
>
> public class CandidateAssociation {
> private PatientDetails patientDetails;
> private NurseDetails nurseDetails;
> private int overlapHours;
>
> public CandidateAssociation( PatientDetails patientDetails, NurseDetails nurseDetails) {
> super();
> this.patientDetails = patientDetails;
> this.nurseDetails = nurseDetails;
> overlapHours = participantDetails.getNumberOverlapHourCnt(nurseDetails);
> }
> [...]
> }
>
> public class NurseDetails {
> private Set stateLicensures = new HashSet();
> [...]
> }
> public class PatientDetails {
> private String state;
> [...]
> }
> Edson suggested that the problem is that "not contains" is not a valid operator for MVEL.
> Also Noticed that the following workaround did not work:
> rule State
> dialect "mvel"
> when
> $ca:CandidateAssociation( eval ( ! nurseDetails.stateLicensures.contains( patientDetails.state ) ) )
> then
> retract( $ca );
> end
>
> This produced this Exception:
> org.drools.rule.InvalidRulePackage: Unable to determine the used declarations : [Rule name=State, agendaGroup=MAIN, salience=0, no-loop=false]
> at org.drools.rule.Package.checkValidity(Package.java:408)
> at org.drools.common.AbstractRuleBase.addPackage(AbstractRuleBase.java:288)
> at [...]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month
[JBoss JIRA] (SWSQE-75) Automation[Java] - add support for ServiceDetail page
by Jeeva Kandasamy (JIRA)
[ https://issues.jboss.org/browse/SWSQE-75?page=com.atlassian.jira.plugin.s... ]
Jeeva Kandasamy updated SWSQE-75:
---------------------------------
Sprint: SWS QE Sprint 2, Kiali QE Sprint 3 (was: SWS QE Sprint 2)
> Automation[Java] - add support for ServiceDetail page
> -----------------------------------------------------
>
> Key: SWSQE-75
> URL: https://issues.jboss.org/browse/SWSQE-75
> Project: Swift Sunshine QE
> Issue Type: Task
> Reporter: Jeeva Kandasamy
> Assignee: Jeeva Kandasamy
>
> Automate the following features,
> * Check Tabs
> * Check Info tab
> * Labels, Type, IP, Ports, Endpoints, and health
> * Deployments
> * Source Services
> * Istio Route Rules
> * Istio Destination Policies
> * Check Metrics Tab
> * Validate Group By option
> * Validate Duration, Ticks, Rate Interval
> * Validate graphs
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 1 month