clboss/tests/boss
Ken Sedgwick 6fe275ad70
JitRebalancer: restore the in-flight guard lost in the #328 squash
The #328 squash commit (986f30d) was created by soft-resetting the
autoclose branch onto origin/master, but the branch's index still held
a tree from before the #327 merge, so the commit silently reverted
Boss/Mod/JitRebalancer.cpp and tests/boss/test_jitrebalancer.cpp to
their pre-guard state.  master and the v0.16.3-rc1 tag therefore lack
the fix for #323 that the CHANGELOG describes.  GitHub's up-to-date
check passed because it checks ancestry, not tree content, and CI
passed because the guard's tests were reverted along with the guard.

Restore both files from the post-#327 master tip (5839241); nothing
else has touched them since, and git diff 5839241 986f30d confirms
the reversion was limited to these two files.

Restores the fix for #323.
2026-08-14 12:33:57 -07:00
..
channelcandidateinvestigator Boss/Mod/ChannelCandidateInvestigator/: Limit maximum score of nodes. 2020-09-13 18:45:11 +08:00
test_availablerpccommandsannouncer.cpp Add clboss-feerates RPC 2025-07-07 11:21:09 -07:00
test_channel_create_destroy_monitor_missing_old_state.cpp ChannelCreateDestroyMonitor: tolerate missing old_state (CLN v26.06) 2026-08-06 16:41:57 -07:00
test_channelcreationdecider.cpp Boss/Mod/AmountSettingsHandler.cpp: New module to centralize some size settings. 2022-04-21 12:40:02 +08:00
test_channelcreator_planner.cpp Boss/Mod/ChannelCreator/: Reject proposals that have too little liquidity to their patrons, do not give them minimum liquidity. 2020-10-01 09:01:37 +08:00
test_channelcreator_rearrangerbysize.cpp Boss/Mod/ChannelCreator/RearrangerBySize.cpp: Sub-module to slightly rearrange proposals by the size of channels we would make to them. 2021-04-13 12:28:00 +08:00
test_channelcreator_reprioritizer.cpp Boss/Mod/ChannelCreator/Reprioritizer.cpp: Module to reprioritize channel creation proposals. 2020-12-30 23:14:10 +00:00
test_earningshistory.cpp add "all" (by_node) mode to clboss-earnings-history API 2026-01-22 11:09:08 -08:00
test_earningsrebalancer.cpp feat: add clang C++20 build job to CI 2026-03-04 11:24:31 -08:00
test_earningstracker.cpp Add associated primary volume (forwarded and rebalanced) to EarningsTracker 2024-09-25 13:23:04 -05:00
test_feemodderbypricetheory.cpp feemon: add price theory center price 2026-02-27 14:28:55 -08:00
test_feemon_history.cpp feemon: add clboss-feemon-peers to determine peer set for time window 2026-02-27 14:28:59 -08:00
test_forwardfeemonitor.cpp Add associated primary volume (forwarded and rebalanced) to EarningsTracker 2024-09-25 13:23:04 -05:00
test_getmanifest.cpp Expose min_nodes_to_process as a configurable option 2025-09-11 13:49:22 -07:00
test_initialrebalancer.cpp feat: add clang C++20 build job to CI 2026-03-04 11:24:31 -08:00
test_initiator_listconfigs_proxy.cpp add a unit test for listconfigs format handling to prevent regression 2026-02-19 14:47:32 -08:00
test_invoicepayer_decodepay.cpp fix: make the argument to decode "string" instead of "bolt11" 2026-02-17 15:49:04 -08:00
test_jitrebalancer.cpp JitRebalancer: restore the in-flight guard lost in the #328 squash 2026-08-14 12:33:57 -07:00
test_needsconnectsolicitor.cpp *: Silence clang warnings. 2020-11-02 19:02:35 +08:00
test_onchainfeemonitor_samples_init.cpp Improve Initialization of OnchainFeeMonitor with Conservative Synthetic History 2024-07-16 16:02:32 -07:00
test_peercomplaintsdesk_main.cpp PeerComplaintsDesk: defer auto-close while the peer is offline 2026-08-13 13:18:04 -07:00
test_peercomplaintsdesk_recorder.cpp Boss/Mod/PeerComplaintsDesk/Recorder.cpp: Retain complaints on closed peers. 2021-04-08 18:08:45 +08:00
test_peerjudge_agetracker.cpp Boss/Mod/PeerJudge/AgeTracker.cpp: Sub-module to track age of channels. 2021-08-13 18:54:00 +08:00
test_peerjudge_algo.cpp Boss/Mod/PeerJudge/: Start creating replacement for current PeerComplaintsDesk. 2021-08-12 13:58:02 +08:00
test_peerjudge_datagatherer.cpp Convert ListpeerResult to use ConstructedListpeers 2024-06-02 16:19:56 -07:00
test_peerstatistician.cpp Boss/Msg/ReqRespTraits.hpp: Use a traits class for requests and response. 2023-07-11 20:57:51 +08:00
test_recentearnings.cpp Add associated primary volume (forwarded and rebalanced) to EarningsTracker 2024-09-25 13:23:04 -05:00
test_reqresp.cpp gcc: Fix Compatibility Issue with GCC 13 2023-08-18 12:34:08 -07:00
test_rpc.cpp tests/boss/test_rpc.cpp: Correct the previous modification. 2021-04-12 13:00:41 +08:00
test_stringid.cpp tests/boss/test_stringid.cpp: Add test for new support of string IDs in the JSON interface. 2022-11-23 20:10:55 +08:00
test_swapmanager.cpp Boss/Msg/ProvideSwapQuotation.hpp: Add string name of swap service. 2021-11-27 12:53:05 +00:00
test_unmanagedmanager.cpp *: Use Ln::CommandId for command IDs for received commands and hook events. 2022-11-23 00:36:43 +08:00
test_version.cpp Boss/open_rpc_socket.cpp: Function to open the RPC socket. 2020-09-07 21:50:38 +08:00
test_waiter_timed.cpp tests/boss/test_waiter_timed.cpp: Stress-test Waiter::timed. 2020-09-16 15:53:14 +08:00