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
Automation: Main Next Integrate #11630
Automation: Main Next Integrate #11630
Conversation
* Remove AttachGroup construct * PR feedback
⯅ @fluid-example/bundle-size-tests: +15.52 KB
Baseline commit: 99e4847 |
|
/azp run Build - client packages |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
I suspect the pipeline failures are transient, or related to issues that should have been addressed now, so waiting to see if the manual run of |
|
thanks @alexvy86!! |
|
@sonalivdeshpande quick follow up, the pipeline runs for the main branch seem a bit flaky right now, I again got an error, and the root problem seems to be some issue when running the real service tests targeting t9s, during the step to produce a code-coverage report: lerna info Executing command in 2 packages: "npm run test:realsvc:report"
@***framework/test-end-to-end-tests: npm ERR! code ELIFECYCLE
@***framework/test-end-to-end-tests: npm ERR! errno 2
@***framework/test-end-to-end-tests: npm ERR! @***framework/test-end-to-end-tests@2.0.0-internal.1.1.0.87393 test:realsvc:run: `mocha dist/test --config src/test/.mocharc.js "--driver=t9s" "--timeout=5s"`
@***framework/test-end-to-end-tests: npm ERR! Exit status 2
@***framework/test-end-to-end-tests: npm ERR!
@***framework/test-end-to-end-tests: npm ERR! Failed at the @***framework/test-end-to-end-tests@2.0.0-internal.1.1.0.87393 test:realsvc:run script.
@***framework/test-end-to-end-tests: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
@***framework/test-end-to-end-tests: npm ERR! A complete log of this run can be found in:
@***framework/test-end-to-end-tests: npm ERR! /home/cloudtest/.npm/_logs/2022-08-23T17_15_27_770Z-debug.log
@***framework/test-end-to-end-tests: npm ERR! code ELIFECYCLE
@***framework/test-end-to-end-tests: npm ERR! errno 2
@***framework/test-end-to-end-tests: npm ERR! @***framework/test-end-to-end-tests@2.0.0-internal.1.1.0.87393 test:realsvc:tinylicious:run: `npm run test:realsvc:run -- --driver=t9s --timeout=5s`
@***framework/test-end-to-end-tests: npm ERR! Exit status 2
@***framework/test-end-to-end-tests: npm ERR!
@***framework/test-end-to-end-tests: npm ERR! Failed at the @***framework/test-end-to-end-tests@2.0.0-internal.1.1.0.87393 test:realsvc:tinylicious:run script.
@***framework/test-end-to-end-tests: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
@***framework/test-end-to-end-tests: npm ERR! A complete log of this run can be found in:
@***framework/test-end-to-end-tests: npm ERR! /home/cloudtest/.npm/_logs/2022-08-23T17_15_27_815Z-debug.log
@***framework/test-end-to-end-tests: Error: Command failed with exit code 2: npm run test:realsvc:tinylicious:run
@***framework/test-end-to-end-tests: at makeError (/mnt/vss/_work/1/s/node_modules/start-server-and-test/node_modules/execa/lib/error.js:60:11)
@***framework/test-end-to-end-tests: at handlePromise (/mnt/vss/_work/1/s/node_modules/start-server-and-test/node_modules/execa/index.js:118:26)
@***framework/test-end-to-end-tests: at processTicksAndRejections (internal/process/task_queues.js:95:5) {
@***framework/test-end-to-end-tests: shortMessage: 'Command failed with exit code 2: npm run test:realsvc:tinylicious:run',
@***framework/test-end-to-end-tests: command: 'npm run test:realsvc:tinylicious:run',
@***framework/test-end-to-end-tests: escapedCommand: '"npm run test:realsvc:tinylicious:run"',
@***framework/test-end-to-end-tests: exitCode: 2,
@***framework/test-end-to-end-tests: signal: undefined,
@***framework/test-end-to-end-tests: signalDescription: undefined,
@***framework/test-end-to-end-tests: stdout: undefined,Let's see what the CI build for |
Main-next integrate PR
The aim of this pull request is to sync main and next branch. The expectation from the assignee is as follows:
For more information about how to resolve merge conflicts and CI failures, visit [this wiki page]
(https://github.com/microsoft/FluidFramework/wiki/Main-next-Automation).