:fire: :monkey: :collision: React混乱 用于您的React应用程序的Chaos Engineering。 它能做什么 当前,React Chaos是一个更高阶的组件,它将在包装的组件中随机抛出Error 。 包裹组件时所设置的level取决于引发错误的可能性。 博客文章: Demo: : :stop_sign: 安装前注意事项 当前,这是WIP和概念证明。 没有任何地方可以帮助确保良好的性能实践。 使用风险自负。 安装 npm i -- save - dev react - chaos 用法 首先,导入混沌: import withChaos from 'react-chaos' ; 将任何组件包裹在混沌中: const ComponentToWrap = ( ) => I may have chaos. < / p > ; const ComponentWithChaos = withC
2022-03-21 10:04:11 106KB react chaos-theory ui-testing chaos-engineering
1
该项目是和集合,是对的扩展。 安装 此软件包需要Python 3.5+ 要在实验中使用,此软件包必须安装在已经存在的Python环境中。 $ pip install -U chaostoolkit-aws 用法 要使用此程序包中的探针和操作,请将以下内容添加到实验文件中: { " name " : " stop-an-ec2-instance " , " provider " : { " type " : " python " , " module " : " chaosaws.ec2.actions " , " func " : " stop_instance " , " arguments " : { " instance_id " : " i-123456 " } } }, { " name " : " create-a-new-policy " , " provider " : { " type " : " pyt
1
Chaos Engineering 混沌工程学,详细的介绍了混沌工程学的相关信息,网上只有英文版的,这边提供一个中文版
2019-12-21 20:49:45 2.58MB Chaos Engineering 混沌工程学
1
Netfix 专家编写的混沌工程的理念,对构建高可用的微服务非常有启发性。
2019-12-21 20:19:37 510KB 混沌工程 chaos engine
1