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

Update Fault Node Status to RUNNING on Experiment Start #4733

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

andoriyaprashant
Copy link

@andoriyaprashant andoriyaprashant commented Jun 28, 2024

Fixes #4724

Proposed changes

Previously, fault node statuses in ChaosEngine events often remained stuck at INITIALIZED during experiment execution, resulting in inaccurate state reporting. The update introduces refined status transition mechanisms to ensure precise tracking and reporting of ChaosEngine states, specifically addressing transitions from INITIALIZED to RUNNING.

Types of changes

What types of changes does your code introduce to Litmus? Put an x in the boxes that apply

  • New feature (non-breaking change which adds functionality)
  • Bugfix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices applies)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING doc
  • I have signed the commit for DCO to be passed.
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

@namkyu1999
Copy link
Member

Hi @andoriyaprashant, can you check broken pipelines?

shovanmaity and others added 10 commits July 6, 2024 12:35
* update allowed origins list

Signed-off-by: Shovan Maity <[email protected]>

* update nginx config

Signed-off-by: Shovan Maity <[email protected]>

* add manifest changes

Signed-off-by: Shovan Maity <[email protected]>

* update local value of allowed origins

Signed-off-by: Shovan Maity <[email protected]>

---------

Signed-off-by: Shovan Maity <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
…chaos#4670)

* Added strict validation for username and password in backend.

Signed-off-by: aryan <[email protected]>

* fixed silly mistake

Signed-off-by: aryan <[email protected]>

* some requested changes.

Signed-off-by: aryan <[email protected]>

* modified tests

Signed-off-by: aryan <[email protected]>

* small change

Signed-off-by: aryan <[email protected]>

* Update message string in chaoscenter/authentication/api/handlers/doc.go

Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: Aryan Bhokare <[email protected]>

* Update error message chaoscenter/authentication/pkg/utils/sanitizers.go

Co-authored-by: Vedant Shrotria <[email protected]>
Signed-off-by: Aryan Bhokare <[email protected]>

* Modified swagger with requested changes.

Signed-off-by: aryan <[email protected]>

* added negative tests for requested functions and fixed some conflicts.

Signed-off-by: aryan <[email protected]>

---------

Signed-off-by: aryan <[email protected]>
Signed-off-by: Aryan Bhokare <[email protected]>
Co-authored-by: Vedant Shrotria <[email protected]>
Co-authored-by: Saranya Jena <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
* Refactor editor to executer in Authentication service.

Signed-off-by: aryan <[email protected]>

* Refactor editor to executer in GraphQl servers.

Signed-off-by: aryan <[email protected]>

* Changing executor roles.

Signed-off-by: aryan <[email protected]>

* Updation in frontend hooks corresponding to backend refactor.

Signed-off-by: aryan <[email protected]>

* Executer role implementation.

Converted editor roles to executer role in frontend files. And Changed rbacs of the new Executer role.

Signed-off-by: aryan <[email protected]>

* modification of api specs for executor

Signed-off-by: aryan <[email protected]>

* removed executor role from userInfraRegistration and fixed import orders.

Signed-off-by: aryan <[email protected]>

* refactor executer to executor

Signed-off-by: aryan <[email protected]>

* Removing exector permission from launch experiment FE

Signed-off-by: aryan <[email protected]>

* minor fix

Signed-off-by: aryan <[email protected]>

---------

Signed-off-by: aryan <[email protected]>
Co-authored-by: Namkyu Park <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
…itmuschaos#4744)

* feat: Added password reset as a route to manage initial login case

Signed-off-by: Hrishav <[email protected]>

* feat: Fixed deepspan issue

Signed-off-by: Hrishav <[email protected]>

* fix: Updated API response in front-end

Signed-off-by: Hrishav <[email protected]>

* chore: addressed review comment

Signed-off-by: Hrishav <[email protected]>

---------

Signed-off-by: Hrishav <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
…itmuschaos#4719)

* Added support for jwt secret creation of each user upon logic

Signed-off-by: Saranya-jena <[email protected]>

* Fixed imports

Signed-off-by: Saranya-jena <[email protected]>

* Add fixes in dex service

Signed-off-by: Saranya-jena <[email protected]>

* Fixed UTs

Signed-off-by: Saranya-jena <[email protected]>

* resolved comments

Signed-off-by: Saranya-jena <[email protected]>

* updated logic

Signed-off-by: Saranya-jena <[email protected]>

* fixed UTs and removed unecessary test cases

Signed-off-by: Saranya-jena <[email protected]>

* fixed imports

Signed-off-by: Saranya-jena <[email protected]>

* fixed imports

Signed-off-by: Saranya-jena <[email protected]>

* resolved comments

Signed-off-by: Saranya-jena <[email protected]>

* fixed imports

Signed-off-by: Saranya-jena <[email protected]>

* resolved comments

Signed-off-by: Saranya-jena <[email protected]>

* added server endpoint in allowed origins

Signed-off-by: Saranya-jena <[email protected]>

* fixed imports

Signed-off-by: Saranya-jena <[email protected]>

* minor chnages

Signed-off-by: Saranya-jena <[email protected]>

* minor chnages

Signed-off-by: Saranya-jena <[email protected]>

* fixed imports

Signed-off-by: Saranya-jena <[email protected]>

---------

Signed-off-by: Saranya-jena <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
Signed-off-by: andoriyaprashant <[email protected]>
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.

Fault node status doesn't go to RUNNING state during experiment execution
6 participants