Re: HCatalog tests create test output inside source code folders fails rat

2020-06-18 Thread Zoltan Haindrich
Hey Jagat! On 6/18/20 6:20 AM, Jagat Singh wrote: I can raise PR for the annoyance I faced. Cool, that would be great! I am not sure what is the best end action we want to after checking that the working tree is clean or not, do you see that we just display the message in Gradle or actually

Re: HCatalog tests create test output inside source code folders fails rat

2020-06-17 Thread Jagat Singh
Thanks, Zoltan, I can raise PR for the annoyance I faced. I am not sure what is the best end action we want to after checking that the working tree is clean or not, do you see that we just display the message in Gradle or actually doing something with those files? Thanks in advance, Jagat Singh

Re: HCatalog tests create test output inside source code folders fails rat

2020-06-17 Thread Zoltan Haindrich
Hey Jagat! Yeah; this looks pretty annoying...I think these are some ancient tests; I don't think those files should be there; this should be fixed. Could you file a jira to fix it? I think after running the tests we might want to also add a check that the worktree is clean. cheers, Zoltan O

HCatalog tests create test output inside source code folders fails rat

2020-06-14 Thread Jagat Singh
Hello all, Currently, this line makes test output data to be produced inside the folders which are not under rat exclude condition, This makes the rat checks due to the absence of License files. Is this intentional or should it be fixed? Ideally, the test output data should not stay inside the cur