-
-
Notifications
You must be signed in to change notification settings - Fork 88
[extension-selenium] Increase allowed published har size to 40 mb #5547
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
Conversation
Qodana for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
0802e59
to
1a8a34a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5547 +/- ##
=========================================
Coverage 97.68% 97.68%
Complexity 7302 7302
=========================================
Files 982 982
Lines 20512 20516 +4
Branches 1343 1343
=========================================
+ Hits 20037 20041 +4
Misses 362 362
Partials 113 113 ☔ View full report in Codecov by Sentry. |
@@ -64,7 +66,16 @@ public PublishingHarOnFailureMonitor(boolean publishHarOnFailure, EventBus event | |||
this.testContext = testContext; | |||
this.mapperFactory = new MapperFactory() | |||
{ | |||
private final Supplier<ObjectMapper> objectMapper = Suppliers.memoize(ObjectMapper::new); | |||
private static final int ALLOWED_HAR_SIZE = 40_000_000; |
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.
- please add an information about exception which was hit before this fix
- add the note to the documentation describing the current limit
1a8a34a
to
6451675
Compare
6451675
to
c3d5637
Compare
|
No description provided.