Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement running experiments on setTimeout #643

Merged
merged 17 commits into from
Oct 1, 2023

Conversation

GuyAb
Copy link
Collaborator

@GuyAb GuyAb commented Sep 27, 2023

Question Answer
Bug fix
New feature
Breaking change
Deprecations
Documentation
Tests added

Related issues: #634
Further information:

@@ -6,6 +6,7 @@ const rewire = require('rewire');

const database = require('../../../../src/chaos-experiments/models/database/databaseConnector');
const manager = rewire('../../../../src/chaos-experiments/models/chaosExperimentsManager');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi - we don't use rewire functionality here - (set )
I prefer to remove it as this is unhealthy methodology in testing

@GuyAb GuyAb merged commit 0834846 into fb-chaos-mesh-support Oct 1, 2023
@GuyAb GuyAb deleted the set-timeout-chaos branch October 2, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants