Skip to content

Update user baselines #42451

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

Merged

Conversation

rbuckton
Copy link
Contributor

Accepts the new user baselines from #42431

@rbuckton rbuckton requested a review from weswigham January 22, 2021 02:03
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jan 22, 2021
Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

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

Looks like there's still work to do for xterm.js, vscode and azure-sdk. office-ui-fabric still looks super broken, but now in a different way. I guess it's fine to merge once #42431 is in, but it's still the case that the docker tests are half-useful at best.

error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
The file is in the program because:
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
Copy link
Member

Choose a reason for hiding this comment

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

these errors seem worse than before

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not certain we can know what broke this. None of the projects fixed by #42431 have been building or contributing updated logs for some time now, so there's no way to know what caused these breaks. All of these breaks are based on what is in master now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The only thing I changed for xterm was the NodeJS version (since xterm started requiring features not present in NodeJS 8). This seems like a problem with their build, not our test (and these user tests often seem to run afoul of that).

@@ -1,11 +1,24 @@
Exit Code: 0
Exit Code: 1
Copy link
Member

Choose a reason for hiding this comment

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

this is worse than before, right? Is this due to our test harness changing or vscode changing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We haven't been building vscode for awhile, so there's now way to know. This is what vscode reports for master now (after getting the build to actually run in #42431).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is probably something we can ignore? The error reported is that monaco.d.ts changed (from here), which is likely due to Anders's type alias naming PR. The error will likely go away once vscode is building using 4.2 and generates a stable copy of monaco.d.ts.

@@ -63,7 +64,7 @@ Executing a maximum of ?simultaneous processes...
"@azure/event-processor-host" is blocked by "@azure/eslint-plugin-azure-sdk".
"testhub" is blocked by "@azure/eslint-plugin-azure-sdk".
"@azure/logger" is blocked by "@azure/eslint-plugin-azure-sdk".
==[ BLOCKED: 57 projects ]=====================================================
==[ BLOCKED: 58 projects ]=====================================================
Copy link
Member

Choose a reason for hiding this comment

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

looks like azure-sdk is still blocked by not installing (or a bad install?) @typescript-eslint/scope-manager

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is this our issue or an issue in azure-sdk? I didn't do anything for azure-sdk in #42431, so as far as I can tell this is just the latest build output from master.

@rbuckton
Copy link
Contributor Author

This is purely to get us caught up now that we're actually running projects like vscode, xterm.js, prettier, office-ui-fabric, etc. that haven't been building (or contributing logs) for the past few weeks (at a minimum). If we want to run down build failures in the logs now that they are actually up to date with what's in master, I'd rather do that in a separate PR.

The important thing is re-establishing our baseline for anything else we want to test for 4.2, since now that #42431 has merged everyone running the user tests will be seeing these due to an out-of-date baseline.

@rbuckton
Copy link
Contributor Author

I need to merge this soon so I can move forward with running the user tests against several community PRs. Given this is a baseline update based on what's already in master (and not a functionality update), unless someone has a pressing concern, I'll probably merge this in the next 30 minutes.

@rbuckton rbuckton merged commit 786a7e8 into microsoft:master Jan 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants