Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,4 @@ updates:
interval: weekly
open-pull-requests-limit: 10
labels:
- 'dependencies'
- package-ecosystem: gomod
directory: '/k8s-test-runner'
schedule:
interval: weekly
open-pull-requests-limit: 10
labels:
- 'dependencies'
- 'dependencies'
1 change: 0 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
- parrot
- wasp
- seth
- k8s-test-runner
- lib
- tools/workflowresultparser
- tools/asciitable
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- path: wasp
vm: ubuntu-latest
regex: TestBenchSpy
- path: k8s-test-runner
vm: ubuntu-latest
regex: ./...
- path: parrot
vm: ubuntu-latest
regex: ./...
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ charts/**/templates/**/*.yaml
charts/**/values.yml
charts/**/values.yaml
charts/**/README.md
k8s-test-runner/chart/**/*.yaml
node_modules/
index.yaml
wasp/**
Expand Down
80 changes: 21 additions & 59 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
- [Configuration](./framework/developer_environment/toml.md)
- [External Environment Configuration](./framework/developer_environment/toml_external_env_integration.md)
- [Extending a Generated Environment (AGENTS.md)](./framework/developer_environment/agents.md)
- [Basic Usage](./framework/getting_started.md)
- [Usage](./framework/getting_started.md)
- [Getting Started](./framework/getting_started.md)
- [Advanced Usage](./framework/configuration.md)
- [CLI](./framework/cli.md)
- [Configuration](./framework/configuration.md)
- [Debugging Tests](framework/components/debug.md)
Expand All @@ -19,7 +18,6 @@
- [Verifying Contracts](./framework/verify.md)
- [CL Node Keys Import](./framework/cl_node_keys_import.md)
- [Test Configuration](./framework/test_configuration_overrides.md)
- [Debugging K8s Chaos Tests](framework/chaos/debug-k8s.md)
- [Components Cleanup](framework/components/cleanup.md)
- [Components Caching](framework/components/caching.md)
- [Components Resources](framework/components/resources.md)
Expand All @@ -29,6 +27,8 @@
- [Compatibility Testing](framework/compat.md)
- [Copying Files](framework/copying_files.md)
- [Running in Kubernetes](./framework/kubernetes.md)
- [Fork Testing](./framework/fork.md)
- [Fork Testing (Mutating Storage)](./framework/fork_storage.md)
- [Observability Stack](framework/observability/observability_stack.md)
- [Metrics](framework/observability/metrics.md)
- [Logs](framework/observability/logs.md)
Expand All @@ -38,7 +38,6 @@
- [Observability Stack (VictoriaMetrics)](framework/observability-victoria/observability_stack_victoria.md)
- [Logs](framework/observability-victoria/logs.md)
- [Components](framework/components/overview.md)
- [Overview](framework/components/overview.md)
- [Blockchains](framework/components/blockchains/overview.md)
- [EVM](framework/components/blockchains/evm.md)
- [Solana](framework/components/blockchains/solana.md)
Expand All @@ -53,10 +52,6 @@
- [Chip Ingress Set](framework/components/chipingresset/chip_ingress.md)
- [Troubleshooting](framework/components/troubleshooting.md)
- [Mono Repository Tooling](./monorepo-tools.md)
- [Testing Maturity Model](framework/testing.md)
- [Chaos Testing](./framework/chaos/chaos.md)
- [Fork Testing](./framework/fork.md)
- [Fork Testing (Mutating Storage)](./framework/fork_storage.md)
- [Libraries](./libraries.md)
- [Overview](./libraries.md)
- [WASP](./libs/wasp/overview.md)
Expand All @@ -65,35 +60,15 @@
- [Stateful test](./libs/wasp/stateful_test.md)
- [User Journey test](./libs/wasp/user_journey_test.md)
- [Profile test](./libs/wasp/profile_test.md)
- [Testing alerts]()
- [Configuration](./libs/wasp/configuration.md)
- [k8s](./libs/wasp/k8s.md)
- [Components](./libs/wasp/components/overview.md)
- [Alert Checker]()
- [Dashboard](./libs/wasp/components/dashboard.md)
- [Generator](./libs/wasp/components/generator.md)
- [Loki](./libs/wasp/components/loki.md)
- [Profile](./libs/wasp/components/profile.md)
- [Sampler](./libs/wasp/components/sampler.md)
- [Schedule](./libs/wasp/components/schedule.md)
- [BenchSpy](./libs/wasp/benchspy/overview.md)
- [Getting started](./libs/wasp/benchspy/getting_started.md)
- [Your first test](./libs/wasp/benchspy/first_test.md)
- [Simplest metrics](./libs/wasp/benchspy/simplest_metrics.md)
- [Standard Loki metrics](./libs/wasp/benchspy/loki_std.md)
- [Custom Loki metrics](./libs/wasp/benchspy/loki_custom.md)
- [Standard Prometheus metrics](./libs/wasp/benchspy/prometheus_std.md)
- [Custom Prometheus metrics](./libs/wasp/benchspy/prometheus_custom.md)
- [To Loki or not to Loki?](./libs/wasp/benchspy/loki_dillema.md)
- [Real world example](./libs/wasp/benchspy/real_world.md)
- [Debugging](./libs/wasp/benchspy/debugging.md)
- [Reports](./libs/wasp/benchspy/reports/overview.md)
- [Standard Report](./libs/wasp/benchspy/reports/standard_report.md)
- [Adding new QueryExecutor](./libs/wasp/benchspy/reports/new_executor.md)
- [Adding new standard load metric]()
- [Adding new standard resource metric]()
- [Defining a new report](./libs/wasp/benchspy/reports/new_report.md)
- [Adding new storage]()
- [How to](./libs/wasp/how-to/overview.md)
- [Start local observability stack](./libs/wasp/how-to/start_local_observability_stack.md)
- [Chose between RPS and VUs](./libs/wasp/how-to/chose_rps_vu.md)
Expand All @@ -104,43 +79,30 @@
- [Reuse dashboard components](./libs/wasp/how-to/reuse_dashboard_components.md)
- [Parallelize load](./libs/wasp/how-to/parallelise_load.md)
- [Debug Loki errors](./libs/wasp/how-to/debug_loki_errors.md)
- [Havoc](./libs/havoc.md)
- [Seth](./libs/seth.md)
- [Sentinel](./libs/sentinel.md)

---

- [Legacy](./legacy.md)
- [Overview](./legacy.md)
- [CTFv1](lib.md)
- [Blockchain](lib/blockchain.md)
- [Concurrency](lib/concurrency.md)
- [Client](lib/client.md)
- [Anvil]()
- [AWS Secrets Manager](lib/client/aws_secrets_manager.md)
- [Github](lib/client/github.md)
- [Grafana](lib/client/grafana.md)
- [Kafka](lib/client/kafka.md)
- [Loki](lib/client/loki.md)
- [MockServer](lib/client/mockserver.md)
- [Postgres](lib/client/postgres.md)
- [Prometheus](lib/client/prometheus.md)
- [Kubernetes](lib/k8s_new/overview.md)
- [Creating environments](lib/k8s_new/environments.md)
- [Using remote runner](lib/k8s_new/remote_runner.md)
- [Passing test secrets](lib/k8s_new/test_secrets.md)
- [chain.link labels](lib/k8s/labels.md)
- [Kubernetes (legacy docs)](lib/k8s/KUBERNETES.md)
- [K8s Remote Run](lib/k8s/REMOTE_RUN.md)
- [K8s Tutorial](lib/k8s/TUTORIAL.md)
- [Config](lib/config/config.md)
- [Docker](lib/docker/overview.md)
- [Blockchain nodes](lib/docker/blockchain_nodes.md)
- [Chainlink ecosystem](lib/docker/chainlink_ecosystem.md)
- [Third party apps]()
- [Test helpers](lib/docker/test_helpers.md)
- [Logging](lib/logging.md)
- [K8s Test Runner](k8s-test-runner/k8s-test-runner.md)
- [Havoc](./libs/havoc.md)
- [BenchSpy](./libs/wasp/benchspy/overview.md)
- [Getting started](./libs/wasp/benchspy/getting_started.md)
- [Your first test](./libs/wasp/benchspy/first_test.md)
- [Simplest metrics](./libs/wasp/benchspy/simplest_metrics.md)
- [Standard Loki metrics](./libs/wasp/benchspy/loki_std.md)
- [Custom Loki metrics](./libs/wasp/benchspy/loki_custom.md)
- [Standard Prometheus metrics](./libs/wasp/benchspy/prometheus_std.md)
- [Custom Prometheus metrics](./libs/wasp/benchspy/prometheus_custom.md)
- [To Loki or not to Loki?](./libs/wasp/benchspy/loki_dillema.md)
- [Real world example](./libs/wasp/benchspy/real_world.md)
- [Debugging](./libs/wasp/benchspy/debugging.md)
- [Reports](./libs/wasp/benchspy/reports/overview.md)
- [Standard Report](./libs/wasp/benchspy/reports/standard_report.md)
- [Adding new QueryExecutor](./libs/wasp/benchspy/reports/new_executor.md)
- [Adding new standard load metric]()
- [Adding new standard resource metric]()
- [Defining a new report](./libs/wasp/benchspy/reports/new_report.md)

---

Expand Down
89 changes: 0 additions & 89 deletions book/src/framework/chaos/chaos.md

This file was deleted.

26 changes: 0 additions & 26 deletions book/src/framework/chaos/debug-k8s.md
Original file line number Diff line number Diff line change
@@ -1,27 +1 @@
# Debugging K8s Chaos Tests

This deployment is used to debug various [ChaosMesh](https://chaos-mesh.org/) with [Kind](https://kind.sigs.k8s.io/)

Install [DevBox](https://www.jetify.com/devbox) and run your environment
```
cd infra/chaosmesh-playground
devbox run up
```

Check the services
```
devbox shell
k9s
```
Apply experiments (inside devbox shell)

If you running it from any other shell or using `Go` don't forget to apply `kubectl config set-context kind-cm-playground` before!
```
kubectl apply -f manifests/latency.yaml
```
Debug `ChaosMesh` using `k9s`, check daemon logs.

Remove the environment
```
devbox run down
```
2 changes: 1 addition & 1 deletion book/src/framework/components/overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Components

CTF contains of two groups of components:
- Off-chain services like [NodeSet](../../framework/nodeset_environment.md)
- Off-chain services like [NodeSet](../../framework/developer_environment/toml.html#node-set)
- Test components, blockchain simulators, fake server
5 changes: 0 additions & 5 deletions book/src/framework/testing.md

This file was deleted.

Loading
Loading