apache / apache/jmeter

When the life of a thread expires, the requests inside are terminated halfway.

Open
#6,455 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.3k
Avg merge
1d 22h
Merged PRs (30d)
5

Description

When the life of a thread expires, the requests inside are terminated halfway.

I have a thread that runs for 1 minute

There is a transaction controller inside it and inside it there are 5 requests that are executed sequentially

From creating an entity to deleting it. The problem is that as soon as the time runs out, the thread is killed and the CRUD cycle for the entity is terminated halfway. How can I make the thread work in time and at the same time if the thread has already started working, then after the time has elapsed, it simply performs all its operations inside until the end

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.