Enhance CI configuration and testing setup#127
Open
mjkatgithub wants to merge 4 commits into
Open
Conversation
- Updated CI workflow to run the full lane on every pull request, improving test coverage and stability. - Modified `test:ci:full` command in `package.json` to streamline testing processes. - Added Vitest configuration for forked pools to stabilize coverage runs. - Enhanced documentation in `README.md` and `CHANGELOG.md` to reflect changes in CI processes and testing requirements. - Introduced new unit tests for Matrix client mocks to improve test reliability and maintainability.
- Restored ownership of the data directory after running `synapse generate` to ensure `homeserver.yaml` overrides are writable, addressing GitHub Actions EACCES errors. - Updated CHANGELOG to document this fix and its impact on CI processes.
- Modified E2E testing scripts in `package.json` to ensure the third argument for `start-server-and-test` is an npm script name, fixing issues in local and CI environments. - Added a new section in `README.md` detailing the current state of test layers, including unit, integration, and E2E tests, along with coverage statistics and integration gaps. - Updated `CHANGELOG.md` to document these changes and their impact on testing processes.
- Updated E2E testing scripts to run Cucumber tests via Node, improving compatibility on Windows and simplifying execution. - Restored UID ownership for Synapse E2E data directory after configuration patching to ensure proper access to signing keys. - Merged E2E environment files for streamlined configuration management. - Enhanced CHANGELOG to document these updates and their implications for testing processes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test:ci:fullcommand inpackage.jsonto streamline testing processes.README.mdandCHANGELOG.mdto reflect changes in CI processes and testing requirements.