CN114416538A - Method, device, equipment and medium for multi-server concurrent test - Google Patents

Method, device, equipment and medium for multi-server concurrent test Download PDF

Info

Publication number
CN114416538A
CN114416538A CN202111674702.4A CN202111674702A CN114416538A CN 114416538 A CN114416538 A CN 114416538A CN 202111674702 A CN202111674702 A CN 202111674702A CN 114416538 A CN114416538 A CN 114416538A
Authority
CN
China
Prior art keywords
test
node
server
slave
control server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111674702.4A
Other languages
Chinese (zh)
Inventor
靳嘉晖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Original Assignee
Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd filed Critical Shandong Yunhai Guochuang Cloud Computing Equipment Industry Innovation Center Co Ltd
Priority to CN202111674702.4A priority Critical patent/CN114416538A/en
Publication of CN114416538A publication Critical patent/CN114416538A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3676Test management for coverage analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method, a device, equipment and a readable medium for multi-server concurrent testing, wherein the method comprises the following steps: a master control server and a plurality of slave servers are established in the same network, and a test case pool is established based on user requirements; responding to the instruction of the user test received by the master control server, and sending the test case in the case pool to each node of all the slave servers by the master control server to carry out concurrent test; responding to the completion of the test of the node of the slave server, and judging whether the test of the node of the slave server is abnormal or not; and in response to the test exception of the node of the slave server, marking the node of the slave server and taking down the node so as not to participate in the subsequent test. By using the scheme of the invention, the test efficiency of the coverage test can be improved, various randomized test scenes can be covered, and the problem analysis of developers is facilitated.

Description

