| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394 |
- /*
- * Copyright (c) 2009-2025 Red Hat, Inc.
- *
- * All rights reserved.
- *
- * Author: Jan Friesse (jfriesse@redhat.com)
- *
- * This software licensed under BSD license, the text of which follows:
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * - Redistributions of source code must retain the above copyright notice,
- * this list of conditions and the following disclaimer.
- * - Redistributions in binary form must reproduce the above copyright notice,
- * this list of conditions and the following disclaimer in the documentation
- * and/or other materials provided with the distribution.
- * - Neither the name of the Red Hat, Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from this
- * software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
- /*
- * Provides test of SAM API
- */
- #include <config.h>
- #include <sys/types.h>
- #include <sys/resource.h>
- #include <limits.h>
- #include <pthread.h>
- #include <stdio.h>
- #include <stdint.h>
- #include <stdlib.h>
- #include <unistd.h>
- #include <corosync/corotypes.h>
- #include <corosync/sam.h>
- #include <signal.h>
- #include <string.h>
- #include <sys/wait.h>
- #include <corosync/cmap.h>
- static int test_sig_delivered = 0;
- static int test_hc_cb_count = 0;
- /*
- * First test will just register SAM, with policy restart. First instance will
- * sleep one second, send hc and sleep another 3 seconds. This should force restart.
- * Second instance will sleep one second, send hc, stop hc and sleep 3 seconds.
- * Then start hc again and sleep 3 seconds. This should force restart again.
- * Last instance just calls initialize again. This should end with error.
- * Then call start, followed by stop and start again. Finally, we will call finalize
- * twice. One should succeed, second should fail. After this, we will call every function
- * (none should succeed).
- */
- static int test_basics (void)
- {
- cs_error_t error;
- unsigned int instance_id;
- int i;
- printf ("%s: initialize\n", __FUNCTION__);
- error = sam_initialize (2000, SAM_RECOVERY_POLICY_RESTART);
- if (error != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", error);
- return 1;
- }
- printf ("%s: register\n", __FUNCTION__);
- error = sam_register (&instance_id);
- if (error != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", error);
- return 1;
- }
- if (instance_id == 1 || instance_id == 2) {
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- for (i = 0; i < 10; i++) {
- printf ("%s iid %d: sleep 1\n", __FUNCTION__, instance_id);
- sleep (1);
- printf ("%s iid %d: hc send\n", __FUNCTION__, instance_id);
- error = sam_hc_send ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't send hc. Error %d\n", error);
- return 1;
- }
- }
- if (instance_id == 2) {
- printf ("%s iid %d: stop\n", __FUNCTION__, instance_id);
- error = sam_stop ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't stop hc. Error %d\n", error);
- return 1;
- }
- }
- printf ("%s iid %d: sleep 3\n", __FUNCTION__, instance_id);
- sleep (3);
- if (instance_id == 1) {
- printf ("%s iid %d: Failed. Wasn't killed.\n", __FUNCTION__, instance_id);
- return 1;
- }
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: sleep 3\n", __FUNCTION__, instance_id);
- sleep (3);
- return 0;
- }
- if (instance_id == 3) {
- error = sam_initialize (2000, SAM_RECOVERY_POLICY_RESTART);
- if (error == CS_OK) {
- fprintf (stderr, "Can initialize SAM API after initialization");
- return 1;
- }
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- error = sam_stop ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't stop hc. Error %d\n", error);
- return 1;
- }
- error = sam_finalize ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't finalize sam. Error %d\n", error);
- return 1;
- }
- error = sam_finalize ();
- if (error == CS_OK) {
- fprintf (stderr, "Can finalize sam after finalization!\n");
- return 1;
- }
- if (sam_initialize (2, SAM_RECOVERY_POLICY_RESTART) == CS_OK ||
- sam_start () == CS_OK || sam_stop () == CS_OK ||
- sam_register (NULL) == CS_OK || sam_hc_send () == CS_OK ||
- sam_hc_callback_register (NULL) == CS_OK) {
- fprintf (stderr, "Can call one of function after finalization!\n");
- return 1;
- }
- return 0;
- }
- return 1;
- }
- static void test_signal_handler (int sig) {
- printf ("%s\n", __FUNCTION__);
- test_sig_delivered = 1;
- }
- /*
- * This tests recovery policy quit and callback.
- */
- static int test_signal (void) {
- cs_error_t error;
- unsigned int instance_id;
- test_sig_delivered = 0;
- printf ("%s: initialize\n", __FUNCTION__);
- error = sam_initialize (2000, SAM_RECOVERY_POLICY_QUIT);
- if (error != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", error);
- return 1;
- }
- printf ("%s: register\n", __FUNCTION__);
- error = sam_register (&instance_id);
- if (error != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", error);
- return 1;
- }
- if (instance_id == 1) {
- signal (SIGTERM, test_signal_handler);
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: sleep 1\n", __FUNCTION__, instance_id);
- sleep (1);
- printf ("%s iid %d: hc send\n", __FUNCTION__, instance_id);
- error = sam_hc_send ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't send hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: wait for delivery of signal\n", __FUNCTION__, instance_id);
- while (!test_sig_delivered) {
- sleep (1);
- }
- printf ("%s iid %d: wait for real kill\n", __FUNCTION__, instance_id);
- sleep (3);
- }
- return 1;
- }
- /*
- * Smoke test. This has no time limit, just restart process
- * when it dies.
- */
- static int test_smoke (void) {
- cs_error_t error;
- unsigned int instance_id;
- struct rlimit lim;
- lim.rlim_cur = lim.rlim_max = 0;
- /*
- * Try to turn off core creation
- */
- setrlimit(RLIMIT_CORE, &lim);
- printf ("%s: initialize\n", __FUNCTION__);
- error = sam_initialize (0, SAM_RECOVERY_POLICY_RESTART);
- if (error != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", error);
- return 1;
- }
- printf ("%s: register\n", __FUNCTION__);
- error = sam_register (&instance_id);
- if (error != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", error);
- return 1;
- }
- if (instance_id < 100) {
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: Sending signal\n", __FUNCTION__, instance_id);
- kill(getpid(), SIGSEGV);
- return 1;
- }
- return 0;
- }
- /*
- * Test sam_data_store, sam_data_restore and sam_data_getsize
- */
- static int test_data_store_restore (void)
- {
- size_t size;
- cs_error_t err;
- int i;
- unsigned int instance_id;
- char saved_data[128];
- char saved_data2[128];
- printf ("%s: sam_data_getsize 1\n", __FUNCTION__);
- err = sam_data_getsize (&size);
- if (err != CS_ERR_BAD_HANDLE) {
- fprintf (stderr, "Test should return CS_ERR_BAD_HANDLE. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_getsize 2\n", __FUNCTION__);
- err = sam_data_getsize (NULL);
- if (err != CS_ERR_INVALID_PARAM) {
- fprintf (stderr, "Test should return CS_ERR_INVALID_PARAM. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_store 1\n", __FUNCTION__);
- err = sam_data_store (NULL, 0);
- if (err != CS_ERR_BAD_HANDLE) {
- fprintf (stderr, "Test should return CS_ERR_BAD_HANDLE. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_restore 1\n", __FUNCTION__);
- err = sam_data_restore (saved_data, sizeof (saved_data));
- if (err != CS_ERR_BAD_HANDLE) {
- fprintf (stderr, "Test should return CS_ERR_BAD_HANDLE. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_initialize\n", __FUNCTION__);
- err = sam_initialize (0, SAM_RECOVERY_POLICY_RESTART);
- if (err != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_getsize 3\n", __FUNCTION__);
- err = sam_data_getsize (&size);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_ERR_BAD_HANDLE. Error returned %d\n", err);
- return 1;
- }
- if (size != 0) {
- fprintf (stderr, "Test should return size of 0. Returned %zx\n", size);
- return 1;
- }
- printf ("%s: sam_data_restore 2\n", __FUNCTION__);
- err = sam_data_restore (NULL, sizeof (saved_data));
- if (err != CS_ERR_INVALID_PARAM) {
- fprintf (stderr, "Test should return CS_ERR_INVALID_PARAM. Error returned %d\n", err);
- return 1;
- }
- /*
- * Store some real data
- */
- for (i = 0; i < sizeof (saved_data); i++) {
- saved_data[i] = (char)(i + 5);
- }
- printf ("%s: sam_data_store 2\n", __FUNCTION__);
- err = sam_data_store (saved_data, sizeof (saved_data));
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_getsize 4\n", __FUNCTION__);
- err = sam_data_getsize (&size);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (size != sizeof (saved_data)) {
- fprintf (stderr, "Test should return size of 0. Returned %zx\n", size);
- return 1;
- }
- printf ("%s: sam_data_restore 3\n", __FUNCTION__);
- err = sam_data_restore (saved_data2, sizeof (saved_data2) - 1);
- if (err != CS_ERR_INVALID_PARAM) {
- fprintf (stderr, "Test should return CS_ERR_INVALID_PARAM. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_restore 4\n", __FUNCTION__);
- err = sam_data_restore (saved_data2, sizeof (saved_data2));
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (memcmp (saved_data, saved_data2, sizeof (saved_data2)) != 0) {
- fprintf (stderr, "Retored data are not same\n");
- return 1;
- }
- memset (saved_data2, 0, sizeof (saved_data2));
- printf ("%s: sam_data_store 3\n", __FUNCTION__);
- err = sam_data_store (NULL, 1);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: sam_data_getsize 5\n", __FUNCTION__);
- err = sam_data_getsize (&size);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (size != 0) {
- fprintf (stderr, "Test should return size of 0. Returned %zx\n", size);
- return 1;
- }
- printf ("%s: sam_data_store 4\n", __FUNCTION__);
- err = sam_data_store (saved_data, sizeof (saved_data));
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- printf ("%s: register\n", __FUNCTION__);
- err = sam_register (&instance_id);
- if (err != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", err);
- return 1;
- }
- if (instance_id == 1) {
- printf ("%s iid %d: sam_start\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 1;
- }
- printf ("%s iid %d: sam_data_getsize 6\n", __FUNCTION__, instance_id);
- err = sam_data_getsize (&size);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (size != sizeof (saved_data2)) {
- fprintf (stderr, "Test should return size of 0. Returned %zx\n", size);
- return 1;
- }
- printf ("%s iid %d: sam_data_restore 5\n", __FUNCTION__, instance_id);
- err = sam_data_restore (saved_data2, sizeof (saved_data2));
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (memcmp (saved_data, saved_data2, sizeof (saved_data2)) != 0) {
- fprintf (stderr, "Retored data are not same\n");
- return 1;
- }
- for (i = 0; i < sizeof (saved_data); i++) {
- saved_data[i] = (char)(i - 5);
- }
- printf ("%s iid %d: sam_data_store 5\n", __FUNCTION__, instance_id);
- err = sam_data_store (saved_data, sizeof (saved_data) - 7);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- exit (1);
- }
- if (instance_id == 2) {
- printf ("%s iid %d: sam_start\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 1;
- }
- printf ("%s iid %d: sam_data_getsize 7\n", __FUNCTION__, instance_id);
- err = sam_data_getsize (&size);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (size != sizeof (saved_data2) - 7) {
- fprintf (stderr, "Test should return size of 0. Returned %zx\n", size);
- return 1;
- }
- printf ("%s iid %d: sam_data_restore 6\n", __FUNCTION__, instance_id);
- err = sam_data_restore (saved_data2, sizeof (saved_data2));
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- for (i = 0; i < sizeof (saved_data); i++) {
- saved_data[i] = (char)(i - 5);
- }
- if (memcmp (saved_data, saved_data2, sizeof (saved_data2) - 7) != 0) {
- fprintf (stderr, "Retored data are not same\n");
- return 1;
- }
- printf ("%s iid %d: sam_data_store 6\n", __FUNCTION__, instance_id);
- err = sam_data_store (NULL, 0);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- exit (1);
- }
- if (instance_id == 3) {
- printf ("%s iid %d: sam_data_getsize 8\n", __FUNCTION__, instance_id);
- err = sam_data_getsize (&size);
- if (err != CS_OK) {
- fprintf (stderr, "Test should return CS_OK. Error returned %d\n", err);
- return 1;
- }
- if (size != 0) {
- fprintf (stderr, "Test should return size of 0. Returned %zx\n", size);
- return 1;
- }
- }
- return (0);
- }
- static int test_hc_cb (void)
- {
- cs_error_t res;
- printf ("%s %d\n", __FUNCTION__, ++test_hc_cb_count);
- res = sam_data_store (&test_hc_cb_count, sizeof (test_hc_cb_count));
- if (res != CS_OK)
- return 1;
- if (test_hc_cb_count > 10)
- return 1;
- return 0;
- }
- /*
- * Test event driven healtchecking.
- */
- static int test_hc (void)
- {
- cs_error_t error;
- unsigned int instance_id;
- int hc_cb_count;
- printf ("%s: initialize\n", __FUNCTION__);
- error = sam_initialize (100, SAM_RECOVERY_POLICY_RESTART);
- if (error != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", error);
- return 1;
- }
- printf ("%s: register\n", __FUNCTION__);
- error = sam_register (&instance_id);
- if (error != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", error);
- return 1;
- }
- if (instance_id == 1) {
- printf ("%s iid %d: hc callback register\n", __FUNCTION__, instance_id);
- error = sam_hc_callback_register (test_hc_cb);
- if (error != CS_OK) {
- fprintf (stderr, "Can't register hc cb. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- sleep (2);
- printf ("%s iid %d: Failed. Wasn't killed.\n", __FUNCTION__, instance_id);
- return 1;
- }
- if (instance_id == 2) {
- error = sam_data_restore (&hc_cb_count, sizeof (hc_cb_count));
- if (error != CS_OK) {
- fprintf (stderr, "sam_data_restore should return CS_OK. Error returned %d\n", error);
- return 1;
- }
- if (hc_cb_count != 11) {
- fprintf (stderr, "%s iid %d: Premature killed. hc_cb_count should be 11 and it is %d\n",
- __FUNCTION__, instance_id - 1, hc_cb_count);
- return 1;
- }
- return 0;
- }
- return 1;
- }
- static void test_warn_signal_handler (int sig) {
- cs_error_t error;
- printf ("%s\n", __FUNCTION__);
- test_sig_delivered++;
- if ((error = sam_data_store (&test_sig_delivered, sizeof (test_sig_delivered))) != CS_OK) {
- fprintf (stderr, "Can't store data! Error : %d\n", error);
- }
- }
- /*
- * Test warn signal set.
- */
- static int test_warn_signal (void) {
- cs_error_t error;
- unsigned int instance_id;
- int tmp_sig_delivered;
- test_sig_delivered = 0;
- printf ("%s: initialize\n", __FUNCTION__);
- error = sam_initialize (2000, SAM_RECOVERY_POLICY_RESTART);
- if (error != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", error);
- return 1;
- }
- printf ("%s: register\n", __FUNCTION__);
- error = sam_register (&instance_id);
- if (error != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", error);
- return 1;
- }
- if (instance_id == 1) {
- error = sam_warn_signal_set (SIGUSR1);
- if (error != CS_OK) {
- fprintf (stderr, "Can't set warn signal. Error %d\n", error);
- return 1;
- }
- signal (SIGUSR1, test_warn_signal_handler);
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: sleep 1\n", __FUNCTION__, instance_id);
- sleep (1);
- printf ("%s iid %d: hc send\n", __FUNCTION__, instance_id);
- error = sam_hc_send ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't send hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: wait for delivery of signal\n", __FUNCTION__, instance_id);
- while (!test_sig_delivered) {
- sleep (1);
- }
- printf ("%s iid %d: wait for real kill\n", __FUNCTION__, instance_id);
- sleep (3);
- printf ("%s iid %d: wasn't killed\n", __FUNCTION__, instance_id);
- return (1);
- }
- if (instance_id == 2) {
- error = sam_data_restore (&tmp_sig_delivered, sizeof (tmp_sig_delivered));
- if (error != CS_OK) {
- fprintf (stderr, "Can't restore data. Error %d\n", error);
- return 1;
- }
- if (tmp_sig_delivered != 1) {
- fprintf (stderr, "Previous test failed. Signal was not delivered\n");
- return 1;
- }
- error = sam_warn_signal_set (SIGKILL);
- if (error != CS_OK) {
- fprintf (stderr, "Can't set warn signal. Error %d\n", error);
- return 1;
- }
- signal (SIGUSR1, test_warn_signal_handler);
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- error = sam_start ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: sleep 1\n", __FUNCTION__, instance_id);
- sleep (1);
- printf ("%s iid %d: hc send\n", __FUNCTION__, instance_id);
- error = sam_hc_send ();
- if (error != CS_OK) {
- fprintf (stderr, "Can't send hc. Error %d\n", error);
- return 1;
- }
- printf ("%s iid %d: wait for delivery of signal\n", __FUNCTION__, instance_id);
- while (!test_sig_delivered) {
- sleep (1);
- }
- printf ("%s iid %d: wasn't killed\n", __FUNCTION__, instance_id);
- return (1);
- }
- if (instance_id == 3) {
- error = sam_data_restore (&tmp_sig_delivered, sizeof (tmp_sig_delivered));
- if (error != CS_OK) {
- fprintf (stderr, "Can't restore data. Error %d\n", error);
- return 1;
- }
- if (tmp_sig_delivered != 1) {
- fprintf (stderr, "Previous test failed. Signal WAS delivered\n");
- return 1;
- }
- return (0);
- }
- return 1;
- }
- static void *test_quorum_thread (void *arg)
- {
- /* Wait 5s */
- sleep (5);
- exit (0);
- }
- /*
- * Test quorum
- */
- static int test_quorum (void) {
- cmap_handle_t cmap_handle;
- cs_error_t err;
- unsigned int instance_id;
- pthread_t kill_thread;
- char *str;
- uint32_t expected_votes;
- err = cmap_initialize (&cmap_handle);
- if (err != CS_OK) {
- printf ("Could not initialize Cluster Map API instance error %d. Test skipped\n", err);
- return (1);
- }
- if (cmap_get_string(cmap_handle, "quorum.provider", &str) != CS_OK) {
- printf ("Could not get \"provider\" key: %d. Test skipped\n", err);
- return (1);
- }
- if (strcmp(str, "corosync_votequorum") != 0) {
- printf ("Provider is not corosync_votequorum. Test skipped\n");
- free(str);
- return (1);
- }
- free(str);
- if (cmap_get_uint32(cmap_handle, "quorum.expected_votes", &expected_votes) != CS_OK) {
- printf ("Could not get \"expected_votes\" key: %d. Test skipped\n", err);
- return (1);
- }
- if (expected_votes != 1) {
- printf ("Expected_votes is not 1. Test skipped\n");
- return (1);
- }
- /*
- * Set to not quorate
- */
- err = cmap_set_uint32(cmap_handle, "quorum.expected_votes", 2);
- if (err != CS_OK) {
- printf ("Can't set map key. Error %d\n", err);
- return (2);
- }
- printf ("%s: initialize\n", __FUNCTION__);
- err = sam_initialize (2000, SAM_RECOVERY_POLICY_QUORUM_RESTART);
- if (err != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", err);
- return 2;
- }
- printf ("%s: register\n", __FUNCTION__);
- err = sam_register (&instance_id);
- if (err != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", err);
- return 2;
- }
- if (instance_id == 1) {
- /*
- * Sam start should block forever, but 10s for us should be enough
- */
- pthread_create (&kill_thread, NULL, test_quorum_thread, NULL);
- printf ("%s iid %d: start - should block forever (waiting 5s)\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 2;
- }
- printf ("%s iid %d: wasn't killed\n", __FUNCTION__, instance_id);
- return (2);
- }
- if (instance_id == 2) {
- /*
- * Set to quorate
- */
- err = cmap_set_uint32(cmap_handle, "quorum.expected_votes", 1);
- if (err != CS_OK) {
- printf ("Can't set map key. Error %d\n", err);
- return (2);
- }
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 2;
- }
- /*
- * Set corosync unquorate
- */
- err = cmap_set_uint32(cmap_handle, "quorum.expected_votes", 2);
- if (err != CS_OK) {
- printf ("Can't set map key. Error %d\n", err);
- return (2);
- }
- printf ("%s iid %d: sleep 3\n", __FUNCTION__, instance_id);
- sleep (3);
- printf ("%s iid %d: wasn't killed\n", __FUNCTION__, instance_id);
- return (2);
- }
- if (instance_id == 3) {
- return (0);
- }
- return (2);
- }
- /*
- * Test cmap integration + quit policy
- */
- static int test_cmap_quit (pid_t pid, pid_t old_pid, int test_n)
- {
- cmap_handle_t cmap_handle;
- cs_error_t err;
- uint64_t tstamp1, tstamp2;
- int32_t msec_diff;
- unsigned int instance_id;
- char key_name[CMAP_KEYNAME_MAXLEN];
- char *str;
- err = cmap_initialize (&cmap_handle);
- if (err != CS_OK) {
- printf ("Could not initialize Cluster Map API instance error %d. Test skipped\n", err);
- return (1);
- }
- printf ("%s test %d\n", __FUNCTION__, test_n);
- if (test_n == 2) {
- /*
- * Object should not exist
- */
- printf ("%s Testing if object exists (it shouldn't)\n", __FUNCTION__);
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.state", pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err == CS_OK) {
- printf ("Could find key \"%s\": %d.\n", key_name, err);
- free(str);
- return (2);
- }
- }
- if (test_n == 1 || test_n == 2) {
- printf ("%s: initialize\n", __FUNCTION__);
- err = sam_initialize (2000, SAM_RECOVERY_POLICY_QUIT | SAM_RECOVERY_POLICY_CMAP);
- if (err != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", err);
- return 2;
- }
- printf ("%s: register\n", __FUNCTION__);
- err = sam_register (&instance_id);
- if (err != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", err);
- return 2;
- }
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.recovery", pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"recovery\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "quit") != 0) {
- printf ("Recovery key \"%s\" is not \"quit\".\n", key_name);
- free(str);
- return (2);
- }
- free(str);
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.state", pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "stopped") != 0) {
- printf ("State key is not \"stopped\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 2;
- }
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "running") != 0) {
- printf ("State key is not \"running\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: stop\n", __FUNCTION__, instance_id);
- err = sam_stop ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't stop hc. Error %d\n", err);
- return 2;
- }
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "stopped") != 0) {
- printf ("State key is not \"stopped\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: sleeping 5\n", __FUNCTION__, instance_id);
- sleep (5);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "stopped") != 0) {
- printf ("State key is not \"stopped\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: start 2\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 2;
- }
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "running") != 0) {
- printf ("State key is not \"running\".\n");
- free(str);
- return (2);
- }
- free(str);
- if (test_n == 2) {
- printf ("%s iid %d: sleeping 5. Should be killed\n", __FUNCTION__, instance_id);
- sleep (5);
- return (2);
- } else {
- printf ("%s iid %d: Test HC\n", __FUNCTION__, instance_id);
- err = sam_hc_send ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't send hc. Error %d\n", err);
- return 2;
- }
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.last_updated", pid);
- err = cmap_get_uint64(cmap_handle, key_name, &tstamp1);
- if (err != CS_OK) {
- printf ("Could not get \"last_updated\" key: %d.\n", err);
- return (2);
- }
- printf ("%s iid %d: Sleep 1\n", __FUNCTION__, instance_id);
- sleep (1);
- err = sam_hc_send ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't send hc. Error %d\n", err);
- return 2;
- }
- sleep (1);
- err = cmap_get_uint64(cmap_handle, key_name, &tstamp2);
- if (err != CS_OK) {
- printf ("Could not get \"last_updated\" key: %d.\n", err);
- return (2);
- }
- msec_diff = (tstamp2 - tstamp1)/CS_TIME_NS_IN_MSEC;
- if (msec_diff < 500 || msec_diff > 2000) {
- printf ("Difference %d is not within <500, 2000> interval.\n", msec_diff);
- return (2);
- }
- printf ("%s iid %d: stop 2\n", __FUNCTION__, instance_id);
- err = sam_stop ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't stop hc. Error %d\n", err);
- return 2;
- }
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.state", pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "stopped") != 0) {
- printf ("State key is not \"stopped\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: exiting\n", __FUNCTION__, instance_id);
- return (0);
- }
- }
- if (test_n == 3) {
- printf ("%s Testing if status is failed\n", __FUNCTION__);
- /*
- * Previous should be FAILED
- */
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.state", old_pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "failed") != 0) {
- printf ("State key is not \"failed\".\n");
- free(str);
- return (2);
- }
- free(str);
- return (0);
- }
- return (2);
- }
- /*
- * Test cmap integration + restart policy
- */
- static int test_cmap_restart (pid_t pid, pid_t old_pid, int test_n) {
- cs_error_t err;
- cmap_handle_t cmap_handle;
- unsigned int instance_id;
- char *str;
- char key_name[CMAP_KEYNAME_MAXLEN];
- err = cmap_initialize (&cmap_handle);
- if (err != CS_OK) {
- printf ("Could not initialize Cluster Map API instance error %d. Test skipped\n", err);
- return (1);
- }
- printf ("%s test %d\n", __FUNCTION__, test_n);
- if (test_n == 1) {
- printf ("%s: initialize\n", __FUNCTION__);
- err = sam_initialize (2000, SAM_RECOVERY_POLICY_RESTART | SAM_RECOVERY_POLICY_CMAP);
- if (err != CS_OK) {
- fprintf (stderr, "Can't initialize SAM API. Error %d\n", err);
- return 2;
- }
- printf ("%s: register\n", __FUNCTION__);
- err = sam_register (&instance_id);
- if (err != CS_OK) {
- fprintf (stderr, "Can't register. Error %d\n", err);
- return 2;
- }
- printf ("%s: iid %d\n", __FUNCTION__, instance_id);
- if (instance_id < 3) {
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.recovery", pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"recovery\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "restart") != 0) {
- printf ("Recovery key \"%s\" is not \"restart\".\n", str);
- free(str);
- return (2);
- }
- free(str);
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.state", pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "stopped") != 0) {
- printf ("State key is not \"stopped\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: start\n", __FUNCTION__, instance_id);
- err = sam_start ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't start hc. Error %d\n", err);
- return 2;
- }
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "running") != 0) {
- printf ("State key is not \"running\".\n");
- free(str);
- return (2);
- }
- free(str);
- printf ("%s iid %d: waiting for kill\n", __FUNCTION__, instance_id);
- sleep (10);
- return (2);
- }
- if (instance_id == 3) {
- printf ("%s iid %d: mark failed\n", __FUNCTION__, instance_id);
- err = sam_mark_failed ();
- if (err != CS_OK) {
- fprintf (stderr, "Can't mark failed. Error %d\n", err);
- return 2;
- }
- sleep (10);
- return (2);
- }
- return (2);
- }
- if (test_n == 2) {
- printf ("%s Testing if status is failed\n", __FUNCTION__);
- /*
- * Previous should be FAILED
- */
- snprintf(key_name, CMAP_KEYNAME_MAXLEN, "resources.process.%d.state", old_pid);
- err = cmap_get_string(cmap_handle, key_name, &str);
- if (err != CS_OK) {
- printf ("Could not get \"state\" key: %d.\n", err);
- return (2);
- }
- if (strcmp(str, "failed") != 0) {
- printf ("State key is not \"failed\".\n");
- free(str);
- return (2);
- }
- free(str);
- return (0);
- }
- return (2);
- }
- static int run_test(const char *test_name, int (test_func)(void), int skippable, int *all_passed, int *no_skipped)
- {
- pid_t pid;
- int err;
- int stat;
- const char *res_str;
- fprintf (stderr, "Running %s test\n", test_name);
- pid = fork ();
- if (pid == -1) {
- fprintf (stderr, "Can't fork\n");
- exit(1);
- }
- if (pid == 0) {
- /*
- * Child runs tests and sets exit code to result of test
- */
- err = test_func ();
- /*
- * After sam_register this is child of child
- */
- sam_finalize ();
- exit (err);
- }
- /*
- * Parent waits for child to run the test and return exit code
- */
- waitpid (pid, &stat, 0);
- err = WEXITSTATUS (stat);
- if (!skippable) {
- res_str = (err == 0 ? "passed" : "failed");
- if (err != 0) {
- (*all_passed) = 0;
- }
- } else {
- res_str = (err == 0 ? "passed" : (err == 1 ? "skipped" : "failed"));
- if (err == 1) {
- (*no_skipped)++;
- } else if (err > 1) {
- (*all_passed) = 0;
- }
- }
- fprintf (stderr, "%s test %s\n", test_name, res_str);
- return (err);
- }
- static int run_cmap_test(const char *test_name,
- int (test_func)(pid_t pid, pid_t old_pid, int test_n),
- int no_tests, int *all_passed, int *no_skipped)
- {
- pid_t pid, old_pid;
- int err;
- int stat;
- const char *res_str;
- int n;
- old_pid = 0;
- fprintf (stderr, "Running %s test\n", test_name);
- for (n = 1; n <= no_tests; n++) {
- pid = fork ();
- if (pid == -1) {
- fprintf (stderr, "Can't fork\n");
- exit (2);
- }
- if (pid == 0) {
- err = test_func (getpid (), old_pid, n);
- sam_finalize ();
- exit (err);
- }
- waitpid (pid, &stat, 0);
- old_pid = pid;
- err = WEXITSTATUS (stat);
- if (err != 0) {
- break;
- }
- }
- res_str = (err == 0 ? "passed" : (err == 1 ? "skipped" : "failed"));
- if (err == 1) {
- (*no_skipped)++;
- } else if (err > 1) {
- (*all_passed) = 0;
- }
- fprintf (stderr, "%s test %s\n", test_name, res_str);
- return (err);
- }
- int main(int argc, char *argv[])
- {
- int all_passed = 1;
- int no_skipped = 0;
- setlinebuf(stdout);
- run_test("basics", test_basics, 0, &all_passed, &no_skipped);
- run_test("signal", test_signal, 0, &all_passed, &no_skipped);
- run_test("smoke", test_smoke, 0, &all_passed, &no_skipped);
- run_test("data_store/restore", test_data_store_restore, 0, &all_passed, &no_skipped);
- run_test("hc", test_hc, 0, &all_passed, &no_skipped);
- run_test("warn_signal", test_warn_signal, 0, &all_passed, &no_skipped);
- run_test("quorum", test_quorum, 1, &all_passed, &no_skipped);
- run_cmap_test("cmap quit", test_cmap_quit, 3, &all_passed, &no_skipped);
- run_cmap_test("cmap restart", test_cmap_restart, 2, &all_passed, &no_skipped);
- if (all_passed)
- fprintf (stderr, "All tests passed (%d skipped)\n", no_skipped);
- return (all_passed ? 0 : 1);
- }
|