-
Notifications
You must be signed in to change notification settings - Fork 41
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
v0.4.8: Logs API, chaos examples, debugger port fix #1609
Merged
Merged
Conversation
This file contains 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
skudasov
had a problem deploying
to
integration
January 28, 2025 16:34 — with
GitHub Actions
Failure
skudasov
had a problem deploying
to
integration
January 28, 2025 16:39 — with
GitHub Actions
Failure
skudasov
had a problem deploying
to
integration
February 3, 2025 10:12 — with
GitHub Actions
Failure
skudasov
changed the title
havoc examples
v0.4.8: Logs API, chaos examples, debugger port fix
Feb 3, 2025
skudasov
had a problem deploying
to
integration
February 3, 2025 10:58 — with
GitHub Actions
Failure
Quality Gate passedIssues Measures |
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.
Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.
Why
The updates across various files in the
chainlink-testing-framework
aim to improve testing capabilities, documentation, and the overall development experience. Specifically, the changes introduce a new feature for asserting container logs, update dependencies, and modify configurations to enhance testing stability and performance. Additionally, the introduction of chaos testing examples for Kubernetes and blockchain services demonstrates an effort to broaden the testing scope to include more complex scenarios.What
.github/workflows/framework-golden-tests.yml
.nancy-ignore
book/src/SUMMARY.md
book/src/developing/asserting_logs.md
framework/.changeset/v0.4.8.md
framework/components/clnode/clnode.go
CTF_CLNODE_DLV
environment variable.framework/components/simple_node_set/reload.go
framework/config.go
framework/docker.go
SaveContainerLogs
for saving Docker container logs andCheckCLNodeContainerErrors
for checking Chainlink node container logs for errors.framework/examples/myproject/chaos_blockchain_evm_test.go
andframework/examples/myproject/chaos_k8s_test.go
framework/examples/myproject/go.mod
andframework/examples/myproject/go.sum
github.com/chaos-mesh/chaos-mesh/api
.framework/examples/myproject/smoke_logs_test.go
framework/logs.go
CheckCLNodeContainerErrors
.