WangXiang

Results 40 issues of WangXiang

yum install chaosd apt-get install chaosd

We can create stress chaos with CPU type or memory type: ```shell chaosd attack stress cpu... chaosd attack stress memory... ``` But we can not create one chaos experiment with...

enhancement
good first issue
help wanted

## Bug Report **What version of Chaos Mesh are you using?** 2.1.3 **What did you do?** create NetworkChaos with yaml: ```yaml kind: NetworkChaos apiVersion: [chaos-mesh.org/v1alpha1](http://chaos-mesh.org/v1alpha1) metadata: namespace: default name: pod-network-loss-03...

type/bug
chaos/network

I use sqlparser parse sql, and the code is below: sql := "rename table a to b;" tree, err := sqlparser.Parse(sql) if err != nil { fmt.Println("sql parser failed!") return...

In section 3.3.4 RAM, here is the introduction of the free: ![image](https://user-images.githubusercontent.com/5793595/116229370-fdc6ff00-a788-11eb-9815-36026531f0e8.png) But in my VM, which is installed following the steps in the book, show the information of swap:...

get error message: ```log error: error validating "./chaos.yaml": error validating data: ValidationError(PodChaos.spec): unknown field "scheduler" in org.chaos-mesh.v1alpha1.PodChaos.spec; if you choose to ignore these errors, turn validation off with --validate=false ```

have a database named `table-partition/TICASE-2098`, and mydumper will run failed with error: $ ./mydumper -h 172.16.4.178 -P 4000 -u root --skip-tz-utc -o lightning/data/ ** (mydumper:28826): CRITICAL **: 15:55:45.278: Error: DB:...

bug

[`METRICS_SCHEMA`](https://pingcap.com/docs-cn/stable/system-tables/system-table-metrics-schema/#metrics-schema) is the system schema in TiDB, should ignore dump this schema if database is TiDB, otherwise will executed failed when use lightning to restore data. ![企业微信截图_1c76cfe5-eb4c-4e63-af09-17eda8716487](https://user-images.githubusercontent.com/5793595/83132594-33481000-a114-11ea-9ed4-7322fb49378e.png)

## Bug Report **What version of Chaos Mesh are you using?** master: ea9c6cc646a17fe0912128f157cb1c4983f4ced7 **What did you do?** create a PhysicalMachineChaos, the YAML file: ```YAML kind: PhysicalMachineChaos apiVersion: chaos-mesh.org/v1alpha1 metadata: namespace:...

type/bug