You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2023/05/04 10:33:27 UTC

[jmeter] branch master updated (4f9e9bc8b6 -> b069225277)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


    from 4f9e9bc8b6 Remove public modifiers from JUnit5 tests
     add ae75faa457 Rework new Thread to ExecutorService in StandardJMeterEngine
     add 9865d39851 Include input string in ParseException and TokeninzerException in Open Model Thread Group
     add 40d2fb3c65 Allow non-LoopController, as a main controoler in a Thread Group
     add 29157ef5ed [66139] Ensure Open Model Thread Group initializes config elements only once
     add c486aacc72 test: use synchronizedList in TestSampleListener since it might be called from concurrent threads
     add b069225277 test: add @Isolated to JMeterSerialTest

No new revisions were added by this update.

Summary of changes:
 .../jmeter/control/TestTransactionController.java  |  3 +-
 .../OpenModelThreadGroupConfigElementTest.kt       | 92 ++++++++++++++++++++++
 .../apache/jmeter/engine/StandardJMeterEngine.java | 44 +++++++----
 .../apache/jmeter/threads/AbstractThreadGroup.java |  5 +-
 .../threads/openmodel/OpenModelThreadGroup.kt      |  6 +-
 .../openmodel/OpenModelThreadGroupController.kt    | 23 ++++--
 .../jmeter/threads/openmodel/scheduleParser.kt     |  5 +-
 .../jmeter/threads/openmodel/scheduleTokenizer.kt  |  5 +-
 .../org/apache/jorphan/test/JMeterSerialTest.java  |  2 +
 xdocs/changes.xml                                  |  1 +
 10 files changed, 157 insertions(+), 29 deletions(-)
 create mode 100644 src/components/src/test/kotlin/org/apache/jmeter/threads/openmodel/OpenModelThreadGroupConfigElementTest.kt