[pcs-0.11] fix constraint printout#1129
Closed
ApetorSkol wants to merge 244 commits into
Closed
Conversation
* has been broken since fork method change to forkserver
* BUNDLE_FORCE_RUBY_PLATFORM: Ignore the current machine's platform and install only ruby platform gems. As a result, gems with native extensions will be compiled from source.
* add a stonith_admin mock to support validating instance atributes by agents * rename agents to make it clear we're working with mocks and to show what each mock is used for * create custom metedata for agents to fit usecases in tests * tier1 tests do not require fence agents to be installed in the system, all is mocked now
Make the test verify that the version has been increased rather than looking for a specific version which may change with new pcmk release.
* do not display a warning when fence_sbd and method="cycle"
The idea is to make it clearly visible that * test cases use the same fixtures * pcs commands produce the same output
* add command status.full_cluster_status_plaintext to the API_V1_MAP * fix ClusterStatusLegacyHandler
* fix ClusterAddNodesLegacyHandler
The previous patch (5aee28a) didn't work with older versions of Tornado. To maximize compatibility, multipart requests wil be turned off only if Tornado supports it. I also removed the CVE links as they are included in the commit message and I'm also including them here for convenience: https://www.cve.org/CVERecord?id=CVE-2026-31958 https://www.cve.org/CVERecord?id=CVE-2025-61771 https://www.cve.org/CVERecord?id=CVE-2025-61770
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.
Backport for pcs-0.11. Print constraint output order same as in the CIB (instead of alphabetically).