[JBoss JIRA] (SWSQE-926) Fix test_service_detail_with_destination_rule e2e test
by Filip Brychta (Jira)
[ https://issues.jboss.org/browse/SWSQE-926?page=com.atlassian.jira.plugin.... ]
Filip Brychta commented on SWSQE-926:
-------------------------------------
It's failing because of following:
if service_details != None and len(service_details.get('destinationRules').get('items')) == 0:
break
Which is expecting 0 destination rules. Test creates and deletes one rule but does not expects other rules from previous tests.
> Fix test_service_detail_with_destination_rule e2e test
> ------------------------------------------------------
>
> Key: SWSQE-926
> URL: https://issues.jboss.org/browse/SWSQE-926
> Project: Kiali QE
> Issue Type: Bug
> Reporter: Filip Brychta
> Assignee: Filip Brychta
> Priority: Major
> Labels: automation
>
> The test is failing with Exception: Timed out waiting for destination rule deletion
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11255) EE Concurrency Utilities Managed Executors / Thread Pool runtime stats
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-11255?page=com.atlassian.jira.plugin... ]
Eduardo Martins edited comment on WFLY-11255 at 8/14/19 5:14 AM:
-----------------------------------------------------------------
Working PoC available at https://github.com/emmartins/wildfly/tree/WFLY-11255 , providing the following runtime stats:
* completed tasks count
* tasks count
* threads count
The stats above were already available to retrieve from the spec RI executors implementation, any other stat may require significant effort thus should IMHO be implemented as followup. More on this later tho, going to do analysis and confirm about effort needed to add other stats.
was (Author: emmartins):
Working PoC available at https://github.com/emmartins/wildfly/tree/WFLY-11255 , providing the following runtime stats:
* completed tasks count
* tasks count
* threads count
The stats above were already available to retrieve from the spec RI executors implementation, any other stat may require significant effort thus should IMHO be implemented as followup.
> EE Concurrency Utilities Managed Executors / Thread Pool runtime stats
> ----------------------------------------------------------------------
>
> Key: WFLY-11255
> URL: https://issues.jboss.org/browse/WFLY-11255
> Project: WildFly
> Issue Type: Feature Request
> Components: Concurrency Utilities
> Affects Versions: 14.0.0.Final
> Reporter: Brad Maxwell
> Assignee: Eduardo Martins
> Priority: Major
>
> The managed executors / thread pools in the EE subsytem currently do not show any runtime information when invoked with include-runtime=true, the current thread pool size, queue length and such would be useful to check the performance and tuning.
> {code}
> /subsystem=ee/managed-executor-service=default:read-resource(include-runtime=true,recursive=true)
> {
> "outcome" => "success",
> "result" => {
> "context-service" => "default",
> "core-threads" => undefined,
> "hung-task-threshold" => 60000L,
> "jndi-name" => "java:jboss/ee/concurrency/executor/default",
> "keepalive-time" => 5000L,
> "long-running-tasks" => false,
> "max-threads" => undefined,
> "queue-length" => undefined,
> "reject-policy" => "ABORT",
> "thread-factory" => undefined
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-11255) EE Concurrency Utilities Managed Executors / Thread Pool runtime stats
by Eduardo Martins (Jira)
[ https://issues.jboss.org/browse/WFLY-11255?page=com.atlassian.jira.plugin... ]
Eduardo Martins commented on WFLY-11255:
----------------------------------------
Working PoC available at https://github.com/emmartins/wildfly/tree/WFLY-11255 , providing the following runtime stats:
* completed tasks count
* tasks count
* threads count
The stats above were already available to retrieve from the spec RI executors implementation, any other stat may require significant effort thus should IMHO be implemented as followup.
> EE Concurrency Utilities Managed Executors / Thread Pool runtime stats
> ----------------------------------------------------------------------
>
> Key: WFLY-11255
> URL: https://issues.jboss.org/browse/WFLY-11255
> Project: WildFly
> Issue Type: Feature Request
> Components: Concurrency Utilities
> Affects Versions: 14.0.0.Final
> Reporter: Brad Maxwell
> Assignee: Eduardo Martins
> Priority: Major
>
> The managed executors / thread pools in the EE subsytem currently do not show any runtime information when invoked with include-runtime=true, the current thread pool size, queue length and such would be useful to check the performance and tuning.
> {code}
> /subsystem=ee/managed-executor-service=default:read-resource(include-runtime=true,recursive=true)
> {
> "outcome" => "success",
> "result" => {
> "context-service" => "default",
> "core-threads" => undefined,
> "hung-task-threshold" => 60000L,
> "jndi-name" => "java:jboss/ee/concurrency/executor/default",
> "keepalive-time" => 5000L,
> "long-running-tasks" => false,
> "max-threads" => undefined,
> "queue-length" => undefined,
> "reject-policy" => "ABORT",
> "thread-factory" => undefined
> }
> }
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12377) Document usage of JAXWS Client BOM in jaws-* quickstarts
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12377:
--------------------------------------
Summary: Document usage of JAXWS Client BOM in jaws-* quickstarts
Key: WFLY-12377
URL: https://issues.jboss.org/browse/WFLY-12377
Project: WildFly
Issue Type: Enhancement
Components: Quickstarts
Reporter: Eduardo Martins
Assignee: Eduardo Martins
All JAXWS Quickstarts's readme.adoc should briefly introduce usage of the JAXWS Client BOM as the proper way to manage/use the dependencies in server, assuring compatibility with it. This new content should preferably be implemented through the import of a reusable section in /shared-docs.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months