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

Enable multiple controllers #5420

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

style95
Copy link
Member

@style95 style95 commented May 30, 2023

Description

This is to enable multiple controllers on CI tests.
I think it is supposed to be enabled but it was commented at some point.

Related issue and scope

My changes affect the following components

  • API
  • Controller
  • Message Bus (e.g., Kafka)
  • Loadbalancer
  • Scheduler
  • Invoker
  • Intrinsic actions (e.g., sequences, conductors)
  • Data stores (e.g., CouchDB)
  • Tests
  • Deployment
  • CLI
  • General tooling
  • Documentation

Types of changes

  • Bug fix (generally a non-breaking change which closes an issue).
  • Enhancement or new feature (adds new functionality).
  • Breaking change (a bug fix or enhancement which changes existing behavior).

Checklist:

  • I signed an Apache CLA.
  • I reviewed the style guides and followed the recommendations (Travis CI will check :).
  • I added tests to cover my changes.
  • My changes require further changes to the documentation.
  • I updated the documentation where necessary.

@codecov-commenter
Copy link

codecov-commenter commented May 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e20ab17) 76.85% compared to head (2dd6d81) 76.75%.

❗ Current head 2dd6d81 differs from pull request most recent head daf191a. Consider uploading reports for the commit daf191a to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5420      +/-   ##
==========================================
- Coverage   76.85%   76.75%   -0.11%     
==========================================
  Files         241      241              
  Lines       14649    14649              
  Branches      629      629              
==========================================
- Hits        11259    11244      -15     
- Misses       3390     3405      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@style95 style95 force-pushed the enable-multiple-controllers branch from 2fbbb71 to 2b41fd1 Compare May 31, 2023 01:06
;controller1 ansible_host=172.17.0.1 ansible_connection=local
;{% endif %}
{% if mode is defined and 'HA' in mode %}
controller1 ansible_host=172.17.0.1 ansible_connection=local
Copy link
Member Author

Choose a reason for hiding this comment

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

This is to enable the second controller in the CI environment to run the HA test for controllers.

@style95
Copy link
Member Author

style95 commented Feb 11, 2024

@ningyougang
It's ready to merge.

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.

None yet

4 participants