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

Add Test Data Sizing #40

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Add Test Data Sizing #40

merged 3 commits into from
Dec 13, 2023

Conversation

erwin-wee
Copy link
Collaborator

Description

test data size enhancement

  • add --size cli argument
  • set default size to 'S'
  • refactored test data initialization process
  • added test data initialization progress display
  • updated the following constants:
    WORKER_COUNT=8
    TEST_TIME=5m
    USERS=100
    LOG_LEVEL=INFO

Issues Resolved

  • fixed issue with test starting before test data initialization is complete
  • fixed issue with tests not exiting when there's an uncaught exception during test data initialization

- add --size cli argument
- set default size to 'S'
- refactored test data initialization process
- added test data initialization progress display
- fixed issue with test starting before test data initialization is complete
- fixed issue with tests not exiting when there's an uncaught exception during test data initialization
- updated the following constants:
WORKER_COUNT=8
TEST_TIME=5m
USERS=100
LOG_LEVEL=INFO
@erwin-wee erwin-wee added bug Something isn't working enhancement New feature or request labels Dec 12, 2023
@erwin-wee erwin-wee self-assigned this Dec 12, 2023
- update README.MD
- fix linting
Copy link
Contributor

@NikitosnikN NikitosnikN left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@erwin-wee erwin-wee merged commit 5149a52 into main Dec 13, 2023
5 checks passed
@erwin-wee erwin-wee deleted the feature/test-data-sizing branch December 13, 2023 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants