Hi Jason,
This email is not directly related to the problem you are trying to resolve.
Is the folder "/var/log/drill" configurable? I am currently doing the setup
for Windows and if the above path is hard coded in the application, I may have
problems running the tests in Windows platform.
Warm regards,
Ravi
> From: [email protected]
> Date: Fri, 27 Dec 2013 16:20:18 -0600
> Subject: problems running tests in IntelliJ
> To: [email protected]
>
> hello All,
>
> I was running a full build before pushing a patch when I ran into a problem
> with the build.
>
> Three of the tests were having trouble creating a file in /var/log/drill/
>
> After creating the directory and giving it 777 permissions I am able to run
> the tests in the command line, but IntelliJ is still having trouble running
> the tests.
>
> Can anyone using IntelliJ try running
> the TestTraceMultiRecordBatch.testFilter test?
>
> As an aside, would it be worth adding the directory creation to the build
> and require elevated permissions? Its not a large problem, but I believe
> anyone trying to clone master right now will have to read the failed build
> log and figure out they need to create the directory.
>
> - Jason Altekruse