[JBoss JIRA] (ARQGRA-274) The request guard does timeout for delayed requests
by Lukáš Fryč (JIRA)
Lukáš Fryč created ARQGRA-274:
---------------------------------
Summary: The request guard does timeout for delayed requests
Key: ARQGRA-274
URL: https://issues.jboss.org/browse/ARQGRA-274
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.0.0.Alpha3
Reporter: Lukáš Fryč
Fix For: 2.0.0.Beta1
In RichFaces, there is request queue which can delay a processing of an user action which avoids overwhelming communication channel.
This is simply the case where request guard should:
* wait specified timeout (by default type "Ajax" timeout) for user action to start AJAX request (xhr.open)
* then wait another timeout (by default type "Ajax" timeout) for AJAX action to complete the request (xhr.readyState == 4)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1354) Automatically enhance the deployment archive to include all dependencies and configurations relevant to the GWT deployment
by Christian Sadilek (JIRA)
Christian Sadilek created ARQ-1354:
--------------------------------------
Summary: Automatically enhance the deployment archive to include all dependencies and configurations relevant to the GWT deployment
Key: ARQ-1354
URL: https://issues.jboss.org/browse/ARQ-1354
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Christian Sadilek
Fix For: gwt_1.0.0.Alpha2
Currently the Arquillian GWT extension uses a custom utility (GwtArchive) to enrich WebArchives for GWT deployments. This causes the API for Arquillian GWT tests to deviate from standard Arquillian tests. It should be possible to automatically enhance the deployment archive to include all dependencies and configurations that are relevant to the GWT deployment, possibly by leveraging an Arquillian packaging SPI’s. As a result of this, GWT integration tests will use the same API as all other Arquillian tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1354) Automatically enhance the deployment archive to include all dependencies and configurations relevant to the GWT deployment
by Christian Sadilek (JIRA)
[ https://issues.jboss.org/browse/ARQ-1354?page=com.atlassian.jira.plugin.s... ]
Christian Sadilek resolved ARQ-1354.
------------------------------------
Resolution: Done
This is implemented now using a custom {{ApplicationArchiveProcessor}}.
> Automatically enhance the deployment archive to include all dependencies and configurations relevant to the GWT deployment
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: ARQ-1354
> URL: https://issues.jboss.org/browse/ARQ-1354
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Christian Sadilek
> Fix For: gwt_1.0.0.Alpha2
>
>
> Currently the Arquillian GWT extension uses a custom utility (GwtArchive) to enrich WebArchives for GWT deployments. This causes the API for Arquillian GWT tests to deviate from standard Arquillian tests. It should be possible to automatically enhance the deployment archive to include all dependencies and configurations that are relevant to the GWT deployment, possibly by leveraging an Arquillian packaging SPI’s. As a result of this, GWT integration tests will use the same API as all other Arquillian tests.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1070) Arquillian JUnit Standalone doesn't execute methods annotated by @Before annotation
by Alex Okrushko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1070?page=com.atlassian.jira.plugin.s... ]
Alex Okrushko commented on ARQ-1070:
------------------------------------
Ok, thanks
> Arquillian JUnit Standalone doesn't execute methods annotated by @Before annotation
> -----------------------------------------------------------------------------------
>
> Key: ARQ-1070
> URL: https://issues.jboss.org/browse/ARQ-1070
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Base Implementation
> Affects Versions: 1.0.2.Final
> Environment: Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
> Reporter: Jan Papousek
> Labels: junit
> Attachments: junit-sample.zip
>
>
> The following test doesn't pass:
> {code}
> @RunWith(Arquillian.class)
> public class AppTest {
> private boolean before = false;
> @Before
> public void before() {
> this.before = true;
> }
> @Test
> public void testBefore() {
> Assert.assertTrue(before);
> }
> }
> {code}
> The same test without @RunWith annotation passes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (ARQ-1070) Arquillian JUnit Standalone doesn't execute methods annotated by @Before annotation
by Alex Okrushko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1070?page=com.atlassian.jira.plugin.s... ]
Alex Okrushko commented on ARQ-1070:
------------------------------------
I think I know why it hasn't received much attention - I guess rarely anybody is using Standalone - everybody is using Arquillian JUnit Container instead. Maybe Standalone should be just retired?
> Arquillian JUnit Standalone doesn't execute methods annotated by @Before annotation
> -----------------------------------------------------------------------------------
>
> Key: ARQ-1070
> URL: https://issues.jboss.org/browse/ARQ-1070
> Project: Arquillian
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Base Implementation
> Affects Versions: 1.0.2.Final
> Environment: Java(TM) SE Runtime Environment (build 1.7.0_04-b20)
> Reporter: Jan Papousek
> Labels: junit
> Attachments: junit-sample.zip
>
>
> The following test doesn't pass:
> {code}
> @RunWith(Arquillian.class)
> public class AppTest {
> private boolean before = false;
> @Before
> public void before() {
> this.before = true;
> }
> @Test
> public void testBefore() {
> Assert.assertTrue(before);
> }
> }
> {code}
> The same test without @RunWith annotation passes.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months