chaosmeta icon indicating copy to clipboard operation
chaosmeta copied to clipboard

A chaos engineering platform for supporting the complete fault drill lifecycle.

Results 32 chaosmeta issues
Sort by recently updated
recently updated
newest added

chaosmeta版本为0.6.1。 1,chaosmeta执行实验显示成功。 2,jvm修改返回值或延时都未实际生效。 3,看起来在java -cp .:tools.jar 的命令执行的时候卡住了,并未往后进行实验。 卡在了ChaosMetaJVMAttacher中第21行,vm.loadAgent(agentPath, configPath); 我使用的是amazoncorretto的jdk8镜像,普通的spring demo程序。

As described in https://github.com/traas-stack/chaosmeta/issues/161 , the `xgo` has been proven fine to replace gomonkey to provide better maintainability. To run tests with xgo, first install xgo: ```sh # macOS and...

Hello guys, I'm here planning to rewrite some unit tests in the project, switching from gomonkey to xgo. Xgo is a more go-native mocking library and provides simpler API and...

when running test of `chaosmeta-inject-operator/pkg/scopehandler/pod/handler_test.go`, as the following: ```go cd chaosmeta-inject-operator go test -v ./pkg/scopehandler/pod ``` Error output: ```sh # github.com/traas-stack/chaosmeta/chaosmeta-inject-operator/pkg/scopehandler/pod [github.com/traas-stack/chaosmeta/chaosmeta-inject-operator/pkg/scopehandler/pod.test] pkg/scopehandler/pod/handler_test.go:101:10: cannot use analyzerMock (variable of type *mockselector.MockIAnalyzer)...

When filling out the form, such as "podname", there are listed options. However, the entered content cannot accurately select an option.

When use chaosmeta to inject pod cpu fault, it failed and shows ``` phase: inject status: failed message: create failed detail: inject: - injectobjectname: pod/default/static-web/web uid: "202402271149102723" message: | experiment...

我在openshift4..11平台上部署了chaosmeta,创建了一个pod 内存填充的实验,运行实验提示不支持cri-o的错误,在钉钉的ChaosMeta开源官方群咨询的结果是:当前只支持docker、containerd、pouch的容器运行时哈,cri-o的还没支持。有这方面需求的话可以提个issue,我们后续跟进一下。 希望chaosmeta在下一个版本可以支持cri-o,谢谢! 实验日志如下: ![lALPM5HintT6vHbNA5vNBe8_1519_923](https://github.com/traas-stack/chaosmeta/assets/10111465/bedcede9-bde0-4810-9881-61ecfefd40b1) Experiment错误信息如下: ``` apiVersion: chaosmeta.io/v1alpha1 kind: Experiment metadata: name: inject-fault-pod-mem-e-176056549707140710421708586498node namespace: chaosmeta spec: experiment: args: - key: bytes value: 100MB valueType: string - key: mode value:...

When chaosmeta-daemon resources limit/request is set, the CPU and memory injection of a node cannot exceed this limit. But the CPU and memory injection of a container has no limit.