[
https://issues.apache.org/jira/browse/HDFS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Boudnik updated HDFS-584:
------------------------------------
Attachment: HDFS-584.patch
Thanks for catching this, Nicholas!
It isn't a delete problem though. It happens because {{subant}} is trying to
set output while {{init}} target hasn't ran for {{injectfaults}} yet. Thus,
{{build-fi}} folder hasn't been created yet.
Delete, on the other hand doesn't care about missing file. It simply states
this fact as in {{ [delete] Could not find file
/Users/cos/work/Common/build-fi/compile-fi.log to delete.}}
This new version of the patch takes care about this case.
> Fail the fault-inject build if any advices are mis-bound
> --------------------------------------------------------
>
> Key: HDFS-584
> URL: https://issues.apache.org/jira/browse/HDFS-584
> Project: Hadoop HDFS
> Issue Type: Improvement
> Reporter: Konstantin Boudnik
> Assignee: Konstantin Boudnik
> Attachments: HDFS-584.patch, HDFS-584.patch, HDFS-584.patch
>
>
> Whenever AspectJ compiler can't bind an advice it issues a warning message,
> but the build process isn't failing because of it.
> The build has to fail though, because mis-bound advices lead to failing tests
> which are hard to explain otherwise.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.