summaryrefslogtreecommitdiffstats
path: root/src/test/mon (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add missing includesMax Kellermann2024-12-101-0/+1
* Merge pull request #57003 from linuxkidd/wip-pool-max-availMichael J. Kidd2024-08-101-7/+4
|\
| * PGMap: remove pool max_avail scale factorMichael J. Kidd2024-08-081-7/+4
* | mon/ElectionLogic: tie-breaker ignore proposal from marked down monKamoltat2024-06-261-0/+14
* | test/mon/test_election: free ConnectionTracker if blockedKefu Chai2024-05-061-14/+27
|/
* test: : do not increase ref when creating intrusive_ptr<CephContext>Kefu Chai2024-03-281-5/+5
* test/mon/test_config_map: free CrushWrapper created with newKefu Chai2024-03-261-4/+5
* test/mon/test_config_map: free CephContext created with newKefu Chai2024-03-261-8/+8
* test/mon: add unittest_config_mapSage Weil2023-10-162-0/+150
* test/mon: add commit benchmark scriptPatrick Donnelly2023-07-211-0/+27
* common, librbd, msg, test: fix FTBFS on gcc 13Tim Serong2023-05-191-0/+1
* messages/MOSDMap: Rename oldest_map to cluster_osdmap_trim_lower_boundMatan Breizman2023-02-021-2/+4
* mon/ConnectionTracker.cc: Improve notify_rank_removed()Kamoltat2022-12-091-4/+8
* mon: Init Loggings for ConnectionTracker.cc & Added more loggings to Election...Kamoltat2022-12-091-1/+1
* mon: make paxos_size() unsignedKefu Chai2022-07-161-1/+1
* Merge pull request #46764 from Matan-B/wip-matanb-osd-cleanupYuri Weinstein2022-07-121-31/+0
|\
| * osd: MOSDPGCreate cleanupMatan Breizman2022-06-271-31/+0
* | mon/Elector: make paxos_size() an intKamoltat2022-06-281-1/+1
|/
* cleanup: Change incorrect modelinesAdam C. Emerson2022-01-222-2/+2
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-192-5/+3
* test: : build without "using namespace std"Kefu Chai2021-08-133-0/+5
* test: update test for when cache tier is not availableDeepika Upadhyay2021-07-271-2/+4
* test: Undo the FreeBSD specific retval testWillem Jan Withagen2021-04-121-4/+0
* test/mon: Accept ENOENT as returned value on FreeBSDWillem Jan Withagen2020-11-151-0/+4
* test/mon: add tests for mon_host build by hostnamePatrick Donnelly2020-10-241-0/+19
* test/mon: fix compiler errors in MonMap unittestPatrick Donnelly2020-10-241-30/+32
* test/mon: build MonMap unittestPatrick Donnelly2020-10-241-0/+7
* osdc: add timeout configs for mons/osdsPatrick Donnelly2020-10-131-1/+1
* messenger: remove unused variableChangcheng Liu2020-09-212-2/+2
* Merge remote-tracking branch 'origin/master' into wip-stretch-modeGreg Farnum2020-09-151-0/+105
|\
| * test/mon/bench_auth: use processes instead of threadsJosh Durgin2020-09-031-28/+29
| * test/mon: add auth change benchmarkJosh Durgin2020-09-031-0/+104
* | test: unit test removing ranks from the ConnectionTrackerGreg Farnum2020-07-201-3/+92
* | mon: update ConnectionTracker internal representation againGreg Farnum2020-07-201-2/+6
* | test: cleanups in test_election for KefuGreg Farnum2020-07-081-39/+41
* | mon: elector: use unique_ptr on [stable|leader]peer_tracker, fix a leakGreg Farnum2020-07-081-1/+2
* | mon: elector: add some flexibility when dropping out-of-quorum propose messagesGreg Farnum2020-07-081-1/+1
* | test: elector: add some TODOs I built up over timeGreg Farnum2020-07-081-0/+5
* | mon: make the election strategy configurable at setup and runtimeGreg Farnum2020-07-081-1/+1
* | mon: elector: reset election when we encounter score disagreementsGreg Farnum2020-07-081-1/+1
* | mon: elector: spread current election scores in election messagesGreg Farnum2020-07-081-9/+16
* | mon: elector: simplify the report sharing interfaceGreg Farnum2020-07-081-20/+10
* | test: elector: remove init_pings; we handle this in ConnectionTracker better nowGreg Farnum2020-07-081-9/+0
* | test: elector: Add a test which directly mangles scores to see if it can recoverGreg Farnum2020-07-081-4/+50
* | test: mon: switch some param names to avoid confusing maskingGreg Farnum2020-07-081-7/+7
* | mon: replace ConnectionTracker with new implementationGreg Farnum2020-07-081-1/+1
* | test: elector: add debug output for pingsGreg Farnum2020-07-081-3/+12
* | test: elector: support differing ping intervals, and add a complete-disconnec...Greg Farnum2020-07-081-6/+53
* | elector: maintain a stable score set while running an electionGreg Farnum2020-07-081-0/+33
* | test: elector: new tests that we work while flappingGreg Farnum2020-07-081-4/+131