-
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
Test Settings Sync Improvements #98962
Comments
@sandy081 assuming this is May 2020 |
@dbaeumer Yes, but this milestone assignment is not a requirement anymore for the assignment, hence did not set milestone. |
OK. Didn't know it. So the tools assigns all open test plan items. Right? |
Yes |
I would like to suggest that next time you please create multiple test plan items. IMHO each heading could have been its own test plan item since they are independent. |
The reason for putting them in single TPI as all of them need a set up to sync across devices and to have only assigned users to have this overload. Otherwise I am all fine to create separate TPIs |
Interestingly, I have found the setup to be trivial given your hints: i.e.
Then I had a third one by using |
True.. I think this is still an overload 😉 |
Ref - #98103 #93960 #96170 #98513
Complexity: 5
Authors: @sandy081 @Tyriar
Create Issue
Note: You can use two insiders opened with different user data directory (
--user-data-dir
) and extension directory (--extensions-dir
) for test syncing across machines.Test Administering Synced Machines / Data
You can administer your synced data and machines using Synced Data and Machines views. These can be opened using
Preferences Sync: Show Synced Data
command.Download...
available on the synced entry.Test Replace / Merge dialog while turning on Sync
Reset Synced Data
action under...
Test Request Rate Limit on Client
Make sure during following activity, sync is triggered only if sync is not triggered in last 10s. You can check if sync is triggered or not in Preferences Sync logs
Make sure client limits 100 requests per 5mins
Sync Now
command to trigger syncs and the command fails if limit exceedsTest do not install built in extensions while syncing
To test this download insiders from our builds page branched from
sandy081/test/syncing-builtin-extensions
that does not hasms-vscode.references-view
built in extension.ms-vscode.references-view
extension is not installed automatically.The text was updated successfully, but these errors were encountered: