-
Notifications
You must be signed in to change notification settings - Fork 82
test: batch 2 conformity tests #4110
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
base: main
Are you sure you want to change the base?
Conversation
Test Results 20 files ±0 265 suites ±0 18m 21s ⏱️ +7s For more details on these failures, see this check. Results for commit d922ece. ± Comparison against base commit a96d54d. This pull request removes 1 test.
♻️ This comment has been updated with latest results. |
fc27453
to
c418d07
Compare
1fb8c97
to
c418d07
Compare
Looks like there's a lint issue. |
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
3ca251a
to
13e8db2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lg, left one question
@@ -254,7 +240,7 @@ describe('@api-conformity', async function () { | |||
|
|||
synthesizeTestCases(TEST_CASES_BATCH_3['server'], updateParamIfNeeded); | |||
|
|||
describe('ws related rpc methods', async function () { | |||
/* describe('ws related rpc methods', async function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this supposed to be commented out? If yes, do we have an issue or PR to capture that some tests are skipped?
Maybe it's better to include .skip
instead of commenting them,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’ll make sure they work correctly as well.
Yes, I just uncommented some previously commented code, but it’s a good chance to clean it up as well. |
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
Signed-off-by: Mariusz Jasuwienas <mariusz.jasuwienas@arianelabs.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #4110 +/- ##
==========================================
+ Coverage 95.39% 95.54% +0.14%
==========================================
Files 122 121 -1
Lines 20996 20163 -833
Branches 1750 1733 -17
==========================================
- Hits 20030 19265 -765
+ Misses 944 873 -71
- Partials 22 25 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Description
Batch 2 conformity tests - brought back.
Related issue(s)
Fixes #3823
Testing Guide
Changes from original design (optional)
Additional work needed (optional)
Checklist