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 Beliaev (JIRA)" <ji...@apache.org> on 2007/08/01 12:30:53 UTC

[jira] Created: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

[buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
--------------------------------------------------------------------------

                 Key: HARMONY-4588
                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
             Project: Harmony
          Issue Type: Sub-task
          Components: build - test - ci
            Reporter: Vladimir Beliaev


One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.

There are two possible solutions here:

1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.

2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.

Thanks
Vladimir Beliaev

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


[jira] Updated: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

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

Vladimir Beliaev updated HARMONY-4588:
--------------------------------------

    Attachment: HARMONY-4588-2-files.patch

The attached patch (HARMONY-4588-2-files.patch) fills the EUT33 adaptors files with content. Namely:

1. EUT.BTI.README.txt - it says almost nothing and points to adaptors/eut/EUT.BTI.README.txt file.

2. adaptor.xml - it is 99% the same to adaptors/eut/adaptor.xml. Still both eut & eut33 test suites use the tests/eut directory content. This content is accessed as ${test.sources.dir}/${suite.name} so it is changed to ${test.sources.dir}/eut.

I still did not reuse adaptors/eut/adaptor.xml because this adaptor.xml accesses CC-specific files by ${suite.name} property (which is 'eut' for EUT32 and 'eut33' for EUT33) - like ${results.dir}/${suite.name}. I did not "parametrize" existing EUT32 adaptros - I think this would break readability which is worse then duplication...

3. parameters.xml - is also quite close to EUT32 one - just chages version to 3.3 and URLs to download SDK and Tests.

Thanks
Vladimir Beliaev

> [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4588
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>            Reporter: Vladimir Beliaev
>         Attachments: HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-2-files.patch
>
>
> One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.
> There are two possible solutions here:
> 1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.
> 2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.
> Thanks
> Vladimir Beliaev

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


[jira] Updated: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

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

Vladimir Beliaev updated HARMONY-4588:
--------------------------------------

    Attachment: HARMONY-4588-1-EUT33-bti.sh

The attached HARMONY-4588-1-EUT33-bti.sh script creates adaptros/eut33 test suite directory & related (empty ) files.

I.e. the proposal is to keep existing "adaptors/eut" directory for EUT32 test suite (which may be not quite right because the default target for Harmony is to be EUT33)...

If you have a better solution - you are really welcome :)

> [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4588
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>            Reporter: Vladimir Beliaev
>         Attachments: HARMONY-4588-1-EUT33-bti.sh
>
>
> One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.
> There are two possible solutions here:
> 1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.
> 2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.
> Thanks
> Vladimir Beliaev

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


[jira] Resolved: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

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

Alexey Varlamov resolved HARMONY-4588.
--------------------------------------

    Resolution: Fixed

Applied at r563457, thanks!

> [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4588
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>            Reporter: Vladimir Beliaev
>            Assignee: Alexey Varlamov
>         Attachments: HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-2-files.patch
>
>
> One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.
> There are two possible solutions here:
> 1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.
> 2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.
> Thanks
> Vladimir Beliaev

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


[jira] Updated: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

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

Vladimir Beliaev updated HARMONY-4588:
--------------------------------------

    Attachment: HARMONY-4588-1-EUT33-bti.sh

> [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4588
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>            Reporter: Vladimir Beliaev
>         Attachments: HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-2-files.patch
>
>
> One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.
> There are two possible solutions here:
> 1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.
> 2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.
> Thanks
> Vladimir Beliaev

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


[jira] Updated: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

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

Vladimir Beliaev updated HARMONY-4588:
--------------------------------------

    Patch Info: [Patch Available]

> [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4588
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>            Reporter: Vladimir Beliaev
>         Attachments: HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-2-files.patch
>
>
> One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.
> There are two possible solutions here:
> 1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.
> 2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.
> Thanks
> Vladimir Beliaev

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


[jira] Assigned: (HARMONY-4588) [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files

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

Alexey Varlamov reassigned HARMONY-4588:
----------------------------------------

    Assignee: Alexey Varlamov

> [buildtest][eut] EUT3.3 integration to BTI - adaptors and parameters files
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-4588
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4588
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>            Reporter: Vladimir Beliaev
>            Assignee: Alexey Varlamov
>         Attachments: HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-1-EUT33-bti.sh, HARMONY-4588-2-files.patch
>
>
> One needs to create the adaptors & parameters for EUT3.3 to get it integrated to BTI2.0.
> There are two possible solutions here:
> 1. copy/paste existing adaptors\eut files to adaptors\eut33 directory and update parameters files for EUT3.3 version. There will be ~90% of duplicating information in these two directires.
> 2. avoid duplication and made adaptors\eut33 reusing data from adaptors\eut directory. For now I have no idea what way this can be done. So looks like the way #1 will be chosen to get EUT3.3 integrated to BTI ASAP.
> Thanks
> Vladimir Beliaev

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