RE: 131 tests are getting failed while running "ant test" command

2019-02-04 Thread Sanjay Chaurasia
Currently I am running in windows environment.

I am not getting which default character encoding set you are asking for.

If this is encoding problem please suggest where I can set the correct encoding 
to get it resolved.

-Original Message-
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] 
Sent: Tuesday, February 5, 2019 12:16 PM
To: JMeter Users List 
Subject: RE: 131 tests are getting failed while running "ant test" command



Am 5. Februar 2019 07:02:14 MEZ schrieb Sanjay Chaurasia 
:
>Please find below "ant test" logs
>
>[java] junit.framework.AssertionFailedError: One or more subtests 
>failed
> [java]at junit.framework.Assert.fail(Assert.java:57)
> [java]at junit.framework.TestCase.fail(TestCase.java:227)
>[java] at
>org.apache.jmeter.resources.PackageTest.check(PackageTest.java:228)
>[java] at
>org.apache.jmeter.resources.PackageTest.check(PackageTest.java:172)
>[java] at
>org.apache.jmeter.resources.PackageTest.testLang(PackageTest.java:329)
>[java] at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
>[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>Source)
> [java]at java.lang.reflect.Method.invoke(Unknown Source)
> [java]at junit.framework.TestCase.runTest(TestCase.java:176)
> [java]at junit.framework.TestCase.runBare(TestCase.java:141)
>   [java]  at junit.framework.TestResult$1.protect(TestResult.java:122)
>[java] at junit.framework.TestResult.runProtected(TestResult.java:142)
> [java]at junit.framework.TestResult.run(TestResult.java:125)
> [java]at junit.framework.TestCase.run(TestCase.java:129)
> [java]at junit.framework.TestSuite.runTest(TestSuite.java:252)
> [java]at junit.framework.TestSuite.run(TestSuite.java:247)
> [java]at junit.framework.TestSuite.runTest(TestSuite.java:252)
> [java]at junit.framework.TestSuite.run(TestSuite.java:247)
>[java] at
>org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
> [java]at org.junit.runners.Suite.runChild(Suite.java:128)
> [java]at org.junit.runners.Suite.runChild(Suite.java:27)
> [java]at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>[java] at
>org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>[java] at
>org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>[java] at
>org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>[java] at
>org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   [java]  at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> [java]at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
> [java]at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
>[java] at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
> [java] FAILURES!!!
> [java] Tests run: 3312,  Failures: 130 [java] 
>.E...
> [java] Time: 4.468
> [java] There was 1 failure:
>[java] 1)
>testUnEscapeHtml2(org.apache.jmeter.functions.TestSimpleFunctions)
>[java] org.junit.ComparisonFailure: expected:<> but 
>was:<>

What is your default character encoding set to? On Linux this would be the 
content of the environment variable LANG.

Regards,
 Felix 

>
>
>-Original Message-
>From: Felix Schumacher [mailto:felix.schumac...@internetallee.de]
>Sent: Tuesday, February 5, 2019 11:26 AM
>To: JMeter Users List 
>Subject: Re: 131 tests are getting failed while running "ant test"
>command
>
>
>
>Am 5. Februar 2019 04:21:24 MEZ schrieb Sanjay Chaurasia
>:
>>Hi team,
>>
>>I am following https://jmeter.apache.org/building (building and 
>>contributing to Jmeter) page to submit my patch.
>>
>>I have successfully run "ant package-and-check" command.
>>
>>But while running "ant test" command there are almost 131(130+1)
>tests
>>getting failed. Screenshot  is given below.
>>
>>[cid:image001.jpg@01D4BD2F.D95584C0]
>
>Images are often stripped by the mailing list - as in this case. It is 
>better to ibis those messages as text.
>
>Regards,
> Felix
>
>>
>>I have few queries regarding the same.
>>
>>
>>* Can we run "ant test" command successfully on our local
>>machine.
>>
>>* If yes, how can we achieve this because there are lots of
>>assertion errors in following  5 files.
>>
>>
>>
>>1.   TestSimpleFunctions.java
>>
>>2.   BinaryMessageRendererTest.java
>>
>>3.   ObjectMessageRendererTest.java
>>
>>4.   TextMessageRendererTest.java
>>
>>5.   MessageRendererTest.java
>>
>>Please suggest some solution to resolve the same.
>>
>>
>>Regards,
>>Sanjay Chaurasia
>
>-
>To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
>For additional commands, e-mail: user-h...@jmeter.apache.org


RE: 131 tests are getting failed while running "ant test" command

2019-02-04 Thread Felix Schumacher



Am 5. Februar 2019 07:02:14 MEZ schrieb Sanjay Chaurasia 
:
>Please find below "ant test" logs
>
>[java] junit.framework.AssertionFailedError: One or more subtests
>failed
> [java]at junit.framework.Assert.fail(Assert.java:57)
> [java]at junit.framework.TestCase.fail(TestCase.java:227)
>[java] at
>org.apache.jmeter.resources.PackageTest.check(PackageTest.java:228)
>[java] at
>org.apache.jmeter.resources.PackageTest.check(PackageTest.java:172)
>[java] at
>org.apache.jmeter.resources.PackageTest.testLang(PackageTest.java:329)
>[java] at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source)
>[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
>Source)
> [java]at java.lang.reflect.Method.invoke(Unknown Source)
> [java]at junit.framework.TestCase.runTest(TestCase.java:176)
> [java]at junit.framework.TestCase.runBare(TestCase.java:141)
>   [java]  at junit.framework.TestResult$1.protect(TestResult.java:122)
>[java] at junit.framework.TestResult.runProtected(TestResult.java:142)
> [java]at junit.framework.TestResult.run(TestResult.java:125)
> [java]at junit.framework.TestCase.run(TestCase.java:129)
> [java]at junit.framework.TestSuite.runTest(TestSuite.java:252)
> [java]at junit.framework.TestSuite.run(TestSuite.java:247)
> [java]at junit.framework.TestSuite.runTest(TestSuite.java:252)
> [java]at junit.framework.TestSuite.run(TestSuite.java:247)
>[java] at
>org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
> [java]at org.junit.runners.Suite.runChild(Suite.java:128)
> [java]at org.junit.runners.Suite.runChild(Suite.java:27)
> [java]at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>[java] at
>org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>[java] at
>org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>[java] at
>org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>[java] at
>org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   [java]  at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> [java]at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
> [java]at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
>[java] at org.apache.jorphan.test.AllTests.main(AllTests.java:219)
> [java] FAILURES!!!
> [java] Tests run: 3312,  Failures: 130
>[java]
>.E...
> [java] Time: 4.468
> [java] There was 1 failure:
>[java] 1)
>testUnEscapeHtml2(org.apache.jmeter.functions.TestSimpleFunctions)
>[java] org.junit.ComparisonFailure: expected:<> but
>was:<>

What is your default character encoding set to? On Linux this would be the 
content of the environment variable LANG.

Regards, 
 Felix 

>
>
>-Original Message-
>From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] 
>Sent: Tuesday, February 5, 2019 11:26 AM
>To: JMeter Users List 
>Subject: Re: 131 tests are getting failed while running "ant test"
>command
>
>
>
>Am 5. Februar 2019 04:21:24 MEZ schrieb Sanjay Chaurasia
>:
>>Hi team,
>>
>>I am following https://jmeter.apache.org/building (building and 
>>contributing to Jmeter) page to submit my patch.
>>
>>I have successfully run "ant package-and-check" command.
>>
>>But while running "ant test" command there are almost 131(130+1) 
>tests 
>>getting failed. Screenshot  is given below.
>>
>>[cid:image001.jpg@01D4BD2F.D95584C0]
>
>Images are often stripped by the mailing list - as in this case. It is
>better to ibis those messages as text. 
>
>Regards,
> Felix 
>
>>
>>I have few queries regarding the same.
>>
>>
>>* Can we run "ant test" command successfully on our local
>>machine.
>>
>>* If yes, how can we achieve this because there are lots of
>>assertion errors in following  5 files.
>>
>>
>>
>>1.   TestSimpleFunctions.java
>>
>>2.   BinaryMessageRendererTest.java
>>
>>3.   ObjectMessageRendererTest.java
>>
>>4.   TextMessageRendererTest.java
>>
>>5.   MessageRendererTest.java
>>
>>Please suggest some solution to resolve the same.
>>
>>
>>Regards,
>>Sanjay Chaurasia
>
>-
>To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
>For additional commands, e-mail: user-h...@jmeter.apache.org

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: 131 tests are getting failed while running "ant test" command

2019-02-04 Thread Felix Schumacher



Am 5. Februar 2019 04:21:24 MEZ schrieb Sanjay Chaurasia 
:
>Hi team,
>
>I am following https://jmeter.apache.org/building (building and
>contributing to Jmeter) page to submit my patch.
>
>I have successfully run "ant package-and-check" command.
>
>But while running "ant test" command there are almost 131(130+1)  tests
>getting failed. Screenshot  is given below.
>
>[cid:image001.jpg@01D4BD2F.D95584C0]

Images are often stripped by the mailing list - as in this case. It is better 
to ibis those messages as text. 

Regards, 
 Felix 

>
>I have few queries regarding the same.
>
>
>* Can we run "ant test" command successfully on our local
>machine.
>
>* If yes, how can we achieve this because there are lots of
>assertion errors in following  5 files.
>
>
>
>1.   TestSimpleFunctions.java
>
>2.   BinaryMessageRendererTest.java
>
>3.   ObjectMessageRendererTest.java
>
>4.   TextMessageRendererTest.java
>
>5.   MessageRendererTest.java
>
>Please suggest some solution to resolve the same.
>
>
>Regards,
>Sanjay Chaurasia

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



131 tests are getting failed while running "ant test" command

2019-02-04 Thread Sanjay Chaurasia
Hi team,

I am following https://jmeter.apache.org/building (building and contributing to 
Jmeter) page to submit my patch.

I have successfully run "ant package-and-check" command.

But while running "ant test" command there are almost 131(130+1)  tests getting 
failed. Screenshot  is given below.

[cid:image001.jpg@01D4BD2F.D95584C0]

I have few queries regarding the same.


* Can we run "ant test" command successfully on our local machine.

* If yes, how can we achieve this because there are lots of assertion 
errors in following  5 files.



1.   TestSimpleFunctions.java

2.   BinaryMessageRendererTest.java

3.   ObjectMessageRendererTest.java

4.   TextMessageRendererTest.java

5.   MessageRendererTest.java

Please suggest some solution to resolve the same.


Regards,
Sanjay Chaurasia



Re: Possible typo in "Best practices"

2019-02-04 Thread Philippe Mouawad
Hello Ivan,
Thanks, fixed by last commit.

Regards

Let me know, otherwise I'll fix it

On Mon, Feb 4, 2019 at 3:41 PM Ivan Rancati  wrote:

> Good afternoon,
>
> in the "16.11 Parameterising tests" section
>
> https://jmeter.apache.org/usermanual/best-practices.html#parameterising_tests
>
> there is an extra closing brace when showing how to use the property that
> has been passed on the command line, i.e.
> LOOPS=${__P(loops,10))}.
> should be, I think:
> LOOPS=${__P(loops,10)}.
>
> I'll be happy to enter an issue in Bugzilla if it helps
>
> Thanks and best regards,
> Ivan
>


-- 
Cordialement.
Philippe Mouawad.


Possible typo in "Best practices"

2019-02-04 Thread Ivan Rancati
Good afternoon,

in the "16.11 Parameterising tests" section
https://jmeter.apache.org/usermanual/best-practices.html#parameterising_tests

there is an extra closing brace when showing how to use the property that
has been passed on the command line, i.e.
LOOPS=${__P(loops,10))}.
should be, I think:
LOOPS=${__P(loops,10)}.

I'll be happy to enter an issue in Bugzilla if it helps

Thanks and best regards,
Ivan