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

Test: Unique concurent transaction ids #807

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

bamzedev
Copy link
Contributor

@bamzedev bamzedev commented Sep 20, 2023

Description:
This PR adds a test verifying that the generated transaction id's are unique by generating 100k ids within 0.1 seconds.

Related issue(s):

Fixes #800

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@sonarcloud
Copy link

sonarcloud bot commented Sep 20, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (3ed558f) 69.54% compared to head (2b2d9f8) 69.53%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #807      +/-   ##
===========================================
- Coverage    69.54%   69.53%   -0.01%     
===========================================
  Files          164      164              
  Lines        33875    33875              
===========================================
- Hits         23558    23556       -2     
- Misses        8951     8952       +1     
- Partials      1366     1367       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bamzedev bamzedev merged commit 80b8a94 into develop Sep 20, 2023
8 of 9 checks passed
@bamzedev bamzedev deleted the test/unique-concurent-transaction-ids branch September 20, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check if generated transaction IDs are unique
2 participants