René's URL Explorer Experiment


Title: Fix the terse output on Windows for unelevated test run by daxian-dbw · Pull Request #6252 · PowerShell/PowerShell · GitHub

Open Graph Title: Fix the terse output on Windows for unelevated test run by daxian-dbw · Pull Request #6252 · PowerShell/PowerShell

X Title: Fix the terse output on Windows for unelevated test run by daxian-dbw · Pull Request #6252 · PowerShell/PowerShell

Description: PR Summary After switching to Pester 4.3.1, the format of redirected output when running tests with runas.exe /trustlevel:0x20000 pwsh ... is changed, which causes Write-Terse to write out the elapsed time for each test case. As a result, the test-run log for AppVeyor builds is super long and rendering it in the browser takes a long time. See the screenshot below: Before switching to Pester 4.3.1 Executing script F:\tmp\temp\abc.tests.ps1 Describing abc [+] it 622ms Tests completed in 622ms Tests Passed: 1, Failed: 0, Skipped: 0, Pending: 0, Inconclusive: 0 After switching to Pester 4.3.1. PS> runas.exe /trustlevel:0x20000 "f:\pscore\pwsh.exe -noprofile -c invoke-pester F:\tmp\temp *> f:\outputbuff" Executing script F:\tmp\temp\abc.tests.ps1 Describing abc [+] it 453ms Tests completed in 453ms Tests Passed: 1, Failed: 0, Skipped: 0, Pending: 0, Inconclusive: 0 The fix is to skip the elapsed time for each test run. The RegEx pattern used to identify test-run time elapse is "^\d+(\.\d+)?m?s$". PS:131> $pattern = "^\d+(\.\d+)?m?s$" PS:132> "1ms" -match $pattern True PS:133> "12ms" -match $pattern True PS:134> "12s" -match $pattern True PS:135> "1s" -match $pattern True PS:137> "1.1s" -match $pattern True PS:138> "1.15s" -match $pattern True PS:139> "12.15s" -match $pattern True PR Checklist PR has a meaningful title Use the present tense and imperative mood when describing your changes Summarized changes Change is not breaking Make sure all .h, .cpp, .cs, .ps1 and .psm1 files have the correct copyright header This PR is ready to merge and is not Work in Progress. If the PR is work in progress, please add the prefix WIP: to the beginning of the title and remove the prefix when the PR is ready. User-facing changes Not Applicable OR User-facing Documentation needed Issue filed - Issue link: Testing - New and feature Not Applicable or can only be tested interactively OR Make sure you've added a new test if existing tests do not effectively test the code changed Add [feature] if the change is significant or affects feature tests

Open Graph Description: PR Summary After switching to Pester 4.3.1, the format of redirected output when running tests with runas.exe /trustlevel:0x20000 pwsh ... is changed, which causes Write-Terse to write out the elap...

X Description: PR Summary After switching to Pester 4.3.1, the format of redirected output when running tests with runas.exe /trustlevel:0x20000 pwsh ... is changed, which causes Write-Terse to write out the elap...

