test: DNSPolicy load-balancing strategy conflict#819
Merged
averevki merged 1 commit intoKuadrant:mainfrom Nov 28, 2025
Merged
Conversation
crstrn13
requested changes
Nov 26, 2025
Signed-off-by: averevki <sandyverevkin@gmail.com>
376a8c5 to
338ed3f
Compare
Contributor
|
New test is passing, however I ran But this is likely environmental issue, is this happening for you @crstrn13 @averevki |
azgabur
approved these changes
Nov 27, 2025
Contributor
Author
|
@emmaaroche It is indeed an unrelated environmental issue we have, you can also check that it was failing on nightly runs for the last week. Looking into this but test is passing on hub cluster for me today |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
dns_serveranddns_server2fixtures to be available at the multicluster package level for better reusabilityCloses #789
Changes
New Features
testsuite/tests/multicluster/test_strategy_conflict.pytest_lb_strategy_conflict()to verify DNSPolicy strategy conflict detectionEnforced=FalseconditionProviderErrorwith CNAME/A record type conflict messageRefactoring
dns_serverfixture fromtestsuite/tests/multicluster/load_balanced/conftest.pytotestsuite/tests/multicluster/conftest.pyfor package-level availabilitydns_server2fixture intestsuite/tests/multicluster/load_balanced/conftest.pyto validate and return only the second DNS server configurationdns_configfixture from load_balanced tests (no longer needed with individual server fixtures)Verification steps
Run the new test:
poetry run pytest -vv testsuite/tests/multicluster/test_strategy_conflict.py # Verify existing load-balanced tests still pass: poetry run pytest -vv testsuite/tests/multicluster/load_balanced/