8000 [extension-selenium] Increase allowed published har size to 40 mb by uarlouski · Pull Request #5547 · vividus-framework/vividus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[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

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

uarlouski
Copy link
Member

No description provided.

@uarlouski uarlouski requested a review from a team as a code owner November 26, 2024 10:15
Copy link
github-actions bot commented Nov 26, 2024

Qodana for JVM

It 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
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

@uarlouski uarlouski force-pushed the fix-string-deserialization-limit branch from 0802e59 to 1a8a34a Compare November 26, 2024 10:37
Copy link
codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.68%. Comparing base (ca6c0ae) to head (c3d5637).
Report is 2 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@@ -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;
Copy link
Collaborator

Choose a reason for hiding this comment

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

  1. please add an information about exception which was hit before this fix
  2. add the note to the documentation describing the current limit

@uarlouski uarlouski force-pushed the fix-string-deserialization-limit branch from 1a8a34a to 6451675 Compare November 26, 2024 11:45
@uarlouski uarlouski force-pushed the fix-string-deserialization-limit branch from 6451675 to c3d5637 Compare November 26, 2024 11:45
Copy link

< 8000 p class="ml-1 mb-2 mt-2" data-show-on-error hidden> Sorry, something went wrong.

@valfirst valfirst merged commit 85905ba into master Nov 26, 2024
11 checks passed
@valfirst valfirst deleted the fix-string-deserialization-limit branch November 26, 2024 14:24
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.

2 participants
0