-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Unit tests should be fast 🐎 #149712
Labels
authentication
Issues with the Authentication platform
debt
Code quality issues
engineering
VS Code - Build / issue tracking / etc.
insiders-released
Patch has been released in VS Code Insiders
Milestone
Comments
Tyriar
added a commit
that referenced
this issue
May 17, 2022
alexdima
added a commit
that referenced
this issue
May 17, 2022
alexdima
added a commit
that referenced
this issue
May 17, 2022
alexdima
added a commit
that referenced
this issue
May 17, 2022
alexdima
added a commit
that referenced
this issue
May 17, 2022
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
wannieman98
pushed a commit
to wannieman98/vscode
that referenced
this issue
May 17, 2022
wannieman98
pushed a commit
to wannieman98/vscode
that referenced
this issue
May 17, 2022
wannieman98
pushed a commit
to wannieman98/vscode
that referenced
this issue
May 17, 2022
This comment was marked as resolved.
This comment was marked as resolved.
bpasero
added a commit
that referenced
this issue
May 11, 2023
TylerLeonhardt
added a commit
that referenced
this issue
Jul 24, 2023
TylerLeonhardt
added a commit
that referenced
this issue
Jul 24, 2023
mjbvz
added a commit
to mjbvz/vscode
that referenced
this issue
Jan 11, 2024
mjbvz
added a commit
that referenced
this issue
Jan 12, 2024
vscodenpa
added
the
unreleased
Patch has not yet been released in VS Code Insiders
label
Jan 12, 2024
Excellent
في الجمعة، ١٢ يناير ٢٠٢٤، ٣:٢٧ ص Matt Bierner ***@***.***>
كتب:
… Closed #149712 <#149712> as
completed via #202295 <#202295>.
—
Reply to this email directly, view it on GitHub
<#149712 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBCJO2OE5AC7YNH7WS66DODYOCGPNAVCNFSM5WE6XADKU5DIOJSWCZC7NNSXTWQAEJEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW4OZRGE2DMMZSHE2DQMBS>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
vscodenpa
added
insiders-released
Patch has been released in VS Code Insiders
and removed
unreleased
Patch has not yet been released in VS Code Insiders
labels
Jan 12, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
authentication
Issues with the Authentication platform
debt
Code quality issues
engineering
VS Code - Build / issue tracking / etc.
insiders-released
Patch has been released in VS Code Insiders
This is a continuation of #134972. A unit test shouldn't take longer than 50ms. An easy way to "speed up" setTimeout and friends is @hediet's
runWithFakedTimers
-utilityTo reproduce these numbers
./scripts/test.sh --reporter json > ~/Desktop/test_out.json
jq '.tests | map(select(.duration > 50)) | sort_by(.duration) | [.[] | "- [ ] " + (.duration|tostring) + "ms, " + .fullTitle ]' ~/Desktop/test_out.json
tests slower than 50ms
silent
property ongetSession
for provider that supports multiple accounts could be more silent #137819 @TylerLeonhardtThe text was updated successfully, but these errors were encountered: