Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when running multiple tests in same remote engine #1995

Closed
asfimport opened this issue Aug 20, 2007 · 2 comments
Closed

Exception when running multiple tests in same remote engine #1995

asfimport opened this issue Aug 20, 2007 · 2 comments

Comments

@asfimport
Copy link
Collaborator

Sebb (Bug 43168):
If a client tries to start two tests in the same remote engine, then failures
may result.

This is not really a bug, as it probably does not make sense to run multiple
tests in the same engine. But worth recording in case it can be fixed easily -
either by allowing multiple concurrent tests, or by preventing them.

Sample error from Branch 2.2 (r567702)

2007/08/20 14:41:56 ERROR - jmeter.engine.StandardJMeterEngine: Error occurred
compiling the tree: java.util.ConcurrentModificationException
at java.util.LinkedHashMap$LinkedHashIterator.nextEntry
(LinkedHashMap.java:358)
at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:373)
at org.apache.jmeter.testelement.property.PropertyIteratorImpl.next
(PropertyIteratorImpl.java:50)
at org.apache.jmeter.engine.util.ValueReplacer.replaceValues
(ValueReplacer.java:113)
at org.apache.jmeter.engine.util.ValueReplacer.replaceValues
(ValueReplacer.java:65)
at org.apache.jmeter.engine.PreCompiler.addNode(PreCompiler.java:58)
at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:956)
at org.apache.jmeter.engine.StandardJMeterEngine.compileTree
(StandardJMeterEngine.java:174)
at org.apache.jmeter.engine.StandardJMeterEngine.run
(StandardJMeterEngine.java:316)
at java.lang.Thread.run(Thread.java:534)

Meanwhile, this is documented as a known restriction.

OS: other

Duplicated by:

Depends on:

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Fixed in rev 1066684 in release 2.5

This bug has been marked as a duplicate of #2458

@asfimport
Copy link
Collaborator Author

@pmouawad (migrated from Bugzilla):
Fixed by preventing client from starting a new test while a test is running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant