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

[dotnet][rb][java][js][py] Automated Browser Version Update #14559

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

selenium-ci
Copy link
Member

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed

Copy link
Contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Version Update
The PR updates the Microsoft Edge browser version from 129.0.2792.65 to 129.0.2792.79 for both Mac and Linux platforms. Ensure that this version is compatible with the project's requirements and that all dependent components are updated accordingly.

Copy link
Contributor

PR Code Suggestions ✨

No code suggestions found for the PR.

Copy link
Contributor

codiumai-pr-agent-pro bot commented Oct 4, 2024

CI Failure Feedback 🧐

(Checks updated until commit fd97924)

Action: Ruby / Remote Tests (edge, windows) / Remote Tests (edge, windows)

Failed stage: [❌]

Failed test name: ""

Failure summary:

The action failed due to the following reasons:

  • The build process was interrupted, as indicated by the message "ERROR: build interrupted".
  • The operation was canceled, which is confirmed by the final error message "The operation was
    canceled".
  • No tests were executed because the build did not complete successfully.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    673:  �[32m[2,937 / 3,139]�[0m Extracting npm package @babel/[email protected]; 19s local, disk-cache ... (4 actions running)
    674:  �[32m[2,968 / 3,139]�[0m Extracting npm package @babel/[email protected]; 20s local, disk-cache ... (4 actions running)
    675:  �[32m[2,971 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21s local, disk-cache ... (4 actions, 3 running)
    676:  �[32m[2,979 / 3,139]�[0m Extracting npm package @babel/[email protected]; 22s local, disk-cache ... (4 actions running)
    677:  �[32m[2,985 / 3,139]�[0m Extracting npm package @babel/[email protected]; 23s local, disk-cache ... (4 actions running)
    678:  �[32m[2,993 / 3,139]�[0m Extracting npm package @babel/[email protected]; 24s local, disk-cache ... (4 actions running)
    679:  �[32m[2,997 / 3,139]�[0m Extracting npm package @babel/[email protected]; 25s local, disk-cache ... (4 actions running)
    680:  �[32mINFO: �[0mFrom Building java/src/org/openqa/selenium/remote/libapi-class.jar (71 source files):
    681:  java\src\org\openqa\selenium\remote\ErrorHandler.java:46: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    682:  private final ErrorCodes errorCodes;
    683:  ^
    684:  java\src\org\openqa\selenium\remote\ErrorHandler.java:60: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    685:  this.errorCodes = new ErrorCodes();
    686:  ^
    687:  java\src\org\openqa\selenium\remote\ErrorHandler.java:68: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    688:  public ErrorHandler(ErrorCodes codes, boolean includeServerErrors) {
    689:  ^
    690:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    691:  ErrorCodes errorCodes = new ErrorCodes();
    692:  ^
    693:  java\src\org\openqa\selenium\remote\Response.java:97: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    694:  ErrorCodes errorCodes = new ErrorCodes();
    695:  ^
    696:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:181: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    697:  response.setStatus(ErrorCodes.SUCCESS);
    698:  ^
    699:  java\src\org\openqa\selenium\remote\ProtocolHandshake.java:182: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    700:  response.setState(ErrorCodes.SUCCESS_STRING);
    701:  ^
    702:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:53: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    703:  new ErrorCodes().toStatus((String) rawError, Optional.of(tuple.getStatusCode())));
    704:  ^
    705:  java\src\org\openqa\selenium\remote\W3CHandshakeResponse.java:56: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    706:  new ErrorCodes().getExceptionType((String) rawError);
    707:  ^
    708:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    709:  private final ErrorCodes errorCodes = new ErrorCodes();
    710:  ^
    711:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:44: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    712:  private final ErrorCodes errorCodes = new ErrorCodes();
    713:  ^
    714:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:55: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    715:  int status = response.getStatus() == ErrorCodes.SUCCESS ? HTTP_OK : HTTP_INTERNAL_ERROR;
    716:  ^
    717:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:101: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    718:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    719:  ^
    720:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:103: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    721:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    722:  ^
    723:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:117: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    724:  response.setStatus(ErrorCodes.SUCCESS);
    725:  ^
    726:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:118: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    727:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    728:  ^
    729:  java\src\org\openqa\selenium\remote\codec\AbstractHttpResponseCodec.java:124: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    730:  response.setState(errorCodes.toState(ErrorCodes.SUCCESS));
    731:  ^
    732:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    733:  private final ErrorCodes errorCodes = new ErrorCodes();
    734:  ^
    735:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:70: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    736:  private final ErrorCodes errorCodes = new ErrorCodes();
    737:  ^
    738:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:93: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    739:  response.setStatus(ErrorCodes.UNKNOWN_COMMAND);
    740:  ^
    741:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:98: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    742:  response.setStatus(ErrorCodes.UNHANDLED_ERROR);
    743:  ^
    744:  java\src\org\openqa\selenium\remote\codec\w3c\W3CHttpResponseCodec.java:145: warning: [removal] ErrorCodes in org.openqa.selenium.remote has been deprecated and marked for removal
    745:  response.setStatus(ErrorCodes.SUCCESS);
    ...
    
    1230:  �[32m[3,131 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21050s local, disk-cache
    1231:  �[32m[3,131 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21111s local, disk-cache
    1232:  �[32m[3,131 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21171s local, disk-cache
    1233:  �[32m[3,131 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21231s local, disk-cache
    1234:  �[32m[3,131 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21291s local, disk-cache
    1235:  �[32m[3,131 / 3,139]�[0m Extracting npm package @babel/[email protected]; 21351s local, disk-cache
    1236:  Bazel Ctrl+C handler; shutting down.
    1237:  �[32m[3,132 / 3,139]�[0m checking cached actions
    1238:  �[31m�[1mERROR: �[0mbuild interrupted
    1239:  �[32mINFO: �[0mElapsed time: 21533.872s, Critical Path: 21407.09s
    1240:  �[32mINFO: �[0m2853 processes: 1447 disk cache hit, 1214 internal, 158 local, 34 worker.
    1241:  Executed 0 out of 29 tests: �[0m�[35m29 were skipped�[0m.
    1242:  �[31m�[1mERROR: �[0mBuild did NOT complete successfully
    1243:  �[0m
    1244:  ##[error]The operation was canceled.
    

    ✨ CI feedback usage guide:

    The CI feedback tool (/checks) automatically triggers when a PR has a failed check.
    The tool analyzes the failed checks and provides several feedbacks:

    • Failed stage
    • Failed test name
    • Failure summary
    • Relevant error logs

    In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:

    /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}"
    

    where {repo_name} is the name of the repository, {run_number} is the run number of the failed check, and {job_number} is the job number of the failed check.

    Configuration options

    • enable_auto_checks_feedback - if set to true, the tool will automatically provide feedback when a check is failed. Default is true.
    • excluded_checks_list - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list.
    • enable_help_text - if set to true, the tool will provide a help message with the feedback. Default is true.
    • persistent_comment - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true.
    • final_update_message - if persistent_comment is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true.

    See more information about the checks tool in the docs.

    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 3 times, most recently from 20a653d to 22de2d2 Compare October 7, 2024 00:40
    Copy link

    codecov bot commented Oct 7, 2024

    Codecov Report

    All modified and coverable lines are covered by tests ✅

    Project coverage is 57.78%. Comparing base (57f8398) to head (22de2d2).
    Report is 796 commits behind head on trunk.

    Additional details and impacted files
    @@            Coverage Diff             @@
    ##            trunk   #14559      +/-   ##
    ==========================================
    - Coverage   58.48%   57.78%   -0.70%     
    ==========================================
      Files          86       89       +3     
      Lines        5270     5609     +339     
      Branches      220      245      +25     
    ==========================================
    + Hits         3082     3241     +159     
    - Misses       1968     2123     +155     
    - Partials      220      245      +25     

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

    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 7 times, most recently from 4784e38 to a8ae565 Compare October 14, 2024 00:38
    @selenium-ci selenium-ci force-pushed the pinned-browser-updates branch 5 times, most recently from fd72feb to 3784fd6 Compare October 19, 2024 00:36
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant