- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jun 1 2023
Jun 1 2023
kgaillot committed rP31847d15ed1a: Low: scheduler: skip non-exclusive nodes correctly for clones (authored by kgaillot).
Low: scheduler: skip non-exclusive nodes correctly for clones
kgaillot committed rP7b00c2714dbd: Refactor: scheduler: don't sort clone instances unless necessary (authored by kgaillot).
Refactor: scheduler: don't sort clone instances unless necessary
kgaillot committed rP267b4f28ac5f: Refactor: scheduler: declare pcmk__clone_add_utilization() in library-private… (authored by kgaillot).
Refactor: scheduler: declare pcmk__clone_add_utilization() in library-private…
kgaillot committed rP38473ce7e9e3: Refactor: scheduler: declare pcmk__clone_shutdown_lock() in library-private… (authored by kgaillot).
Refactor: scheduler: declare pcmk__clone_shutdown_lock() in library-private…
kgaillot committed rPdcd2fa687177: Refactor: scheduler: best practices for clone_append_meta() (authored by kgaillot).
Refactor: scheduler: best practices for clone_append_meta()
kgaillot committed rPb64e3bdfdf2b: Refactor: scheduler: replace copies_per_node() with a resource method (authored by kgaillot).
Refactor: scheduler: replace copies_per_node() with a resource method
GitHub <noreply@github.com> committed rP873e7ea3f2b2: Merge pull request #3111 from kgaillot/best-practices (authored by kgaillot).
Merge pull request #3111 from kgaillot/best-practices
chrissie-c committed rQ544a7c9e84f7: blackbox: fix potential overlow/memory corruption (authored by chrissie-c).
blackbox: fix potential overlow/memory corruption
May 31 2023
May 31 2023
nrwahl2 committed rP175bf08f01c4: Refactor: based: Functionize CIB request reply creation (authored by nrwahl2).
Refactor: based: Functionize CIB request reply creation
nrwahl2 committed rP0b1c54f6bd0e: Refactor: based: New cib_op_attr_local value in enum cib_op_attr (authored by nrwahl2).
Refactor: based: New cib_op_attr_local value in enum cib_op_attr
nrwahl2 committed rP60cb5ff525e3: Refactor: based: COMPAT note for cib_op_attr_modifies in primary request (authored by nrwahl2).
Refactor: based: COMPAT note for cib_op_attr_modifies in primary request
nrwahl2 committed rP4145a585e407: Doc: based: Remove meaningless comment from sync_our_cib() (authored by nrwahl2).
Doc: based: Remove meaningless comment from sync_our_cib()
nrwahl2 committed rP825a62f12660: Refactor: based: Fix bad sync check in sync_our_cib() (authored by nrwahl2).
Refactor: based: Fix bad sync check in sync_our_cib()
nrwahl2 committed rP853c202ca9ba: Refactor: based: Move cib_msg_copy() to based_messages.c (authored by nrwahl2).
Refactor: based: Move cib_msg_copy() to based_messages.c
nrwahl2 committed rP4e15cc36a488: Refactor: based: Remove PCMK__CIB_REQUEST_ALL_SECONDARY (authored by nrwahl2).
Refactor: based: Remove PCMK__CIB_REQUEST_ALL_SECONDARY
nrwahl2 committed rP2dd23fffdef4: Doc: based: Add some COMPAT flags to legacy code (authored by nrwahl2).
Doc: based: Add some COMPAT flags to legacy code
nrwahl2 committed rP3cb1844f49db: Refactor: based: Clean up parse_local_options_v2() (authored by nrwahl2).
Refactor: based: Clean up parse_local_options_v2()
nrwahl2 committed rP4c49ed97bf78: Refactor: based: Fix use-after-free in cib_process_command() (authored by nrwahl2).
Refactor: based: Fix use-after-free in cib_process_command()
nrwahl2 committed rPf29048d52eeb: Refactor: based: Drop needs_forward argument from parse_peer_options() (authored by nrwahl2).
Refactor: based: Drop needs_forward argument from parse_peer_options()
nrwahl2 committed rPc380572f28d6: Refactor: based: New cib_op_attr_{replaces,writes_through} flags (authored by nrwahl2).
Refactor: based: New cib_op_attr_{replaces,writes_through} flags
nrwahl2 committed rP987c7bf3ef39: Refactor: based: Check cib_change_section of erase op for replace notify (authored by nrwahl2).
Refactor: based: Check cib_change_section of erase op for replace notify
nrwahl2 committed rP11b6ff51bad8: Low: based: NULL-check digest strings in cib_process_command() (authored by nrwahl2).
Low: based: NULL-check digest strings in cib_process_command()
nrwahl2 committed rP25169cca029d: Refactor: based: Set cib_change_section_info flags instead of clearing (authored by nrwahl2).
Refactor: based: Set cib_change_section_info flags instead of clearing
nrwahl2 committed rP84975b53abd6: Refactor: based: Functionize getting CIB section digests for notify (authored by nrwahl2).
Refactor: based: Functionize getting CIB section digests for notify
nrwahl2 committed rP83dbd7921d56: Refactor: libcib, based: New pcmk__set_change_section() macro (authored by nrwahl2).
Refactor: libcib, based: New pcmk__set_change_section() macro
nrwahl2 committed rP40c25b29631d: Refactor: based: Functionize comparing digests before and after CIB op (authored by nrwahl2).
Refactor: based: Functionize comparing digests before and after CIB op
nrwahl2 committed rP766c4471770f: Refactor: based: Functionize checking if we should send replace notify (authored by nrwahl2).
Refactor: based: Functionize checking if we should send replace notify
nrwahl2 committed rP7c0ecff72846: Refactor: based: Improve functionization of forward_request() (authored by nrwahl2).
Refactor: based: Improve functionization of forward_request()
nrwahl2 committed rPbe0c4fb97677: Refactor: based: Pass operation to cib_process_command() (authored by nrwahl2).
Refactor: based: Pass operation to cib_process_command()
GitHub <noreply@github.com> committed rP3630b8137d0c: Merge pull request #3113 from nrwahl2/nrwahl2-fixes (authored by kgaillot).
Merge pull request #3113 from nrwahl2/nrwahl2-fixes
clumens committed rP71f49c5fcdc8: Refactor: python, cts: Move FlipTest into the _cts module. (authored by clumens).
Refactor: python, cts: Move FlipTest into the _cts module.
Refactor: python: Improve fliptest.py.
clumens committed rP462577aff7cb: Refactor: python: Improve comments and whitespace in fliptest.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in fliptest.py.
clumens committed rPffc90365f2d5: Refactor: python, cts: Move RestartTest into the _cts module. (authored by clumens).
Refactor: python, cts: Move RestartTest into the _cts module.
clumens committed rPfce3d4b06dd1: Refactor: python: Improve comments and whitespace in restarttest.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in restarttest.py.
Refactor: python: Improve restarttest.py.
clumens committed rPca1c114775be: Refactor: python, cts: Move StonithdTest into the _cts module. (authored by clumens).
Refactor: python, cts: Move StonithdTest into the _cts module.
clumens committed rP74347ead84d9: Refactor: python: Improve comments and whitespace in stonithdtest.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in stonithdtest.py.
clumens committed rPe10c663e3112: Refactor: python, cts: Move StartOnebyOne into the _cts module. (authored by clumens).
Refactor: python, cts: Move StartOnebyOne into the _cts module.
Refactor: python: Improve stonithdtest.py.
clumens committed rPd8cf646d5c73: Refactor: python: Improve comments and whitespace in startonebyone.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in startonebyone.py.
clumens committed rPe635c958d64e: Refactor: python: Improve startonebyone.py. (authored by clumens).
Refactor: python: Improve startonebyone.py.
clumens committed rPa0b08afe5b84: Refactor: python, cts: Move SimulStart into the _cts module. (authored by clumens).
Refactor: python, cts: Move SimulStart into the _cts module.
clumens committed rPaff626c08b3b: Refactor: python: Improve comments and whitespace in simulstart.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in simulstart.py.
Refactor: python: Improve simulstart.py.
clumens committed rPb31d7fe15ead: Refactor: python: Improve comments and whitespace in simulstop.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in simulstop.py.
clumens committed rPc05876f69396: Refactor: python, cts: Move SimulStop into the _cts module. (authored by clumens).
Refactor: python, cts: Move SimulStop into the _cts module.
Refactor: python: Improve simulstop.py.
clumens committed rP240184938d99: Refactor: python: Improve comments and whitespace in stoponebyone.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in stoponebyone.py.
clumens committed rPb1785454af67: Refactor: python, cts: Move StopOnebyOne into the _cts module. (authored by clumens).
Refactor: python, cts: Move StopOnebyOne into the _cts module.
Refactor: python: Improve stoponebyone.py.
clumens committed rP8489dbbd34f0: Refactor: python, cts: Move RestartOnebyOne into the _cts module. (authored by clumens).
Refactor: python, cts: Move RestartOnebyOne into the _cts module.
clumens committed rP9a6d7c296658: Refactor: python: Improve comments and whitespace in restartonebyone.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in restartonebyone.py.
clumens committed rP95041f6ece1a: Refactor: python, cts: Move PartialStart into the _cts module. (authored by clumens).
Refactor: python, cts: Move PartialStart into the _cts module.
clumens committed rPd4c3cd621311: Refactor: python: Improve restartonebyone.py. (authored by clumens).
Refactor: python: Improve restartonebyone.py.
clumens committed rPc10310fba86c: Refactor: python: Improve comments and whitespace in partialstart.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in partialstart.py.
Refactor: python: Improve partialstart.py.
clumens committed rP8933bc4dd8e4: Refactor: python, cts: Move StandbyTest into the _cts module. (authored by clumens).
Refactor: python, cts: Move StandbyTest into the _cts module.
clumens committed rPac3ba1ed55fc: Refactor: python: Improve comments and whitespace in standbytest.py. (authored by clumens).
Refactor: python: Improve comments and whitespace in standbytest.py.
Refactor: python: Improve standbytest.py.
GitHub <noreply@github.com> committed rP4f9757dd98c6: Merge pull request #3114 from clumens/cts-tests-batch-1 (authored by kgaillot).
Merge pull request #3114 from clumens/cts-tests-batch-1
May 26 2023
May 26 2023
GitHub <noreply@github.com> committed rQa3aedbc41923: tests: allow -j to work (#485) (authored by chrissie-c).
tests: allow -j to work (#485)
tests: allow -j to work
chrissie-c committed rQ6a8b80e69861: Fix resources.test now that ipc_sock is being run properly (authored by chrissie-c).
Fix resources.test now that ipc_sock is being run properly
Re-instate start.test
Serialize ipc tests
Run resources.test
Tim Megela <megela@google.com> committed rFf5ad0143dc97: Revert "Adds earlyexit parameter to power_cycle_instance for fence_gce" (authored by Tim Megela <megela@google.com>).
Revert "Adds earlyexit parameter to power_cycle_instance for fence_gce"
GitHub <noreply@github.com> committed rF456852c3e299: Merge pull request #545 from megelatim/main (authored by oalbrigt).
Merge pull request #545 from megelatim/main
May 25 2023
May 25 2023
Drop PHONY to avoid data races
Revert "retrigger"
fabbione added a reverting change for rQ7ed447452427: retrigger: rQe66eda826265: Revert "retrigger".
clumens committed rP070fac89a540: Refactor: python, cts: Support membership protocol in CtsLab. (authored by clumens).
Refactor: python, cts: Support membership protocol in CtsLab.
clumens committed rP23c76571f509: Refactor: python, cts: Support membership protocol in Environment. (authored by clumens).
Refactor: python, cts: Support membership protocol in Environment.
GitHub <noreply@github.com> committed rP7b46afe4b62e: Merge pull request #3110 from clumens/membership (authored by kgaillot).
Merge pull request #3110 from clumens/membership
chrissie-c committed rQ10252771054e: Shortedn some names so they fit with the new ipc-names (authored by chrissie-c).
Shortedn some names so they fit with the new ipc-names
chrissie-c committed rQ0614b85da2fa: Make sure the two IPC tests use different socket names (authored by chrissie-c).
Make sure the two IPC tests use different socket names
chrissie-c committed rQ583fa05e6013: Run tests in parallel with dependancies (authored by chrissie-c).
Run tests in parallel with dependancies
Fix up ipc-test-name bits
chrissie-c committed rQecb38c11589a: Move cleanup into the Makefile so that it happens at the end (authored by chrissie-c).
Move cleanup into the Makefile so that it happens at the end
fabbione committed rQ228580ea8368: build: fix several issues with building tests (authored by fabbione).
build: fix several issues with building tests
May 24 2023
May 24 2023
GitHub <noreply@github.com> committed rPf1298840dbad: Merge pull request #3109 from ClusterLabs/2.1 (authored by kgaillot).
Merge pull request #3109 from ClusterLabs/2.1
Doc: ChangeLog: update for 2.1.6 release
clumens committed rP9d933d25d199: Refactor: python: Fix lines with multiple things on them. (authored by clumens).
Refactor: python: Fix lines with multiple things on them.
clumens committed rP8a663fc37192: Refactor: python: Remove commented out or unreachable code. (authored by clumens).
Refactor: python: Remove commented out or unreachable code.
clumens committed rPeddc4419e0fd: Refactor: python: Fix inconsistent indentation and trailing whitespace. (authored by clumens).
Refactor: python: Fix inconsistent indentation and trailing whitespace.
clumens committed rP5af6d86daa0c: Refactor: cts,python: Move base test classes into their own file. (authored by clumens).
Refactor: cts,python: Move base test classes into their own file.
clumens committed rP36d7562c933c: Refactor: python: Remove unnecessary parens. (authored by clumens).
Refactor: python: Remove unnecessary parens.
clumens committed rP5c51a3c0fd41: Refactor: python: Use += where appropriate. (authored by clumens).
Refactor: python: Use += where appropriate.
clumens committed rPeab8f2dc776d: Refactor: python: Disable a couple pylint warnings throughout base.py. (authored by clumens).
Refactor: python: Disable a couple pylint warnings throughout base.py.
Refactor: python: Remove unused variables.
clumens committed rPb82be8219f46: Refactor: python: No longer inherit from object. (authored by clumens).
Refactor: python: No longer inherit from object.
clumens committed rP0c88aab94d3e: Refactor: python, cts: Use booleans for test flags instead of 1/0. (authored by clumens).
Refactor: python, cts: Use booleans for test flags instead of 1/0.
clumens committed rP020e8dc41caa: Refactor: python: Remove unnecessary elif statements. (authored by clumens).
Refactor: python: Remove unnecessary elif statements.
clumens committed rP09c54b95848e: Refactor: python: Rename CTSTest.Audits to audits. (authored by clumens).
Refactor: python: Rename CTSTest.Audits to audits.