You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Virag Kothari (Created) (JIRA)" <ji...@apache.org> on 2012/04/05 18:22:23 UTC

[jira] [Created] (OOZIE-805) TestCoordSubmitXcommand failing

TestCoordSubmitXcommand failing
-------------------------------

                 Key: OOZIE-805
                 URL: https://issues.apache.org/jira/browse/OOZIE-805
             Project: Oozie
          Issue Type: Bug
            Reporter: Virag Kothari
            Assignee: Virag Kothari


URI was used in oozie-803 to get the path to write to a file. 
writer = new FileWriter(new URI(appPath).getPath()) 
However the above line missing at some places causing failure of some testcases

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-805) TestCoordSubmitXcommand failing

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

Virag Kothari updated OOZIE-805:
--------------------------------


For the patch committed in trunk with this JIRA ID (also available under the same JIRA ID in Apache ReviewBoard system), I grant license to ASF for inclusion in ASF works (as per the Apache License ยง5) 
                
> TestCoordSubmitXcommand failing
> -------------------------------
>
>                 Key: OOZIE-805
>                 URL: https://issues.apache.org/jira/browse/OOZIE-805
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> URI was used in oozie-803 to get the path to write to a file. 
> writer = new FileWriter(new URI(appPath).getPath()) 
> However the above line missing at some places causing failure of some testcases

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (OOZIE-805) TestCoordSubmitXcommand failing

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247336#comment-13247336 ] 

jiraposter@reviews.apache.org commented on OOZIE-805:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4660/
-----------------------------------------------------------

Review request for oozie.


Summary
-------

https://issues.apache.org/jira/browse/OOZIE-805


This addresses bug oozie-805.
    https://issues.apache.org/jira/browse/oozie-805


Diffs
-----

  trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java 1309630 

Diff: https://reviews.apache.org/r/4660/diff


Testing
-------

ran the testcase for coordsubmitx


Thanks,

Virag


                
> TestCoordSubmitXcommand failing
> -------------------------------
>
>                 Key: OOZIE-805
>                 URL: https://issues.apache.org/jira/browse/OOZIE-805
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> URI was used in oozie-803 to get the path to write to a file. 
> writer = new FileWriter(new URI(appPath).getPath()) 
> However the above line missing at some places causing failure of some testcases

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OOZIE-805) TestCoordSubmitXcommand failing

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250065#comment-13250065 ] 

jiraposter@reviews.apache.org commented on OOZIE-805:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4660/#review6799
-----------------------------------------------------------

Ship it!


+1

- Mohammad


On 2012-04-05 16:24:00, Virag Kothari wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4660/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-04-05 16:24:00)
bq.  
bq.  
bq.  Review request for oozie.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  https://issues.apache.org/jira/browse/OOZIE-805
bq.  
bq.  
bq.  This addresses bug oozie-805.
bq.      https://issues.apache.org/jira/browse/oozie-805
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    trunk/core/src/test/java/org/apache/oozie/command/coord/TestCoordSubmitXCommand.java 1309630 
bq.  
bq.  Diff: https://reviews.apache.org/r/4660/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  ran the testcase for coordsubmitx
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Virag
bq.  
bq.


                
> TestCoordSubmitXcommand failing
> -------------------------------
>
>                 Key: OOZIE-805
>                 URL: https://issues.apache.org/jira/browse/OOZIE-805
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> URI was used in oozie-803 to get the path to write to a file. 
> writer = new FileWriter(new URI(appPath).getPath()) 
> However the above line missing at some places causing failure of some testcases

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (OOZIE-805) TestCoordSubmitXcommand failing

Posted by "Virag Kothari (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Virag Kothari resolved OOZIE-805.
---------------------------------

    Resolution: Fixed
    
> TestCoordSubmitXcommand failing
> -------------------------------
>
>                 Key: OOZIE-805
>                 URL: https://issues.apache.org/jira/browse/OOZIE-805
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Virag Kothari
>            Assignee: Virag Kothari
>
> URI was used in oozie-803 to get the path to write to a file. 
> writer = new FileWriter(new URI(appPath).getPath()) 
> However the above line missing at some places causing failure of some testcases

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira