Description in HLS_Sampler, select LIVE STREAM. Does jmeter automatically fetch the latest m3u8 every once in a while?

2019-02-11 Thread 1336230737
Description in HLS_Sampler, select LIVE STREAM. Does jmeter automatically fetch 
the latest m3u8 every once in a while?

HLS_Sampler question

2019-02-11 Thread 1336230737
I ran into a performance test problem with the streaming live HLS protocol. I 
have an address: http://test.xxx.live.xxx.video.cn/xxx/11.m3u8. How I need to 
use HLS_Sampler for performance testing.

Jmeter Kerberos authentication with SPNEGO

2019-02-11 Thread peter.is...@contractor.dimensional.com
Has anyone been successful in getting Jmeter to authenticate on a Windows 
client with a Windows server using "Negotiate" and Kerberos? This would look 
like a four step handshake in which the server responds first with a 302 
re-direct, then twice with  401, Unauthorized, and finally with a 200, OK as 
the client sends progressively more security information.

If not, has anyone determined that this does not work work in Jmeter?

I can configure my HTTP Authorization Manager, and krb5.conf and jaas.conf 
files, but Jmeter will not respond to the challenge from the server. I am not 
seeing any Java exceptions. However, in the Jmeter log, for each of the last 
three request/response pairs, I see:

DEBUG o.a.h.i.c.TargetAuthenticationStrategy: Authentication schemes in the 
order of preference: [Negotiate, Kerberos, NTLM, CredSSP, Digest, Basic]
DEBUG o.a.h.i.c.TargetAuthenticationStrategy: Challenge for Kerberos 
authentication scheme not available
DEBUG o.a.h.i.c.TargetAuthenticationStrategy: Challenge for CredSSP 
authentication scheme not available
DEBUG o.a.h.i.c.TargetAuthenticationStrategy: Challenge for Digest 
authentication scheme not available
DEBUG o.a.h.i.c.TargetAuthenticationStrategy: Challenge for Basic 
authentication scheme not available
Thanks.
This message and any attachments (the "Message") may contain confidential, 
proprietary and/or privileged information and are only for their intended 
recipient(s). If you are not the intended recipient, you should notify the 
sender and delete the Message. E-mail transmissions cannot be guaranteed to be 
secure or error-free. This Message is provided for information purposes and 
should not be construed as a solicitation or offer to buy or sell any 
securities or financial instruments, or to provide investment advice in any 
jurisdiction where the sender is not properly licensed or permitted to do so. 
This Message is subject to additional conditions and restrictions. Please read 
them here: https://legal.dimensional.com/email The sender of this Message is an 
independent contractor or consultant engaged by Dimensional Fund Advisors LP, 
its subsidiaries and/or affiliates (collectively, "DFA") for a limited purpose. 
The sender is not an employee, officer or director of DFA, and does not have 
the authority to enter into any agreement or undertaking on behalf of DFA or 
bind DFA in any way. Any questions concerning the authority of the sender 
should be directed to an appropriate officer or employee of DFA. For a list of 
DFA officers, please use this link: https://us.dimensional.com/firm/leadership


Re: Configure Filename in UI

2019-02-11 Thread glin...@live.com
I doubt that you find this useful for storing "the input of your choice",
consider using  Sample Variables
 
property instead which allows storing the value of an arbitrary  JMeter
Variable    into a .jtl
results file. 

With regards to your question itself, *Filename* column holds the value of
the output file which can be specified in the  Save Responses to a file
listener

  
which some people use to save the output of JMeter samplers - see 
Performance Testing: Upload and Download Scenarios with Apache JMeter

  
article for more details.  



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

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



Re: JMeter 5.1 Release Date?

2019-02-11 Thread Philippe Mouawad
Hello,
5.1 is in release process.
RC1 changes:
http://home.apache.org/~milamber/jmeter-5.1RC1/docs/changes.html
RC1 distribution (temporary link during release process):
https://dist.apache.org/repos/dist/dev/jmeter/v5.1_RC1/

It would be nice if you could use it starting from now and report any issue
faced within 2 upcoming days (release process started yesterday and lasts 3
days)
We are currently testing it and will vote.
If no issue is discovered, RC1 will be the final release and 5.1 will be
available in 3 days.

Regards
Philippe M.
Co-Author of Master JMeter : From Load test to DevOps
https://leanpub.com/master-jmeter-from-load-test-to-devops

On Mon, Feb 11, 2019 at 6:07 PM Eddie O'Sullivan  wrote:

> Hi all,
>
> Just wondering is there a target date from when JMeter 5.1 will be
> released?
>
> The bug https://bz.apache.org/bugzilla/show_bug.cgi?id=63055 is preventing
> us in moving to the 5.0 version.
>
> Thanks in advance,
> Eddie
>


JMeter 5.1 Release Date?

2019-02-11 Thread Eddie O'Sullivan
Hi all,

Just wondering is there a target date from when JMeter 5.1 will be released?

The bug https://bz.apache.org/bugzilla/show_bug.cgi?id=63055 is preventing
us in moving to the 5.0 version.

Thanks in advance,
Eddie


unable to run command "git push origin BUGID" command

2019-02-11 Thread Sanjay Chaurasia
Dear All,

I am following https://jmeter.apache.org/building.html page to create a PR 
using GIT.

While running "git push origin BUGID" command I am getting following error. It 
looks like I don't have permission to run this command.

D:\git\jmeter>git push origin 63590
fatal: HttpRequestException encountered.
   An error occurred while sending the request.

Unhandled Exception: System.ObjectDisposedException: Cannot access a closed file
.
   at System.IO.__Error.FileNotOpen()
   at System.IO.FileStream.Flush(Boolean flushToDisk)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at Microsoft.Alm.Git.Trace.Microsoft.Alm.Git.ITrace.Flush()
   at Microsoft.Alm.Cli.Program.Die(String message)
   at Microsoft.Alm.Cli.Program.Die(Exception exception)
   at Microsoft.Alm.Cli.Program.Main(String[] args)
Username for 'https://github.com': sanjaychaurasia
Password for 'https://sanjaychaura...@github.com':
remote: Permission to apache/jmeter.git denied to sanjaychaurasia.
fatal: unable to access 'https://github.com/apache/jmeter/': The requested URL 
returned error: 403

If anyone have idea, please provide some solution for the same.

Regards,
Sanjay Chaurasia



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

2019-02-11 Thread Sanjay Chaurasia
Dear Felix,

Hope you are doing well !

Thank you for your concern.

Regards,
Sanjay Chaurasia


-Original Message-
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] 
Sent: Friday, February 8, 2019 1:25 AM
To: user@jmeter.apache.org
Subject: Re: 131 tests are getting failed while running "ant test" command


Am 07.02.19 um 09:59 schrieb Sanjay Chaurasia:
> Dear Felix,
>
> Thank you for your response. I have set the character encoding in the 
> environment variable as you suggested.
>   JAVA_TOOL_OPTIONS to -Dfile.encoding=UTF8.
>   
> 8 tests, which were getting failed, have been passed.
>
> Still there are 122 tests are getting failed. And all tests have same 
> root cause. Please have a look below log
>
> [java] 122) testLang(org.apache.jmeter.resources.PackageTest)

That still seems to be the same problem, that your environment has the wrong 
encoding for the files.

As I am no expert for windows based systems, so I would not be able to give you 
any more advise here. Maybe someone else can help you.

Sorry,

  Felix

>   [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: 122
>   [java] 
> 
>   [java] Time: 4.329
>   [java] OK (80 tests)
>   [java] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>
> BUILD FAILED
> C:\Users\sanjay.chaurasia\Desktop\jmeter\trunk\build.xml:3181: Java 
> returned: 1
>
> If you have any idea of the root cause, please share.
> I will be highly grateful to you.
>
>
> Regards,
> Sanjay Chaurasia
>
> -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)
>>