traas-stack / chaosmeta

A chaos engineering platform for supporting the complete fault drill lifecycle.
https://chaosmeta.gitbook.io/chaosmeta-cn
Apache License 2.0
315 stars 54 forks source link

fix: jvm fault injection problem,className not match and javassist not found exception. #173

Closed lqxandxl closed 2 months ago

lqxandxl commented 2 months ago

I found that when injecting faults into Java programs, the experiment did not take effect. I fixed 2 problems. One is the matching problem of class information, and the other is the problem that javassist cannot find the class information.

[https://github.com/traas-stack/chaosmeta/issues/172]