You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Molotkov (JIRA)" <ji...@apache.org> on 2007/04/09 13:53:32 UTC

[jira] Created: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

[testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
-------------------------------------------------------------------------------------

                 Key: HARMONY-3597
                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
             Project: Harmony
          Issue Type: Test
          Components: build - test - ci
            Reporter: Vladimir Molotkov
            Priority: Minor


I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 

https://issues.apache.org/jira/browse/HARMONY-3501 

The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.

The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500376 ] 

Stepan Mishura commented on HARMONY-3597:
-----------------------------------------

Aleksei, eol=CRLF was set at r543140. Please check if this resolved the issue.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment: struts_test.zip

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>         Attachments: struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487678 ] 

Vladimir Molotkov commented on HARMONY-3597:
--------------------------------------------

One more important note: to start the test (server part) on DRLVM I had to comment out references to all mx4j*.jar in vm's bootclasspath.properties.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>         Attachments: struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura resolved HARMONY-3597.
-------------------------------------

    Resolution: Fixed

Thanks Vladimir, Aleksei - the patch was applied to BTI branch 2.0 at r543102. 
Please check that the patch was applied as you expected.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Ivaschenko, Aleksei V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500354 ] 

Ivaschenko, Aleksei V commented on HARMONY-3597:
------------------------------------------------

Stepan, it looks like scenario is EOL-sensitive, it requires CRLF in the end of etalon files. Could you please set EOL to CRLF for files:

file*.html
file*.javascript
file*.plain

in tests/struts_test/resources/showcase.


> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500587 ] 

Stepan Mishura commented on HARMONY-3597:
-----------------------------------------

Thanks Aleksei - the patch that makes testing scenario EOL-insensitive was applied to BTI branch 2.0 at r543403. 
Please check that the patch was applied as you expected. 


> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts.patch, struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Ivaschenko, Aleksei V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500591 ] 

Ivaschenko, Aleksei V commented on HARMONY-3597:
------------------------------------------------

Thanks Stepan! The patch was applied as expected.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts.patch, struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment:     (was: struts_test.zip)

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Ivaschenko, Aleksei V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivaschenko, Aleksei V updated HARMONY-3597:
-------------------------------------------

    Attachment: struts_test.zip

I've updated Struts2 scenario automation scripts according to latest BTI 2.0 requirements.

Tested on Windows ia32 and Linux ia32.


> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>         Attachments: struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Ivaschenko, Aleksei V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivaschenko, Aleksei V updated HARMONY-3597:
-------------------------------------------

    Attachment: struts.patch

Looks like complete change of EOL characters doesn't solve the problem, because initially some etalon files contained different EOL characters even within one file. I've fixed this problem by implementing EOL-insensitive comparision in scenario. The fix is in attached patch. The attached patch also contains fixes for 2 more issues:
1) restoring original bootclasspath.properties in case if scenario fails,
2) removing generated files from tests/ directory.

P.S. It's not safe to change DRLVM's bootclasspath.properties, I'll try to find more safe workaround.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts.patch, struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment: struts_test.zip

Updated bundle reattached
 - no more need to modify 'bootclasspath.properties' manually;
 - minor bug fixes/improvements

Passed on Harmony DRLVM right before rebundling.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>         Attachments: struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment:     (was: struts_test.zip)

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment: struts_test.zip

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>         Attachments: struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura closed HARMONY-3597.
-----------------------------------


Verified by Aleksei.

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts.patch, struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura reassigned HARMONY-3597:
---------------------------------------

    Assignee: Stepan Mishura

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Assignee: Stepan Mishura
>            Priority: Minor
>         Attachments: struts_test.zip, struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment:     (was: struts_test.zip)

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3597) [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure

Posted by "Vladimir Molotkov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Molotkov updated HARMONY-3597:
---------------------------------------

    Attachment: struts_test.zip

> [testing] Apache Struts2 on Tomcat automated test scenario for B&T 2.0 infrastructure
> -------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3597
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3597
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>            Reporter: Vladimir Molotkov
>            Priority: Minor
>         Attachments: struts_test.zip
>
>
> I've created automated test scenario for Apache Struts 2 Java web application framework testing. The scenario should be integrated into new build-test infrastructure proposed in the 
> https://issues.apache.org/jira/browse/HARMONY-3501 
> The scenario starts Jacarta Tomcat server with Struts 2 demo application 'Showcase' (deployed during test's setup phase) on tested JRE. Then it starts test driver (client) using any stable JDK. Test driver performs test scenario interacting with anchors/forms it receives from the server and comparing the server responses with pregenerated (using JDK 1.5.0_06) 'golden' data. Tested JRE and stable JDK locations can be specified using test's 'parameters.xml' file.
> The bundle contains sources required for building the executables, server setup and test run. The files in the bundle should be placed into adapters/ and tests/ directories proposed in new BT infrastructure. Just unzip the bundle into the root dir of the new buildtest and follow instructions in README in the HARMONY-3501. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.