Skip to content

Conversation

@lionel-
Copy link
Contributor

@lionel- lionel- commented Dec 3, 2025

So we get more detailed logs for both positron-r and kernel-supervisor. Would be helpful to figure out #10121 (comment)

Since that only affects the Positron process running positron-r tests, that verbosity setting should not have any negative impact on QA and dev teams.

Release Notes

New Features

  • N/A

Bug Fixes

  • N/A

QA Notes

@github-actions
Copy link

github-actions bot commented Dec 3, 2025

E2E Tests 🚀
This PR will run tests tagged with: @:critical

readme  valid tags

suiteSetup(async () => {
// Set Ark log level to TRACE for easier debugging of tests
// Set global Positron log level to trace for easier debugging
await vscode.commands.executeCommand('_extensionTests.setLogLevel', 'trace');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice little command that's only valid when extension tests are running:

CommandsRegistry.registerCommand('_extensionTests.setLogLevel', function (accessor: ServicesAccessor, level: string) {

It allows modifying the global vscode log level.

@lionel- lionel- requested a review from testlabauto December 3, 2025 11:59
Copy link
Contributor

@testlabauto testlabauto left a comment

Choose a reason for hiding this comment

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

LGTM!

@lionel- lionel- merged commit 3fa49bc into main Dec 3, 2025
13 checks passed
@lionel- lionel- deleted the task/r-tests-debug-log branch December 3, 2025 17:12
@github-actions github-actions bot locked and limited conversation to collaborators Dec 3, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants