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

Run Selenium suites against a cluster of nodes #12165

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

MarcialRosales
Copy link
Contributor

@MarcialRosales MarcialRosales commented Aug 29, 2024

Proposed Changes

Run selenium tests against a rabbitmq cluster deployed via docker-compose. When the cluster profile is active or present, once the cluster is up and running, the test suite is run against each node in the cluster before stopping the cluster.
The other two execution modes run the test suites against a standalone docker instance of RabbitMQ activated via the profile docker or against a rabbitmq server run via make run-broker.

Types of Changes

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

  • Bug fix (non-breaking change which fixes issue #NNNN)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause an observable behavior change in existing systems)
  • Documentation improvements (corrections, new content, etc)
  • Cosmetic change (whitespace, formatting, etc)
  • Build system and/or CI

@MarcialRosales MarcialRosales self-assigned this Aug 29, 2024
@MarcialRosales MarcialRosales force-pushed the run-selenium-on-cluster branch from 6dd20c4 to 3f69a6d Compare August 30, 2024 09:26
@mergify mergify bot added the make label Aug 30, 2024
@MarcialRosales MarcialRosales force-pushed the run-selenium-on-cluster branch 4 times, most recently from 8612d2b to 565ec67 Compare September 3, 2024 08:55
@MarcialRosales MarcialRosales mentioned this pull request Sep 3, 2024
6 tasks
@MarcialRosales MarcialRosales marked this pull request as ready for review September 3, 2024 12:02
@MarcialRosales MarcialRosales force-pushed the run-selenium-on-cluster branch from 3e85ae6 to e62a470 Compare September 3, 2024 16:54
@MarcialRosales MarcialRosales force-pushed the run-selenium-on-cluster branch from e62a470 to 77b63d6 Compare September 4, 2024 09:07
@michaelklishin michaelklishin changed the title Run selenium on cluster Run Selenium suites against a cluster of nodes Sep 4, 2024
@michaelklishin michaelklishin merged commit 7323abc into main Sep 4, 2024
197 checks passed
@michaelklishin michaelklishin deleted the run-selenium-on-cluster branch September 4, 2024 15:14
MarcialRosales added a commit that referenced this pull request Sep 4, 2024
Run Selenium suites against a cluster of nodes (backport #12165)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants