Thank you so much Felix for your information. Now it's working :)
-----Original Message----- From: Felix Schumacher [mailto:[email protected]] Sent: Friday, February 1, 2019 2:09 AM To: [email protected] Subject: Re: Ant test command is not executing successfully Am 30.01.19 um 10:32 schrieb Sanjay Chaurasia: > Hi team, > > I am getting following error while running ant test command. > > BUILD FAILED > C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2946: The following > error occurred while executing this line: > C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:2871: CSV Files are > not identical. > C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\testfiles\Bug52310. > csv > ComputeIPAddr,200,OK,TG2 1-1,text,true > HTTP-Request-HC31,200,OK,TG2 1-1,text,true > HTTP-Request-HC4,200,OK,TG2 1-1,text,true > > C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\bin\Bug52310.csv > ComputeIPAddr,200,OK,TG2 1-1,text,true HTTP-Request-HC31,Non > HTTP response code: java.net.SocketException,Non HTTP response > message: Network is unreachable: connect,TG2 1-1,text,false > HTTP-Request-HC4,Non HTTP response code: java.net.SocketException,Non > HTTP response message: Network is unreachable: connect,TG2 > 1-1,text,false > > Please provide some solution to resolve the same. This can happen, when you don't have "proper" access to the internet (say, you are behind a corporate proxy). In that case you can skip the test 52310 by adding the line skip.bug52319=true to your build-local.properties file (that resides inside the same directory as your build.xml). For more options that might be useful for problematic builds have a look at the file README.md in the section Build instructions. Regards, Felix > > Thanks & Regards, > Sanjay Chaurasia > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
