authorjapps / authorjapps/zerocode-spring-junit

seeing more rows in csv report than the no. of threads provided

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

When i provide no of threads as 2 in load properties, it shows me 5 records in csv report. Or if i provide 3 no of threads in properties it shows me 7 no of records in csv report. Always in the form of "No. of threads x 2 + 1". I am running through Junit4. Can someone help on this issue?

![image](https://user-images.githubusercontent.com/58761627/70592971-7283b280-1c01-11ea-9ce7-c86b7d1641ad.png)
![image](https://user-images.githubusercontent.com/58761627/70593003-87604600-1c01-11ea-9808-c56a9ecd2751.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the JUnit4 load-generation case with 2 and 3 threads, then trace where the CSV report rows are produced. Compare the generated row count with the configured thread count and document or test the intended behavior; the issue is resolved when the report no longer adds unexpected records.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.