[JBoss JIRA] (WFLY-9122) Containers for distributed work manager tests always started in testsuite/integration/manualmode
by Richard Janík (JIRA)
[ https://issues.jboss.org/browse/WFLY-9122?page=com.atlassian.jira.plugin.... ]
Richard Janík reassigned WFLY-9122:
-----------------------------------
Assignee: Richard Janík (was: Yeray Borges)
> Containers for distributed work manager tests always started in testsuite/integration/manualmode
> ------------------------------------------------------------------------------------------------
>
> Key: WFLY-9122
> URL: https://issues.jboss.org/browse/WFLY-9122
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Josef Cacek
> Assignee: Richard Janík
>
> The Arquillian containers {{dwm-container-0}} and {{dwm-container-1}} are always started in the manualmode testsuite module.
> It can lead to port conflicts when another test wants to use its own server configuration with port offset 200 or 300. It also adds additional time to execute single test ({{mvn test -Dtest=MyTestCase}}), because these 2 containers has to be started first.
> The {{dwm-*}} containers are used by distributed work manager tests in package {{org.jboss.as.test.manualmode.jca.workmanager.distributed}}.
> CC [~rjanik]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9122) Containers for distributed work manager tests always started in testsuite/integration/manualmode
by Richard Janík (JIRA)
[ https://issues.jboss.org/browse/WFLY-9122?page=com.atlassian.jira.plugin.... ]
Richard Janík commented on WFLY-9122:
-------------------------------------
[~yersan] Since this is my fault, I'd like to take this one. Currently working on it as well as on WFLY-9701.
> Containers for distributed work manager tests always started in testsuite/integration/manualmode
> ------------------------------------------------------------------------------------------------
>
> Key: WFLY-9122
> URL: https://issues.jboss.org/browse/WFLY-9122
> Project: WildFly
> Issue Type: Bug
> Components: Test Suite
> Reporter: Josef Cacek
> Assignee: Richard Janík
>
> The Arquillian containers {{dwm-container-0}} and {{dwm-container-1}} are always started in the manualmode testsuite module.
> It can lead to port conflicts when another test wants to use its own server configuration with port offset 200 or 300. It also adds additional time to execute single test ({{mvn test -Dtest=MyTestCase}}), because these 2 containers has to be started first.
> The {{dwm-*}} containers are used by distributed work manager tests in package {{org.jboss.as.test.manualmode.jca.workmanager.distributed}}.
> CC [~rjanik]
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (DROOLS-2251) Align Test Scenario KIE configuration with BAPL-708
by Jozef Marko (JIRA)
Jozef Marko created DROOLS-2251:
-----------------------------------
Summary: Align Test Scenario KIE configuration with BAPL-708
Key: DROOLS-2251
URL: https://issues.jboss.org/browse/DROOLS-2251
Project: Drools
Issue Type: Task
Components: Test Scenarios Editor
Affects Versions: 7.6.0.Final
Reporter: Jozef Marko
Assignee: Toni Rikkola
Test Scenario designer KIE configuration part should be updated to use terms *KIE base* and *KIE session* instead of the *knowledge base* and *knowledge session*.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9700) Add attribute to model which will indicate that backup is synchronized with live server
by Kabir Khan (JIRA)
[ https://issues.jboss.org/browse/WFLY-9700?page=com.atlassian.jira.plugin.... ]
Kabir Khan deleted WFLY-9700:
-----------------------------
> Add attribute to model which will indicate that backup is synchronized with live server
> ----------------------------------------------------------------------------------------
>
> Key: WFLY-9700
> URL: https://issues.jboss.org/browse/WFLY-9700
> Project: WildFly
> Issue Type: Feature Request
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
> Priority: Critical
>
> If HA is configured with replicated journal then it takes some time to backup to synchronize with live server. Once backup is in sync with live then following information appears in server.log:
> {code}
> 13:20:00,739 INFO [org.apache.activemq.artemis.core.server] (Thread-3 (ActiveMQ-client-netty-threads-457000966)) AMQ221024: Backup server ActiveMQServerImpl::serverUUID=bc015b34-fd73-11e5-80ca-1b35f669abb8 is synchronized with live-server.
> 13:20:01,500 INFO [org.apache.activemq.artemis.core.server] (Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@41f992ab-83559664)) AMQ221031: backup announced
> {code}
> Reading server logs to see whether backup is in sync is not convinient and user friendly way. Could we add this information to model so it can be detected through CLI command?
> New attribute with name {{synchronized-with-live}} should be added to {{/subsystem=messaging-activemq/server=default/ha-policy=replication-slave}}
> This information can be gathered by calling: {{SharedNothingBackupActivation.isRemoteBackupUpToDate()}}
> Additionally we should provide this attribute also in replicated live server in: {{/subsystem=messaging-activemq/server=default/ha-policy=replication-master}} as Administrator might want to know whether live can be shutdown.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9699) Add attribute to model which will indicate that backup is synchronized with live server
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9699:
--------------------------------
Summary: Add attribute to model which will indicate that backup is synchronized with live server
Key: WFLY-9699
URL: https://issues.jboss.org/browse/WFLY-9699
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
Priority: Critical
If HA is configured with replicated journal then it takes some time to backup to synchronize with live server. Once backup is in sync with live then following information appears in server.log:
{code}
13:20:00,739 INFO [org.apache.activemq.artemis.core.server] (Thread-3 (ActiveMQ-client-netty-threads-457000966)) AMQ221024: Backup server ActiveMQServerImpl::serverUUID=bc015b34-fd73-11e5-80ca-1b35f669abb8 is synchronized with live-server.
13:20:01,500 INFO [org.apache.activemq.artemis.core.server] (Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@41f992ab-83559664)) AMQ221031: backup announced
{code}
Reading server logs to see whether backup is in sync is not convinient and user friendly way. Could we add this information to model so it can be detected through CLI command?
New attribute with name {{synchronized-with-live}} should be added to {{/subsystem=messaging-activemq/server=default/ha-policy=replication-slave}}
This information can be gathered by calling: {{SharedNothingBackupActivation.isRemoteBackupUpToDate()}}
Additionally we should provide this attribute also in replicated live server in: {{/subsystem=messaging-activemq/server=default/ha-policy=replication-master}} as Administrator might want to know whether live can be shutdown.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months
[JBoss JIRA] (WFLY-9700) Add attribute to model which will indicate that backup is synchronized with live server
by Kabir Khan (JIRA)
Kabir Khan created WFLY-9700:
--------------------------------
Summary: Add attribute to model which will indicate that backup is synchronized with live server
Key: WFLY-9700
URL: https://issues.jboss.org/browse/WFLY-9700
Project: WildFly
Issue Type: Feature Request
Components: JMS
Affects Versions: 10.0.0.Final
Reporter: Miroslav Novak
Assignee: Jeff Mesnil
Priority: Critical
If HA is configured with replicated journal then it takes some time to backup to synchronize with live server. Once backup is in sync with live then following information appears in server.log:
{code}
13:20:00,739 INFO [org.apache.activemq.artemis.core.server] (Thread-3 (ActiveMQ-client-netty-threads-457000966)) AMQ221024: Backup server ActiveMQServerImpl::serverUUID=bc015b34-fd73-11e5-80ca-1b35f669abb8 is synchronized with live-server.
13:20:01,500 INFO [org.apache.activemq.artemis.core.server] (Thread-2 (ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@41f992ab-83559664)) AMQ221031: backup announced
{code}
Reading server logs to see whether backup is in sync is not convinient and user friendly way. Could we add this information to model so it can be detected through CLI command?
New attribute with name {{synchronized-with-live}} should be added to {{/subsystem=messaging-activemq/server=default/ha-policy=replication-slave}}
This information can be gathered by calling: {{SharedNothingBackupActivation.isRemoteBackupUpToDate()}}
Additionally we should provide this attribute also in replicated live server in: {{/subsystem=messaging-activemq/server=default/ha-policy=replication-master}} as Administrator might want to know whether live can be shutdown.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 3 months