-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[7.x] [Plugin Generator] Add integration test (#43219) #45044
Conversation
Addresses elastic#17061 ### Features Covered - generating a plugin #### Then from within the generated plugin's directory - running `yarn build` - running `yarn test:browser` - running `yarn test:server` - running `yarn start` - running `yarn preinstall` - running `yarn lint` - running `yarn kbn --help` - running `yarn es --help`
💔 Build Failed |
retest |
💔 Build Failed |
💔 Build Failed |
retest |
💔 Build Failed |
💔 Build Failed |
Finally ssh'd into a worker and ran a focused, failing test w/o cleaning up the generated plugin (commented that out), and this is the test output:
This is the generated intl file
I wonder 2 things now:
So, I just ran the same setup, but against master and the file content is indeed different:
I'll try pasting this into the worker I'm ssh'd into and see what the test reports. I just ran the tests w/o re-generating the plugin to ensure the copy-pasta'd intl file was not generated differently, and we still have 4 failing tests:
|
💔 Build Failed |
CI Log Snippet of the errors:
|
💔 Build Failed |
Add blank line ending.
💚 Build Succeeded |
Backports the following commits to 7.x: