
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
agc-integration-tests
Advanced tools
Integration tests for AGC
These integration tests simulate basic and advanced scenarios that may be encountered in AGC. The goal of each test scenario is to spawn up a cluster and change its state while clients are simultaneously publishing and consuming channel data to/from various instances within that cluster.
To run the tests, you need to have Node.js and Docker installed - You should be able to run the docker
command from your user account without sudo.
Then:
git clone
this repocd
into the newly created directorynpm install
npm test
Note that if you've built an AGC architecture with some custom instances, you can swap out the default Docker images with your own images in config.js
.
If you find new failure scenarios that you would like someone to look at and/or resolve, feel free to open a pull request on this repo so that we can start working on a fix.
Please put long/complex test scenarios in a separate file under the test/
directory.
The goal of this project is to help the Asyngular/SC community share solutions and to build up a comprehensive set of test scenarios to help everyone build more robust systems on top of the AGC architecture.
FAQs
Integration tests for AGC
The npm package agc-integration-tests receives a total of 0 weekly downloads. As such, agc-integration-tests popularity was classified as not popular.
We found that agc-integration-tests demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.