You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2009/11/12 07:37:39 UTC

[jira] Created: (AVRO-193) "ant test-avroj" fails on Ubuntu 9.10

"ant test-avroj" fails on Ubuntu 9.10
-------------------------------------

                 Key: AVRO-193
                 URL: https://issues.apache.org/jira/browse/AVRO-193
             Project: Avro
          Issue Type: Bug
         Environment: Ubuntu 9.10
            Reporter: Thiruvalluvan M. G.
            Assignee: Thiruvalluvan M. G.


"ant test-avroj" fails because mktemp's template in src/test/bin/test_avroj.sh does not have Xs. The accompanying patch fixes it.

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


[jira] Updated: (AVRO-193) "ant test-avroj" fails on Ubuntu 9.10

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

Doug Cutting updated AVRO-193:
------------------------------

    Attachment: AVRO-193.patch

Thanks for finding this, Thiru!  Your patch works for me.

However we've sometimes had trouble in the past when using /tmp.  Might it be better to use build/test like the other tests?

Also, it would be safest to pass paths down from ant.

Plus, it will make things easier to debug if the test output directory remains.  So we should remove it before the tests, to start with a clean slate, and leave it after, since it's in build/ and will be removed by 'ant clean'.

And finally, it's redundant to both echo every line and echo informative messages.

Here's a new version that addresses all of these.

> "ant test-avroj" fails on Ubuntu 9.10
> -------------------------------------
>
>                 Key: AVRO-193
>                 URL: https://issues.apache.org/jira/browse/AVRO-193
>             Project: Avro
>          Issue Type: Bug
>         Environment: Ubuntu 9.10
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-193.patch, AVRO-193.patch
>
>
> "ant test-avroj" fails because mktemp's template in src/test/bin/test_avroj.sh does not have Xs. The accompanying patch fixes it.

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


[jira] Updated: (AVRO-193) "ant test-avroj" fails on Ubuntu 9.10

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

Doug Cutting updated AVRO-193:
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0
           Status: Resolved  (was: Patch Available)

I just committed this.

> "ant test-avroj" fails on Ubuntu 9.10
> -------------------------------------
>
>                 Key: AVRO-193
>                 URL: https://issues.apache.org/jira/browse/AVRO-193
>             Project: Avro
>          Issue Type: Bug
>         Environment: Ubuntu 9.10
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>             Fix For: 1.3.0
>
>         Attachments: AVRO-193.patch, AVRO-193.patch
>
>
> "ant test-avroj" fails because mktemp's template in src/test/bin/test_avroj.sh does not have Xs. The accompanying patch fixes it.

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


[jira] Updated: (AVRO-193) "ant test-avroj" fails on Ubuntu 9.10

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-193:
-------------------------------------

    Attachment: AVRO-193.patch

> "ant test-avroj" fails on Ubuntu 9.10
> -------------------------------------
>
>                 Key: AVRO-193
>                 URL: https://issues.apache.org/jira/browse/AVRO-193
>             Project: Avro
>          Issue Type: Bug
>         Environment: Ubuntu 9.10
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-193.patch
>
>
> "ant test-avroj" fails because mktemp's template in src/test/bin/test_avroj.sh does not have Xs. The accompanying patch fixes it.

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


[jira] Commented: (AVRO-193) "ant test-avroj" fails on Ubuntu 9.10

Posted by "Philip Zeyliger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AVRO-193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12777086#action_12777086 ] 

Philip Zeyliger commented on AVRO-193:
--------------------------------------

+1 on Doug's patch.

> "ant test-avroj" fails on Ubuntu 9.10
> -------------------------------------
>
>                 Key: AVRO-193
>                 URL: https://issues.apache.org/jira/browse/AVRO-193
>             Project: Avro
>          Issue Type: Bug
>         Environment: Ubuntu 9.10
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-193.patch, AVRO-193.patch
>
>
> "ant test-avroj" fails because mktemp's template in src/test/bin/test_avroj.sh does not have Xs. The accompanying patch fixes it.

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


[jira] Updated: (AVRO-193) "ant test-avroj" fails on Ubuntu 9.10

Posted by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AVRO-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiruvalluvan M. G. updated AVRO-193:
-------------------------------------

    Status: Patch Available  (was: Open)

> "ant test-avroj" fails on Ubuntu 9.10
> -------------------------------------
>
>                 Key: AVRO-193
>                 URL: https://issues.apache.org/jira/browse/AVRO-193
>             Project: Avro
>          Issue Type: Bug
>         Environment: Ubuntu 9.10
>            Reporter: Thiruvalluvan M. G.
>            Assignee: Thiruvalluvan M. G.
>         Attachments: AVRO-193.patch
>
>
> "ant test-avroj" fails because mktemp's template in src/test/bin/test_avroj.sh does not have Xs. The accompanying patch fixes it.

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