Method, device, equipment and medium for multi-server concurrent test
Technical Field
The present invention relates to the field of computers, and more particularly, to a method, an apparatus, a device and a readable medium for multi-server concurrent testing.
Background
The current test environment is single, is a test scene of a single server, is a partial power-on/off or a real client scene, and is not realized by simulation in a similar cluster type test scene.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method, an apparatus, a device, and a readable medium for multi-server concurrent testing, which can improve testing efficiency of coverage testing, cover various randomized testing scenarios, and facilitate problem analysis for developers by using the technical solution of the present invention.
In view of the above object, an aspect of the embodiments of the present invention provides a method for multi-server concurrent testing, including the following steps:
a master control server and a plurality of slave servers are established in the same network, and a test case pool is established based on user requirements;
responding to the instruction of the user test received by the master control server, and sending the test case in the case pool to each node of all the slave servers by the master control server to carry out concurrent test;
responding to the completion of the test of the node of the slave server, and judging whether the test of the node of the slave server is abnormal or not;
and in response to the test exception of the node of the slave server, marking the node of the slave server and taking down the node so as not to participate in the subsequent test.
According to an embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
According to an embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
According to an embodiment of the present invention, further comprising:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
In another aspect of the embodiments of the present invention, there is also provided an apparatus for concurrent testing of multiple servers, the apparatus including:
the building module is configured to build a master server and a plurality of slave servers in the same network and build a test case pool based on user requirements;
the test module is configured to respond to a user test instruction received by the master control server, and the master control server issues the test cases in the case pool to all the node nodes of the slave servers for concurrent test;
the judging module is configured to respond to the completion of the test of the node of the slave server and judge whether the test of the node of the slave server is abnormal or not;
and the marking module is configured to mark the node of the slave server and take the node down to not participate in subsequent tests in response to the test of the node of the slave server being abnormal.
According to one embodiment of the invention, the test module is further configured to:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
According to one embodiment of the invention, the test module is further configured to:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
According to one embodiment of the invention, the system further comprises a warning module configured to:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
In another aspect of an embodiment of the present invention, there is also provided a computer apparatus including:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of any of the methods described above.
In another aspect of the embodiments of the present invention, there is also provided a computer-readable storage medium storing a computer program, which when executed by a processor implements the steps of any one of the above-mentioned methods.
The invention has the following beneficial technical effects: according to the method for the multi-server concurrent test, the master control server and the plurality of slave servers are established in the same network, and the test case pool is established based on the user requirements; responding to the instruction of the user test received by the master control server, and sending the test case in the case pool to each node of all the slave servers by the master control server to carry out concurrent test; responding to the completion of the test of the node of the slave server, and judging whether the test of the node of the slave server is abnormal or not; the method has the advantages that the test of the node of the slave server is responded to, the node of the slave server is marked and offline so as not to participate in subsequent tests, the test efficiency of coverage test can be improved, various randomized test scenes can be covered, and problem analysis of developers is facilitated.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a schematic flow chart diagram of a method of multi-server concurrent testing in accordance with one embodiment of the present invention;
FIG. 2 is a schematic diagram of an apparatus for multi-server concurrent testing, according to one embodiment of the present invention;
FIG. 3 is a schematic diagram of a computer device according to one embodiment of the present invention;
fig. 4 is a schematic diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
In view of the above objects, a first aspect of embodiments of the present invention proposes an embodiment of a method for multi-server concurrent testing. Fig. 1 shows a schematic flow diagram of the method.
As shown in fig. 1, the method may include the steps of:
s1, a master server and a plurality of slave servers are established in the same network, and a test case pool is established based on user requirements.
All servers are in the same network environment, a testing environment with one master and multiple slaves is established, namely one server is used as a control machine, the other servers are used as testing machines, the master control machine is used for issuing different testing instructions to each node of each slave server, a testing case pool is established according to the requirements of clients, and the case pool needs to cover all tests of the clients.
S2, responding to the instruction of user test received by the master control server, the master control server sends the test case in the case pool to each node of all slave servers for concurrent test.
When the master control server receives a user test instruction, the master control server obtains information of all node nodes of the slave server, and the master control server can send the use cases in the use case pool to each node circularly for testing, namely the number of the tests received by each node is basically the same. The method can also be used for acquiring the running load of each use case in the use case pool by the master control server when the master control server receives a user test instruction, acquiring the executable load of each node of all slave servers by the master control server, matching the executable load by the master control server, wherein the matching principle is that the executable load needs to be slightly larger than the running load of the use case, and issuing the use case to the matched node for testing based on the matching result by the master control server. And the use case can be randomly issued to any idle node to test a random scene. The main control computer can call loads to enable all the node nodes of the slave server to be in a running state according to the number of the node nodes by using a python implementation mode, simulate that a plurality of node devices are in different user test scenes, increase the test scenes that all the disks are in different states, and have wider coverage rate and more comprehensive performance.
S3, in response to completion of the test of the node of the slave server, determines whether or not an abnormality has occurred in the test of the node of the slave server.
S4 responds to the test of the node of the slave server being abnormal, marks the node of the slave server and takes down the node to no longer take part in the subsequent test.
The node state is checked before the start and after the end of each round of test load operation, if the node state is abnormal, the node is marked and offline, a subsequent test scene is not issued for the node, an abnormal environment is reserved, and subsequent analysis and processing are facilitated. And log logs of script operation can be stored in corresponding directories, and error log information can be independently taken out and stored in the corresponding directories.
By the technical scheme, the test efficiency of coverage test can be improved, various randomized test scenes can be covered, and problem analysis of developers is facilitated.
In a preferred embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing. The method can be sequentially issued to each node according to the sequence of the use cases, and if the remaining use cases exist, the method is issued from the first node until all the use cases are issued to the node.
In a preferred embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result. The matching principle is that the executable load needs to be slightly larger than the running load of the use case, but cannot be too large, otherwise, the resource waste is caused, and the executable load is generally 105% -110% of the running load of the use case.
In a preferred embodiment of the present invention, the method further comprises:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
By the technical scheme, the test efficiency of coverage test can be improved, various randomized test scenes can be covered, and problem analysis of developers is facilitated.
It should be noted that, as will be understood by those skilled in the art, all or part of the processes in the methods of the above embodiments may be implemented by instructing relevant hardware through a computer program, and the above programs may be stored in a computer-readable storage medium, and when executed, the programs may include the processes of the embodiments of the methods as described above. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
Furthermore, the method disclosed according to an embodiment of the present invention may also be implemented as a computer program executed by a CPU, and the computer program may be stored in a computer-readable storage medium. The computer program, when executed by the CPU, performs the above-described functions defined in the method disclosed in the embodiments of the present invention.
In view of the above object, according to a second aspect of the embodiments of the present invention, there is provided an apparatus for concurrent testing of multiple servers, as shown in fig. 2, the apparatus 200 includes:
the building module is configured to build a master server and a plurality of slave servers in the same network and build a test case pool based on user requirements;
the test module is configured to respond to a user test instruction received by the master control server, and the master control server issues the test cases in the case pool to all the node nodes of the slave servers for concurrent test;
the judging module is configured to respond to the completion of the test of the node of the slave server and judge whether the test of the node of the slave server is abnormal or not;
and the marking module is configured to mark the node of the slave server and take the node down to not participate in subsequent tests in response to the test of the node of the slave server being abnormal.
In a preferred embodiment of the present invention, the test module is further configured to:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
In a preferred embodiment of the present invention, the test module is further configured to:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
In a preferred embodiment of the present invention, the mobile terminal further comprises a warning module configured to:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
In view of the above object, a third aspect of the embodiments of the present invention provides a computer device. Fig. 3 is a schematic diagram of an embodiment of a computer device provided by the present invention. As shown in fig. 3, an embodiment of the present invention includes the following means: at least one processor 21; and a memory 22, the memory 22 storing computer instructions 23 executable on the processor, the instructions when executed by the processor implementing the method of:
a master control server and a plurality of slave servers are established in the same network, and a test case pool is established based on user requirements;
responding to the instruction of the user test received by the master control server, and sending the test case in the case pool to each node of all the slave servers by the master control server to carry out concurrent test;
responding to the completion of the test of the node of the slave server, and judging whether the test of the node of the slave server is abnormal or not;
and in response to the test exception of the node of the slave server, marking the node of the slave server and taking down the node so as not to participate in the subsequent test.
In a preferred embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
In a preferred embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
In a preferred embodiment of the present invention, the method further comprises:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
In view of the above object, a fourth aspect of the embodiments of the present invention proposes a computer-readable storage medium. FIG. 4 is a schematic diagram illustrating an embodiment of a computer-readable storage medium provided by the present invention. As shown in fig. 4, the computer-readable storage medium 31 stores a computer program 32 that, when executed by a processor, performs the method of:
a master control server and a plurality of slave servers are established in the same network, and a test case pool is established based on user requirements;
responding to the instruction of the user test received by the master control server, and sending the test case in the case pool to each node of all the slave servers by the master control server to carry out concurrent test;
responding to the completion of the test of the node of the slave server, and judging whether the test of the node of the slave server is abnormal or not;
and in response to the test exception of the node of the slave server, marking the node of the slave server and taking down the node so as not to participate in the subsequent test.
In a preferred embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
In a preferred embodiment of the present invention, in response to the master server receiving an instruction of a user test, the step of the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing includes:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
In a preferred embodiment of the present invention, the method further comprises:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
Furthermore, the methods disclosed according to embodiments of the present invention may also be implemented as a computer program executed by a processor, which may be stored in a computer-readable storage medium. Which when executed by a processor performs the above-described functions defined in the methods disclosed in embodiments of the invention.
Further, the above method steps and system elements may also be implemented using a controller and a computer readable storage medium for storing a computer program for causing the controller to implement the functions of the above steps or elements.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the disclosed embodiments of the present invention.
In one or more exemplary designs, the functions may be implemented in hardware, software, firmware, or any combination thereof. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media including any medium that facilitates transfer of a computer program from one place to another. A storage media may be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Also, any connection is properly termed a computer-readable medium. For example, if the software is transmitted from a website, server, or other remote source using a coaxial cable, fiber optic cable, twisted pair, Digital Subscriber Line (DSL), or wireless technologies such as infrared, radio, and microwave, then the coaxial cable, fiber optic cable, twisted pair, DSL, or wireless technologies such as infrared, radio, and microwave are included in the definition of medium. Disk and disc, as used herein, includes Compact Disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), floppy disk, blu-ray disc where disks usually reproduce data magnetically, while discs reproduce data optically with lasers. Combinations of the above should also be included within the scope of computer-readable media.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method for multi-server concurrent testing is characterized by comprising the following steps:
a master control server and a plurality of slave servers are established in the same network, and a test case pool is established based on user requirements;
responding to the instruction of the user test received by the master control server, and sending the test case in the case pool to each node of all the slave servers by the master control server to carry out concurrent test;
responding to the completion of the test of the node of the slave server, and judging whether the test of the node of the slave server is abnormal or not;
and in response to the test exception of the node of the slave server, marking the node of the slave server and taking down the node so as not to participate in the subsequent test.
2. The method of claim 1, wherein in response to the master server receiving an instruction of a user test, the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing comprises:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
3. The method of claim 1, wherein in response to the master server receiving an instruction of a user test, the master server issuing a test case in the case pool to each node of all slave servers for concurrent testing comprises:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
4. The method of claim 1, further comprising:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
5. An apparatus for concurrent testing of multiple servers, the apparatus comprising:
the system comprises an establishing module, a test case pool establishing module and a test case pool establishing module, wherein the establishing module is configured to establish a master control server and a plurality of slave servers in the same network and establish the test case pool based on user requirements;
the test module is configured to respond to a command of a user test received by the master control server, and the master control server issues the test cases in the case pool to all the node nodes of the slave servers for concurrent test;
the judging module is configured to respond to the completion of the test of the node of the slave server and judge whether the test of the node of the slave server is abnormal or not;
a marking module configured to mark and take down the node of the slave server to no longer participate in subsequent tests in response to an abnormality occurring in the tests of the node of the slave server.
6. The apparatus of claim 5, wherein the testing module is further configured to:
responding to a command of a user test received by the master control server, and acquiring information of each node of all slave servers by the master control server;
and the master control server circularly issues the use cases in the use case pool to each node for testing.
7. The apparatus of claim 5, wherein the testing module is further configured to:
responding to a command of a user test received by a main control server, and acquiring the operation load of each case in a case pool by the main control server;
the master control server acquires executable loads of all node nodes of all slave servers;
matching the executable load with the running load;
and the master control server issues the use case to the matched node for testing based on the matching result.
8. The apparatus of claim 5, further comprising an alert module configured to:
the slave server will flag and issue a warning in response to a threshold number of node nodes of the slave server testing for anomalies.
9. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method of any one of claims 1 to 4.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 4.
CN202111674702.4A 2021-12-31 2021-12-31 Method, device, equipment and medium for multi-server concurrent test Pending CN114416538A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111674702.4A CN114416538A (en) 2021-12-31 2021-12-31 Method, device, equipment and medium for multi-server concurrent test

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111674702.4A CN114416538A (en) 2021-12-31 2021-12-31 Method, device, equipment and medium for multi-server concurrent test

Publications (1)

Publication Number Publication Date
CN114416538A true CN114416538A (en) 2022-04-29

Family

ID=81270493

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111674702.4A Pending CN114416538A (en) 2021-12-31 2021-12-31 Method, device, equipment and medium for multi-server concurrent test

Country Status (1)

Country Link
CN (1) CN114416538A (en)

Similar Documents

Publication Publication Date Title
US20170163479A1 (en) Method, Device and System of Renewing Terminal Configuration In a Memcached System
CN104144098B (en) Information push method, system and push server equipment
CN110765023A (en) Distributed system testing method and system based on chaos experiment
CN102739435A (en) Fault detection and recovery as service
CN111064626B (en) Configuration updating method, device, server and readable storage medium
CN112988485A (en) Simulation test method and device for power Internet of things equipment
CN111083179A (en) Internet of things cloud platform, and equipment interaction method and device based on same
CN108337163B (en) Method and apparatus for aggregating links
CN111897697A (en) Server hardware fault repairing method and device
CN115242894B (en) Data processing method, device, storage medium and computer equipment
CN112600703B (en) Network equipment remote access fault positioning method and device
CN114172785A (en) Alarm information processing method, device, equipment and storage medium
CN113760230A (en) Service processing method and device
CN114430894A (en) Minimizing production interruptions by scanning rule engines
CN114416538A (en) Method, device, equipment and medium for multi-server concurrent test
CN115242839B (en) Method and device for cascade data transmission of Internet of things, electronic equipment and storage medium
CN114546779A (en) Method, device, equipment and medium for acquiring server system logs
CN111290873B (en) Fault processing method and device
CN113010337B (en) Fault detection method, master control node, working node and distributed system
CN111193765B (en) Device connection method, device, computer device and computer-readable storage medium
CN113852696A (en) Method, system, equipment and storage medium for in-band resource information query
CN109981796B (en) Connection method and device
CN109039770B (en) Server CMC refreshing method and device and related equipment
CN111464395A (en) Method and device for creating block chain and readable storage medium
CN111817894B (en) Cluster node configuration method and system and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination