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

chore(deps): update dependency microsoft.net.test.sdk to 17.11.1 #1925

Merged
merged 2 commits into from
Sep 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.NET.Test.Sdk 17.11.0 -> 17.11.1 age adoption passing confidence

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Sep 5, 2024

Deploy Preview for selenium-dev ready!

Name Link
🔨 Latest commit 11eac7d
🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/66e1a7fe85b3780008a182da
😎 Deploy Preview https://deploy-preview-1925--selenium-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor Author

renovate bot commented Sep 11, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link
Contributor

CI Failure Feedback 🧐

Action: tests (windows, stable)

Failed stage: Run tests [❌]

Failed test name: SeleniumDocs.Drivers.RemoteWebDriverTest.Setup

Failure summary:

The action failed due to multiple test failures caused by timeout exceptions and server
initialization issues:

  • The RunRemote, Uploads, Downloads, and CustomExecutor tests failed because the Setup method in
    SeleniumDocs.Drivers.RemoteWebDriverTest threw a System.TimeoutException. This exception occurred
    because the remote Selenium server could not be confirmed as running within 30 seconds.
  • The BasicOptions test in SeleniumDocs.Browsers.FirefoxTest failed due to an
    OpenQA.Selenium.WebDriverException, indicating that the HTTP request to the remote WebDriver server
    timed out after 60 seconds.
  • The BasicOptionsWin10 test in SeleniumDocs.Browsers.InternetExplorerTest also failed due to a
    similar WebDriverException with a timeout after 60 seconds.
  • Both BasicOptions and BasicOptionsWin10 tests encountered System.NullReferenceException during their
    Cleanup methods.

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Microsoft Windows Server 2022
    ...
    
    187:  timeout_minutes: 20
    188:  max_attempts: 3
    189:  command: cd examples/dotnet/SeleniumDocs
    190:  dotnet test
    191:  
    192:  retry_wait_seconds: 10
    193:  polling_interval_seconds: 1
    194:  warning_on_retry: true
    195:  continue_on_error: false
    ...
    
    203:  ##[endgroup]
    204:  Determining projects to restore...
    205:  Restored D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\SeleniumDocs.csproj (in 14.54 sec).
    206:  SeleniumDocs -> D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll
    207:  Test run for D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll (.NETCoreApp,Version=v8.0)
    208:  VSTest version 17.11.0 (x64)
    209:  Starting test execution, please wait...
    210:  A total of 1 test files matched the specified pattern.
    211:  Failed RunRemote [32 s]
    212:  Error Message:
    213:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    214:  Stack Trace:
    215:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    216:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    217:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    218:  Failed Uploads [31 s]
    219:  Error Message:
    220:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    221:  Stack Trace:
    222:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    223:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    224:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    225:  Failed Downloads [31 s]
    226:  Error Message:
    227:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    228:  Stack Trace:
    229:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    230:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    231:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    232:  Failed CustomExecutor [31 s]
    233:  Error Message:
    ...
    
    239:  Skipped DriverLocation
    240:  Skipped LogsToConsole
    241:  Skipped LogsLevel
    242:  Skipped ConfigureDriverLogs
    243:  Skipped LogsToConsole
    244:  Skipped LogsLevel
    245:  Skipped ConfigureDriverLogs
    246:  Dynamically enable window occlusion 0
    247:  Failed BasicOptions [1 m 2 s]
    248:  Error Message:
    249:  Test method SeleniumDocs.Browsers.FirefoxTest.BasicOptions threw exception: 
    250:  OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:50456/session timed out after 60 seconds. ---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.. ---> System.Net.Sockets.SocketException: The I/O operation has been aborted because of either a thread exit or an application request.
    251:  TestCleanup method SeleniumDocs.Browsers.FirefoxTest.Cleanup threw exception. System.NullReferenceException: Object reference not set to an instance of an object..
    252:  Stack Trace:
    253:  at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
    ...
    
    277:  at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    278:  at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    279:  TestCleanup Stack Trace
    280:  at SeleniumDocs.Browsers.FirefoxTest.Cleanup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Browsers\FirefoxTest.cs:line 28
    281:  at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
    282:  at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
    283:  *** You are running in headless mode.
    284:  Dynamically enable window occlusion 0
    285:  JavaScript error: resource://activity-stream/lib/ActivityStreamPrefs.sys.mjs, line 34: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIPrefBranch.removeObserver]
    286:  Dynamically enable window occlusion 1
    287:  JavaScript error: chrome://global/content/elements/browser-custom-element.js, line 645: TypeError: this.browsingContext is null
    288:  JavaScript error: chrome://global/content/elements/browser-custom-element.js, line 645: TypeError: this.browsingContext is null
    289:  JavaScript error: resource://gre/modules/ExtensionSettingsStore.sys.mjs, line 113: Error: The ExtensionSettingsStore was accessed before the initialize promise resolved.
    290:  JavaScript error: resource://activity-stream/lib/WallpaperFeed.sys.mjs, line 41: TypeError: NetworkError when attempting to fetch resource.
    291:  JavaScript error: resource://gre/modules/JSONFile.sys.mjs, line 178: Error: Data is not ready.
    292:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1376: NS_ERROR_ABORT: #init: abandoning init due to shutting down
    293:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1376: NS_ERROR_ABORT: #init: abandoning init due to shutting down
    294:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1376: NS_ERROR_ABORT: #init: abandoning init due to shutting down
    295:  JavaScript error: resource:///modules/SearchModeSwitcher.sys.mjs, line 187: TypeError: engine is null
    296:  JavaScript error: resource://gre/modules/Sqlite.sys.mjs, line 1479: TypeError: connection not specified in clone options.
    ...
    
    302:  Skipped StopsTruncatingLogs
    303:  Skipped SetProfileLocation
    304:  Dynamically enable window occlusion 0
    305:  Dynamically enable window occlusion 1
    306:  Dynamically enable window occlusion 0
    307:  Dynamically enable window occlusion 1
    308:  Dynamically enable window occlusion 0
    309:  Dynamically enable window occlusion 1
    310:  Failed BasicOptionsWin10 [1 m 22 s]
    311:  Error Message:
    312:  Test method SeleniumDocs.Browsers.InternetExplorerTest.BasicOptionsWin10 threw exception: 
    313:  OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:50674/session timed out after 60 seconds. ---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: The I/O operation has been aborted because of either a thread exit or an application request.. ---> System.Net.Sockets.SocketException: The I/O operation has been aborted because of either a thread exit or an application request.
    314:  TestCleanup method SeleniumDocs.Browsers.InternetExplorerTest.Cleanup threw exception. System.NullReferenceException: Object reference not set to an instance of an object..
    315:  Stack Trace:
    316:  at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
    ...
    
    353:  Dynamically enable window occlusion 0
    354:  Dynamically enable window occlusion 1
    355:  Dynamically enable window occlusion 0
    356:  Dynamically enable window occlusion 1
    357:  Dynamically enable window occlusion 0
    358:  Dynamically enable window occlusion 1
    359:  Dynamically enable window occlusion 0
    360:  Dynamically enable window occlusion 1
    361:  Failed!  - Failed:     6, Passed:    87, Skipped:    16, Total:   109, Duration: 11 m 33 s - SeleniumDocs.dll (net8.0)
    362:  Workload updates are available. Run `dotnet workload list` for more information.
    363:  ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1
    364:  Determining projects to restore...
    365:  All projects are up-to-date for restore.
    366:  SeleniumDocs -> D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll
    367:  Test run for D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll (.NETCoreApp,Version=v8.0)
    368:  VSTest version 17.11.0 (x64)
    369:  Starting test execution, please wait...
    370:  A total of 1 test files matched the specified pattern.
    371:  Failed RunRemote [31 s]
    372:  Error Message:
    373:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    374:  Stack Trace:
    375:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    376:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    377:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    378:  Failed Uploads [31 s]
    379:  Error Message:
    380:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    381:  Stack Trace:
    382:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    383:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    384:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    385:  Failed Downloads [31 s]
    386:  Error Message:
    387:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    388:  Stack Trace:
    389:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    390:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    391:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    392:  Failed CustomExecutor [31 s]
    393:  Error Message:
    ...
    
    403:  Skipped LogsToConsole
    404:  Skipped LogsLevel
    405:  Skipped ConfigureDriverLogs
    406:  Dynamically enable window occlusion 0
    407:  Dynamically enable window occlusion 1
    408:  *** You are running in headless mode.
    409:  Dynamically enable window occlusion 0
    410:  Dynamically enable window occlusion 1
    411:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1376: NS_ERROR_ABORT: #init: abandoning init due to shutting down
    412:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1376: NS_ERROR_ABORT: #init: abandoning init due to shutting down
    413:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1376: NS_ERROR_ABORT: #init: abandoning init due to shutting down
    414:  JavaScript error: resource:///modules/SearchModeSwitcher.sys.mjs, line 187: TypeError: engine is null
    415:  JavaScript error: resource://gre/modules/SearchService.sys.mjs, line 1260: Error: SearchService failed while it was initializing.
    416:  JavaScript error: resource://activity-stream/lib/TopSitesFeed.sys.mjs, line 136: NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "SearchService failed while it was initializing." {file: "resource://gre/modules/SearchService.sys.mjs" line: 1260}]'[JavaScript Error: "SearchService failed while it was initializing." {file: "resource://gre/modules/SearchService.sys.mjs" line: 1260}]' when calling method: [nsISearchService::defaultEngine]
    ...
    
    436:  Dynamically enable window occlusion 0
    437:  Dynamically enable window occlusion 1
    438:  Dynamically enable window occlusion 0
    439:  Dynamically enable window occlusion 1
    440:  Dynamically enable window occlusion 0
    441:  Dynamically enable window occlusion 1
    442:  Dynamically enable window occlusion 0
    443:  Dynamically enable window occlusion 1
    444:  Failed!  - Failed:     4, Passed:    89, Skipped:    16, Total:   109, Duration: 7 m 32 s - SeleniumDocs.dll (net8.0)
    445:  Workload updates are available. Run `dotnet workload list` for more information.
    446:  ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1
    447:  Determining projects to restore...
    448:  All projects are up-to-date for restore.
    449:  SeleniumDocs -> D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll
    450:  Test run for D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\bin\Debug\net8.0\SeleniumDocs.dll (.NETCoreApp,Version=v8.0)
    451:  VSTest version 17.11.0 (x64)
    452:  Starting test execution, please wait...
    453:  A total of 1 test files matched the specified pattern.
    454:  Failed RunRemote [31 s]
    455:  Error Message:
    456:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    457:  Stack Trace:
    458:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    459:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    460:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    461:  Failed Uploads [31 s]
    462:  Error Message:
    463:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    464:  Stack Trace:
    465:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    466:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    467:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    468:  Failed Downloads [31 s]
    469:  Error Message:
    470:  Initialization method SeleniumDocs.Drivers.RemoteWebDriverTest.Setup threw exception. System.TimeoutException: Could not confirm the remote selenium server is running within 30 seconds.
    471:  Stack Trace:
    472:  at SeleniumDocs.BaseTest.EnsureGridIsRunningAsync() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 110
    473:  at SeleniumDocs.BaseTest.StartServer() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\BaseTest.cs:line 59
    474:  at SeleniumDocs.Drivers.RemoteWebDriverTest.Setup() in D:\a\seleniumhq.github.io\seleniumhq.github.io\examples\dotnet\SeleniumDocs\Drivers\RemoteWebDriverTest.cs:line 22
    475:  Failed CustomExecutor [31 s]
    476:  Error Message:
    ...
    
    486:  Skipped LogsToConsole
    487:  Skipped LogsLevel
    488:  Skipped ConfigureDriverLogs
    489:  Dynamically enable window occlusion 0
    490:  Dynamically enable window occlusion 1
    491:  *** You are running in headless mode.
    492:  Dynamically enable window occlusion 0
    493:  Dynamically enable window occlusion 1
    494:  JavaScript error: resource://gre/modules/Sqlite.sys.mjs, line 1479: TypeError: connection not specified in clone options.
    ...
    
    514:  Dynamically enable window occlusion 0
    515:  Dynamically enable window occlusion 1
    516:  Dynamically enable window occlusion 0
    517:  Dynamically enable window occlusion 1
    518:  Dynamically enable window occlusion 0
    519:  Dynamically enable window occlusion 1
    520:  Dynamically enable window occlusion 0
    521:  Dynamically enable window occlusion 1
    522:  Failed!  - Failed:     4, Passed:    89, Skipped:    16, Total:   109, Duration: 7 m 38 s - SeleniumDocs.dll (net8.0)
    523:  Workload updates are available. Run `dotnet workload list` for more information.
    524:  ##[error]Final attempt failed. Child_process exited with error code 1
    

    ✨ 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.

    @harsha509 harsha509 merged commit 314fb76 into trunk Sep 11, 2024
    12 checks passed
    @harsha509 harsha509 deleted the renovate/vstest-monorepo branch September 11, 2024 16:26
    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.

    1 participant