Unit test issue and unauthorized communication
Today we were getting an error while running a unit test on an Oracle data access service, the error was that the Oracle Driver could not be found.
We found that McAfee was blocking a port everytime we ran the test;
Blocked by port blocking rule C:\Program Files (x86)\JetBrains\ReSharper\v5.1\Bin\JetBrains.ReSharper.TaskRunner.MSIL.exe Anti-virus Standard Protection:Prevent mass mailing worms from sending mail
After disabling Resharper, the tests completed with no errors:
Was it really trying to send a email, if so we may have to stop using resharper as unauthorized access to Email is not acceptable!
Also what may have caused this issue?
Please sign in to leave a comment.
Hello David,
JetBrains.ReSharper.TaskRunner.MSIL.exe should not send e-mails by itself.
Is this behavior reproducible? Does this happen with any test or only with
a particular one? Could you please also check if this doesn't happen if you
run the tests with console runner? Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"