How to resolve HTTP Status-Code=409 conflict error in vugen replay? - performance-testing

Dear Team,
Can I have any work around to resolve the said issue?
Getting
HTTP Status-Code=409 conflict error
during script replay.
I have tried all the run time settings.
Correlated all the dynamic values.
Played with all recording modes.
Kindly share your valuable suggestions/ideas/workarounds to fix the same.
Thanks in advance.
Yasir.

Checking for expected results on each step?
Branching test execution when the expected result does not appear as expected?

Related

cutoff error using custom kernel in Smooth.ppp

I need to use a custom kernel with the Smooth function, but attempting this throws an error even though I specify cutoff:
Error: The argument ‘cutoff’ is required when a non-Gaussian kernel is specified and scalekernel=FALSE
n=4; PPP=ppp(rep(1:n,n),rep(1:n,each=n), c(1,n),c(1,n), marks=1:n^2);
Smooth.ppp(PPP,cutoff=50,kernel=gaussian,at="points")
Here is a toy example that makes the same error. I'm not 100% sure whether this is an error or something that's unintuitive to me. Thank you!!
This is a bug. Thank you for bringing it to our attention.
It has been fixed in the development version of spatstat.core (2.4-2.003) which is available at the GitHub repository
The bug only affects the case where kernel is a function, at="points", and scalekernel=FALSE. In the meantime you can get the desired result by either
Adding scalekernel=TRUE and sigma=1, or
Deleting at="points" so that the result is a pixel image Z say, and extracting the desired values by Z[PPP].

Taurus PassFail Issues when testing Jmeter.jmx script

So I'm learning a little bit about Taurus and was trying to apply some pass fail criteria to my .jmx script. When I try to evaluate a specific sampler, it seems to not run the pass fail criteria at all, but if I were to do a simple avg-rt > 10s, continue as failed , this works, but the issue is I want to evaluate each sampler specifically.
Here is a screenshot of my .yml file
I was using this link as reference to follow but I can't seem to get it to work with my script.
https://dzone.com/articles/running-your-load-tests-with-pass-fail-criteria-a
Any help and advice would be appreciated :)
Thank you!
For me it seems to run pass/fail criteria
As you like screenshots here is the screenshot of Taurus YAML file:
And here is the screenshot of "test.jmx" which basically uses simple single Dummy Sampler:
Just in case here is the link to the official documentation of the subsystem: Pass/Fail Criteria
So the issue was that spaces matter lol.
rewriting it as avg-rt of first_navigate>1s, continue as failed does the trick :)

linuxdeployqt argument list too long

I am making a bash file in order to resolve all my qt app dependencies without having to do it manually. This is my code within the message it is giving me an error on the linuxdeployqt level which is: "../build-app-Desktop_Qt_5_7_0_GCC_64bit-Release/app: Argument list too long"
which is not the case when I run it manually. Can anyone help me resolving this issue please?
I found where's the error come from and it's from the export PATH... where it only takes a full path. I don't know why it can't be otherwise, if anybody have an answer to this I'd be glad to hear it

Unable to record transaction time in Loadrunner

I prepared LR TruClient script. There are 5 transactions in my script. When I execute script in browser it getting passed successfully. When I ran through Vugen it's getting passed but for one transaction I am not able getting response time. It is throwing me below error. What is the meaning of that error and how can I resolve it?
Internal problem -205177: In TransactionsAdapter::HandleMessage, calling EndTransaction failed
As already suggested, more details would help. If you are using Loadrunner 12.02 it is a known issue and here you can download the fix:
https://community.softwaregrp.com/t5/LoadRunner-User-Discussions/Failed-to-end-transaction-error-in-Truclient-12-02/td-p/555735
Usually these types of errors are caused because the StartTransaction name and the endTransaction name are not equal. Verify the spelling is 100% equal in the startTransaction statement and in the endTransaction statement and that will probably fix your issue.
startTranstaction ("TransactionName")
endTransaction ("TransactionName", "LR_AUTO"); --> This will work
endTransaction ("Transactionname", "LR_AUTO"); --> This wont work. "n" from Name is not capital as in startTransaction statement.

How to fix me51n user exit EXIT_SAPLMEREQ_010?

I have problem with me51n. I have an include in EXIT_SAPLMEREQ_010 that has a bunch of codes which we use it to receive errors. The problem of mine is;
-When i run me51n with required datas(mat. number, quantity, etc.) I get some errors which also includes the error that I'm expecting on the first time, however when i terminate me51n and run it again with the same exact data, i dont get my error. I have debugged it and put a break point on my include in EXIT_SAPLMEREQ_010 and it never gets to my breakpoint on the second run. (It gets to the breakpoint on the first run but not the second one).
I dont know how but with the same material it works fine later again at the first time but still on the second time i cant get the error again.
Can anyone please help me on this?
Basically problem was the developement system from the beginning (sigh -_-). While having other errors rather than my errors, i assume my error gets stuck sometimes and never pop up because of the standard SAP procedure. So in test system (QA) me51n works perfectly when I'm just trying to have only my error.
Thanks for anyone who actually tried to help and I hope this might be useful sometime for someone in future.
Talha

Resources