Opengraph URL: https://github.com/PowerShell/PowerShell/pull/6252

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:b8f8b123-8521-e076-c5fe-0a02e2fca8c4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCBA4:A72D1:554A3:74BF9:6A55317D
html-safe-nonce74258cb0c8d349a1b7e41e311ed503042f6b1432afc4193890c1e9716fc8e475
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQkE0OkE3MkQxOjU1NEEzOjc0QkY5OjZBNTUzMTdEIiwidmlzaXRvcl9pZCI6IjcwNDMyMjI5NDM4NTQ1NzE5MDEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6af41e2b011c4fe963260fcecd84d9dfe513709644bd0c628de2962c556714a7
hovercard-subject-tagpull_request:171522202
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/PowerShell/PowerShell/pull/6252/files
twitter:imagehttps://avatars.githubusercontent.com/u/127450?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/127450?s=400&v=4
og:image:altPR Summary After switching to Pester 4.3.1, the format of redirected output when running tests with runas.exe /trustlevel:0x20000 pwsh ... is changed, which causes Write-Terse to write out the elap...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefbd8fce4d63ac394c5405faa20aa50d5c9e56b979ac43ee1b26f8e7c47c4cd89
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git
octolytics-dimension-user_id11524380
octolytics-dimension-user_loginPowerShell
octolytics-dimension-repository_id49609581
octolytics-dimension-repository_nwoPowerShell/PowerShell
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49609581
octolytics-dimension-repository_network_root_nwoPowerShell/PowerShell
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasecf96660b44878f418b09d3d6ecde00ad62332910
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/PowerShell/PowerShell/pull/6252/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fpull%2F6252%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FPowerShell%2FPowerShell%2Fpull%2F6252%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=PowerShell%2FPowerShell
Reloadhttps://github.com/PowerShell/PowerShell/pull/6252/files
Reloadhttps://github.com/PowerShell/PowerShell/pull/6252/files
Reloadhttps://github.com/PowerShell/PowerShell/pull/6252/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/6252/files
PowerShell https://github.com/PowerShell
PowerShellhttps://github.com/PowerShell/PowerShell
Notifications https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Fork 8.4k https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Star 54.4k https://github.com/login?return_to=%2FPowerShell%2FPowerShell
Code https://github.com/PowerShell/PowerShell
Issues 1.2k https://github.com/PowerShell/PowerShell/issues
Pull requests 287 https://github.com/PowerShell/PowerShell/pulls
Discussions https://github.com/PowerShell/PowerShell/discussions
Actions https://github.com/PowerShell/PowerShell/actions
Projects https://github.com/PowerShell/PowerShell/projects
Security and quality 3 https://github.com/PowerShell/PowerShell/security
Insights https://github.com/PowerShell/PowerShell/pulse
Code https://github.com/PowerShell/PowerShell
Issues https://github.com/PowerShell/PowerShell/issues
Pull requests https://github.com/PowerShell/PowerShell/pulls
Discussions https://github.com/PowerShell/PowerShell/discussions
Actions https://github.com/PowerShell/PowerShell/actions
Projects https://github.com/PowerShell/PowerShell/projects
Security and quality https://github.com/PowerShell/PowerShell/security
Insights https://github.com/PowerShell/PowerShell/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FPowerShell%2FPowerShell%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FPowerShell%2FPowerShell%2Fissues%2Fnew%2Fchoose
adityapatwardhanhttps://github.com/adityapatwardhan
PowerShell:masterhttps://github.com/PowerShell/PowerShell/tree/master
daxian-dbw:tersehttps://github.com/daxian-dbw/PowerShell/tree/terse
Conversation 5 https://github.com/PowerShell/PowerShell/pull/6252
Commits 4 https://github.com/PowerShell/PowerShell/pull/6252/commits
Checks 0 https://github.com/PowerShell/PowerShell/pull/6252/checks
Files changed https://github.com/PowerShell/PowerShell/pull/6252/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/6252/files
Fix the terse output on Windows for unelevated test run https://github.com/PowerShell/PowerShell/pull/6252/files#top
Show all changes 4 commits https://github.com/PowerShell/PowerShell/pull/6252/files
787b870 Fix the terse output on Windows for unelevate test run daxian-dbw Feb 26, 2018 https://github.com/PowerShell/PowerShell/pull/6252/commits/787b8706fe9f754863b6290ed9cefbc18667659b
14c0b75 Fix the mistake daxian-dbw Feb 26, 2018 https://github.com/PowerShell/PowerShell/pull/6252/commits/14c0b75e0a1128f28c55468dc02b650b45b3b194
93cf860 Make the regex pattern more accurate daxian-dbw Feb 26, 2018 https://github.com/PowerShell/PowerShell/pull/6252/commits/93cf860737054aa045910dd26f91c599ba5b3399
7bb00a7 Address Aditya's comment daxian-dbw Feb 27, 2018 https://github.com/PowerShell/PowerShell/pull/6252/commits/7bb00a77915724ea853d2ffe2c9de2f2b840e2d5
Clear filters https://github.com/PowerShell/PowerShell/pull/6252/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/6252/files
Please reload this pagehttps://github.com/PowerShell/PowerShell/pull/6252/files
https://github.com/PowerShell/PowerShell/blob/master/.github/CODEOWNERS#L63
build.psm1https://github.com/PowerShell/PowerShell/pull/6252/files#diff-1eb6991ceacad71a638a32bcf0a4ec906c7ec150f5086732ab6d7702a624914a
View file https://github.com/daxian-dbw/PowerShell/blob/7bb00a77915724ea853d2ffe2c9de2f2b840e2d5/build.psm1
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/PowerShell/PowerShell/pull/6252/{{ revealButtonHref }}
https://github.com/PowerShell/PowerShell/pull/6252/files#diff-1eb6991ceacad71a638a32bcf0a4ec906c7ec150f5086732ab6d7702a624914a
https://github.com/PowerShell/PowerShell/pull/6252/files#diff-1eb6991ceacad71a638a32bcf0a4ec906c7ec150f5086732ab6d7702a624914a
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.