-
Notifications
You must be signed in to change notification settings - Fork 137
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
db tests for hardware create events #401
Conversation
de6099d
to
8f0ea69
Compare
Codecov Report
@@ Coverage Diff @@
## master #401 +/- ##
==========================================
+ Coverage 20.82% 21.24% +0.41%
==========================================
Files 24 24
Lines 2170 2170
==========================================
+ Hits 452 461 +9
+ Misses 1678 1667 -11
- Partials 40 42 +2
Continue to review full report at Codecov.
|
This is amazing @gauravgahlot !! Thank you for doing that! Do you mind adding another test that similarly to how we do for the template creates 10 hardware asynchronously?! I am very curious to see what happens under "load" :) |
Signed-off-by: Gaurav Gahlot <[email protected]>
8f0ea69
to
97fb342
Compare
In order to make CI happy here you have to format JSON with prettier. You can run this command:
Thanks |
Signed-off-by: Gaurav Gahlot <[email protected]>
5bd8b13
to
7c64ae5
Compare
Signed-off-by: Gianluca Arbezzano <[email protected]>
Description
The PR adds DB tests for hardware events (CUD).
Checklist:
I have: