You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/10/13 12:55:50 UTC

[jira] Created: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

[bti][stress] stress adaptor soes not work for java location which contain spaces
---------------------------------------------------------------------------------

                 Key: HARMONY-4941
                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
             Project: Harmony
          Issue Type: Bug
          Components: build - test - ci
            Reporter: Alexei Fedotov


The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Commented: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Alexei Fedotov commented on HARMONY-4941:
-----------------------------------------

Да, патч залит правильно. (checking Russian language)

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch, fix_sysproperty.txt
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Updated: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Stepan Mishura updated HARMONY-4941:
------------------------------------

    Attachment: fix_sysproperty.txt

Hi, Alexei 

As I see stress adaptor passes not only 'tested.runtime' property. So if any other property value has spaces the build hit this issue again.
I suggest fixing them all using 'sysproperty' parameter. Please check if the patch (fix_sysproperty.txt) works for you.

Thanks,
Stepan.


> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch, fix_sysproperty.txt
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Assigned: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Stepan Mishura reassigned HARMONY-4941:
---------------------------------------

    Assignee: Stepan Mishura

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Commented: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Alexei Fedotov commented on HARMONY-4941:
-----------------------------------------

Yes, this is much better. Thanks for teaching me this useful command.

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch, fix_sysproperty.txt
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Resolved: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Stepan Mishura resolved HARMONY-4941.
-------------------------------------

    Resolution: Fixed

The patch was applied to BTI branch 2.0 at r585956. 
Please check that the build works as you expected.

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch, fix_sysproperty.txt
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Updated: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Alexei Fedotov updated HARMONY-4941:
------------------------------------

    Attachment: adapter.patch

The patch replaces <arg line=""/> with <arg value=""/>.

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>         Attachments: adapter.patch
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Commented: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Alexei Fedotov commented on HARMONY-4941:
-----------------------------------------

The tests started on Linux.

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch, fix_sysproperty.txt
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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


[jira] Closed: (HARMONY-4941) [bti][stress] stress adaptor soes not work for java location which contain spaces

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

Stepan Mishura closed HARMONY-4941.
-----------------------------------


Verified by Alexei.

> [bti][stress] stress adaptor soes not work for java location which contain spaces
> ---------------------------------------------------------------------------------
>
>                 Key: HARMONY-4941
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4941
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Alexei Fedotov
>            Assignee: Stepan Mishura
>         Attachments: adapter.patch, fix_sysproperty.txt
>
>
> The property -Dtested.runtime=@{jvm} is broken into two while passed to the stress test suite by the adapter if the JVM path contains a space. I also wonder why tested.runtime property is set to RI, but this is not the subject of this issue.

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