CN115408285B - Gray scale test method and device, electronic equipment and storage medium - Google Patents

Gray scale test method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN115408285B
CN115408285B CN202211055810.8A CN202211055810A CN115408285B CN 115408285 B CN115408285 B CN 115408285B CN 202211055810 A CN202211055810 A CN 202211055810A CN 115408285 B CN115408285 B CN 115408285B
Authority
CN
China
Prior art keywords
gray level
gray scale
gray
policy
user
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.)
Active
Application number
CN202211055810.8A
Other languages
Chinese (zh)
Other versions
CN115408285A (en
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.)
Beijing Discovery Bay Technology Co ltd
Original Assignee
Beijing Discovery Bay Technology 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 Beijing Discovery Bay Technology Co ltd filed Critical Beijing Discovery Bay Technology Co ltd
Priority to CN202211055810.8A priority Critical patent/CN115408285B/en
Publication of CN115408285A publication Critical patent/CN115408285A/en
Application granted granted Critical
Publication of CN115408285B publication Critical patent/CN115408285B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/3688Test management for test execution, e.g. scheduling of test suites
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides a gray level testing method, a gray level testing device, electronic equipment and a storage medium, which are applied to the technical field of computer testing, wherein the gray level testing method firstly obtains a gray level strategy in micro service, then obtains a gray level basis of a user, and finally determines the user of the gray level test according to the gray level basis and the gray level strategy; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model. According to the invention, a plurality of gray scale strategies are arranged in the micro service, the gray scale strategies can be obtained through communication between the micro service and the business service, the gray scale strategy codes and the business service codes are separated to realize decoupling of the gray scale strategy codes and the business service codes, and different gray scale strategies can be selected according to gray scale test requirements when gray scale tests are carried out, so that the efficiency of the gray scale tests is improved.

Description

Gray scale test method and device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of computer testing technologies, and in particular, to a gray scale testing method, a gray scale testing device, an electronic device, and a storage medium.
Background
When new functions such as software, web pages and the like are online, gray level test is generally carried out, when gray level test is carried out, access rights of the new functions are firstly opened to a small number of users, running states and effects are observed, and after no problem exists, the new functions are opened to all users.
There are two implementations of gray scale testing:
1. the gray level test is realized by inserting a gray level middle layer into the service layer, the request for accessing the service layer passes through the gray level middle layer firstly and is matched with various gray level strategies set by the gray level middle layer, and the service layer determines whether to provide access authority of a new function for a user according to a matching result; the method can set a complex gray scale strategy in the gray scale intermediate layer according to the gray scale test requirement, is flexible, and has no universal tool or frame.
2. The gray level test is realized through gray level release and load balancing, the method is suitable for the situation of distributing deployment service nodes, partial service nodes are selected to be updated preferentially when the service nodes are distributed, and then a user access request is forwarded to an old service node or a new service node through a gray level strategy of a load balancing layer. This approach has a generic tool or framework but does not support complex gray scale strategies.
Disclosure of Invention
The invention provides a gray level testing method, a gray level testing device, electronic equipment and a storage medium; according to the invention, a plurality of gray scale strategies are arranged in the micro service, the gray scale strategies can be obtained through communication between the micro service and the business service, the gray scale strategy codes and the business service codes are separated to realize decoupling of the gray scale strategy codes and the business service codes, and different gray scale strategies can be selected according to gray scale test requirements when gray scale tests are carried out, so that the efficiency of the gray scale tests is improved.
In a first aspect, an embodiment of the present invention provides a gray scale test method, including:
acquiring a gray level strategy in the micro service; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy;
acquiring gray scale basis of a user; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model;
and determining a user of the gray level test according to the gray level basis and the gray level strategy.
By adopting the technical scheme, the coupling of the gray scale strategy codes and the business service codes can be avoided, various gray scale strategies are arranged in the micro service, different gray scale strategies can be selected according to gray scale test requirements when gray scale tests are carried out, and the efficiency of the gray scale tests is improved.
Optionally, the suffix gray level policy and the operating system gray level policy are the necessary condition gray level policies, and the white list gray level policy is the full condition gray level policy.
Optionally, determining the user of the gray scale test according to the gray scale basis and the gray scale policy includes:
if the gray level strategies are all the necessary condition gray level strategies, determining the gray level according to the users meeting all the necessary condition gray level strategies as gray level test users.
Optionally, determining the user of the gray scale test according to the gray scale basis and the gray scale policy includes:
if the gray level strategy comprises a full-condition gray level strategy and a necessary-condition gray level strategy, firstly determining a user with gray level according to the full-condition gray level strategy as a user for gray level test;
if no gray scale basis is available for users meeting the full-condition gray scale policy, determining the gray scale basis for users meeting all the necessary-condition gray scale policies as gray scale test users.
Optionally, acquiring the gray scale policy in the micro service includes:
when the back end calls the micro service, the gray level strategy is obtained from the micro service in an HTTP call mode.
Optionally, acquiring the gray scale policy in the micro service includes:
when the front end calls the micro-service, the gray level strategy is obtained from the micro-service in an RPC calling mode.
In a second aspect, an embodiment of the present invention provides a gray scale test device, including:
the acquisition module is used for acquiring the gray level strategy in the micro service; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy;
the acquisition module is also used for acquiring the gray scale basis of the user; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model;
and the determining module is used for determining the user of the gray level test according to the gray level basis and the gray level strategy.
Optionally, the acquiring module is further configured to acquire the gray scale policy from the micro service in an HTTP call manner when the back end invokes the micro service.
Optionally, the acquiring module is further configured to acquire the gray scale policy from the micro service in an RPC calling manner when the front end invokes the micro service.
In a third aspect, an embodiment of the present invention provides an electronic device, including a memory and a processor, where the memory stores a computer program, and the processor implements the method according to any implementation manner of the first aspect when executing the program.
In a fourth aspect, embodiments of the present invention provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a method according to any of the implementations of the first aspect.
The invention provides a gray level testing method, a gray level testing device, electronic equipment and a storage medium, which are applied to the technical field of computer testing, wherein the gray level testing method firstly obtains a gray level strategy in micro service, then obtains a gray level basis of a user, and finally determines the user of the gray level test according to the gray level basis and the gray level strategy; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model. According to the invention, a plurality of gray scale strategies are arranged in the micro service, the gray scale strategies can be obtained through communication between the micro service and the business service, the gray scale strategy codes and the business service codes are separated to realize decoupling of the gray scale strategy codes and the business service codes, and different gray scale strategies can be selected according to gray scale test requirements when gray scale tests are carried out, so that the efficiency of the gray scale tests is improved.
It should be understood that the description in this summary is not intended to limit the critical or essential features of the embodiments of the invention, nor is it intended to limit the scope of the invention. Other features of the present invention will become apparent from the description that follows.
Drawings
The above and other features, advantages and aspects of embodiments of the present invention will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. In the drawings, the same or similar reference numerals denote the same or similar elements.
FIG. 1 is a flow chart of a gray scale test method according to an embodiment of the invention;
fig. 2 is a schematic structural diagram of a gray scale testing apparatus according to an embodiment of the present invention;
fig. 3 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
In order to enable a person skilled in the art to better understand the technical solutions in one or more embodiments of the present specification, the technical solutions in one or more embodiments of the present specification will be clearly and completely described below with reference to the drawings in one or more embodiments of the present specification, and it is obvious that the described embodiments are only some embodiments of the present specification, not all embodiments. All other embodiments, which can be made by one or more embodiments of the present disclosure without inventive faculty, are intended to be within the scope of the present disclosure.
It should be noted that, the description of the embodiment of the present invention is only for the purpose of more clearly describing the technical solution of the embodiment of the present invention, and does not constitute a limitation on the technical solution provided by the embodiment of the present invention.
Fig. 1 is a flowchart of a gray scale test method according to an embodiment of the invention. As shown in fig. 1, the method includes:
s101, acquiring a gray scale strategy in the micro service.
Optionally, the gray scale policy includes one or more of the following: suffix gray policy, white list gray policy, operating system gray policy, or AB test gray policy.
Optionally, the suffix gray level policy and the operating system gray level policy are the necessary condition gray level policies, and the white list gray level policy is the full condition gray level policy.
Alternatively, the suffix gray scale policy may be: judging whether the tail number of the user ID or the user space ID is in the range set in the suffix gray level strategy, and if so, meeting the requirements; the white list gray scale policy may be: judging whether the ID of the user is in a white list or not, and if so, conforming to the requirement; the operating system gray scale policy may be: judging whether a system of the user equipment accords with an operating system gray level strategy or not; the AB test gray scale strategy may be: and distributing the user access request to different new functions for testing according to the conditions set in the AB test gray level strategy.
Optionally, acquiring the gray scale policy in the micro service includes:
when the back end calls the micro service, the gray level strategy is obtained from the micro service in an HTTP call mode;
when the front end calls the micro-service, the gray level strategy is obtained from the micro-service in an RPC calling mode.
Optionally, when the back-end invokes the micro service, a public null method can be defined in the back-end service to invoke the gray policy, modification notes are added in the method, gray basis is defined in the notes, and the method is enhanced by using a proxy mode.
S102, acquiring gray scale basis of a user.
Optionally, the gray scale basis includes one or more of: user space ID, user ID, or user device model.
Optionally, a request template is introduced to obtain various gray scale references, and a data structure for obtaining the gray scale references and a method for analyzing the data structure are defined in the request template.
S103, determining a user of the gray level test according to the gray level basis and the gray level strategy.
Optionally, determining the user of the gray scale test according to the gray scale basis and the gray scale policy includes:
if the gray level strategies are all the necessary condition gray level strategies, determining the gray level according to the users meeting all the necessary condition gray level strategies as gray level test users.
If the gray level strategy comprises a full-condition gray level strategy and a necessary-condition gray level strategy, firstly determining a user with gray level according to the full-condition gray level strategy as a user for gray level test;
if no gray scale basis is available for users meeting the full-condition gray scale policy, determining the gray scale basis for users meeting all the necessary-condition gray scale policies as gray scale test users.
Illustratively, when there is a new lover IOS recharging function to perform gray level test, the obtained gray level policy is a white list gray level policy, a suffix gray level policy and an operating system gray level policy, the white list gray level policy is: the user space ID accords with the test requirement on the white list, and the suffix gray scale strategy is set as follows: the user space ID tail numbers 00-30 meet the test requirements, and the operating system strategy is as follows: android and IOS users meet the test requirements.
When the gray level test is performed, firstly judging a white list gray level policy (full condition gray level policy), determining a user space ID, checking whether the user space ID is in the white list, if so, directly determining that the user is the user for the gray level test, otherwise, judging whether a suffix gray level policy (necessary condition gray level policy) and an operating system gray level policy (necessary condition gray level policy) are met, for example: when the user space ID tail number is between 00 and 30 and the user's operating system is android or IOS, the user is determined to be the user of the gray test.
Illustratively, when a new map is online and a gray level test is required, and the obtained gray level policy is a suffix gray level policy and an operating system gray level policy, the suffix gray level policy is set as follows: the user space ID tail numbers 00-30 meet the test requirements, and the operating system strategy is as follows: android and IOS users meet the test requirements.
When the gray level test is carried out, judging whether the user simultaneously meets a suffix gray level strategy (a necessary condition gray level strategy) and an operating system gray level strategy (a necessary condition gray level strategy), namely, whether the user space ID tail number is between 00 and 30 and the operating system of the user is android or IOS, and if the user meets the suffix gray level strategy, determining that the user is the user of the gray level test.
For example, after the web page is updated, there are X, Y, Z new functions that need to be subjected to gray level test, and the obtained gray level policy is an AB test gray level policy, where the AB test gray level policy is: the X function is open to users with user space ID tails 00-24, the Y function is open to users with user space ID tails 25-74, and the Z function is open to users with user space ID tails 75-99.
When gray level testing is performed, users with user space ID tails 00-24 may request to use the X function, users with user space ID tails 25-74 may request to use the Y function, and users with user space ID tails 75-99 may request to use the Z function.
The embodiment provides a gray level testing method, which comprises the steps of firstly obtaining a gray level strategy in micro service, then obtaining a gray level basis of a user, and finally determining the user of gray level testing according to the gray level basis and the gray level strategy; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model. In the embodiment, a plurality of gray scale strategies are arranged in the micro service, the gray scale strategies can be acquired through communication between the micro service and the business service, the gray scale strategy codes and the business codes are separated to realize decoupling of the gray scale strategy codes and the business service codes, and different gray scale strategies can be selected according to gray scale test requirements when gray scale tests are carried out, so that the efficiency of the gray scale tests is improved.
The following describes in detail the apparatus for performing the gray scale test method according to the embodiment of the present application with reference to fig. 2.
Fig. 2 is a schematic structural diagram of a gray scale testing apparatus according to an embodiment of the present invention; as shown in fig. 2, the gray scale test device 20 includes:
an acquisition module 201, configured to acquire a gray scale policy in a micro service; the gray scale strategy includes one or more of the following: suffix gray policy, white list gray policy, operating system gray policy, or AB test gray policy.
The acquisition module 201 is further configured to acquire a gray scale basis of a user; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model.
The acquisition module 201 is further configured to acquire a gray scale policy from the micro service in an HTTP call manner when the back end calls the micro service;
the obtaining module 201 is further configured to obtain the gray scale policy from the micro service by using an RPC calling method when the front end invokes the micro service.
A determining module 202, configured to determine a user of the gray scale test according to the gray scale basis and the gray scale policy.
Optionally, the suffix gray level policy and the operating system gray level policy are the necessary condition gray level policies, and the white list gray level policy is the full condition gray level policy.
Optionally, the determining module 202 is further configured to determine, as the user of the gray test, the user of the gray according to the gray policy satisfying all the requirements if the gray policies are all the requirement gray policies;
optionally, the determining module 202 is further configured to determine, if the gray level policy includes a sufficient condition gray level policy and a necessary condition gray level policy, that the gray level is a user of the gray level test according to the user satisfying the sufficient condition gray level policy; if no gray scale basis is available for users meeting the full-condition gray scale policy, determining the gray scale basis for users meeting all the necessary-condition gray scale policies as gray scale test users.
The embodiment of the present invention also provides a computer electronic device, fig. 3 shows a schematic diagram of a structure of an electronic device to which the embodiment of the present invention can be applied, and as shown in fig. 3, the computer electronic device includes a central processing module (CPU) 301 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 302 or a program loaded from a storage section 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data required for the system operation are also stored. The CPU 301, ROM 302, and RAM 303 are connected to each other through a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
The following components are connected to the I/O interface 305: an input section 306 including a keyboard, a mouse, and the like; an output portion 307 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage section 308 including a hard disk or the like; and a communication section 309 including a network interface card such as a LAN card, a modem, or the like. The communication section 309 performs communication processing via a network such as the internet. The drive 310 is also connected to the I/O interface 305 as needed. A removable medium 311 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed on the drive 310 as needed, so that a computer program read out therefrom is installed into the storage section 308 as needed.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules or modules involved in the embodiments of the present invention may be implemented in software or in hardware. The described modules or modules may also be provided in a processor, for example, as: a processor comprises an acquisition module 201 and a determination module 202, wherein the names of these modules do not in some cases constitute a limitation of the module itself, e.g. the determination module 202 may also be described as "determination module 202 for determining a user of a greyscale test based on the greyscale basis and the greyscale policy".
As another aspect, the present invention also provides a computer-readable storage medium, which may be a computer-readable storage medium contained in one of the gradation test apparatuses described in the above embodiments; or may be a computer-readable storage medium, alone, that is not incorporated into an electronic device. The computer-readable storage medium stores one or more programs for use by one or more processors in performing a gray scale testing method described in the present invention.
The above description is only illustrative of the preferred embodiments of the present invention and of the principles of the technology employed. It will be appreciated by persons skilled in the art that the scope of the invention referred to in the present invention is not limited to the specific combinations of the technical features described above, but also covers other technical features formed by any combination of the technical features described above or their equivalents without departing from the inventive concept. Such as the above-mentioned features and the technical features disclosed in the present invention (but not limited to) having similar functions are replaced with each other.

Claims (4)

1. A gray scale test method, comprising:
acquiring a gray level strategy in the micro service; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy;
the suffix gray level policy and the operating system gray level policy are necessary condition gray level policies, and the white list gray level policy is a full condition gray level policy;
when the back end calls the micro service, the gray level strategy is obtained from the micro service in an HTTP call mode; when the front end calls the micro-service, the gray level strategy is obtained from the micro-service in an RPC call mode;
when the back end calls the micro service, a public empty method is defined in the back end service needing to call the gray level strategy, modification annotation is added in the method, gray level basis is defined in the annotation, and the method is enhanced by using a proxy mode;
acquiring gray scale basis of a user; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model;
determining a user of the gray level test according to the gray level basis and the gray level strategy;
if the gray level strategies are the requirement gray level strategies, determining the gray level according to the users meeting all the requirement gray level strategies as gray level test users;
if the gray level strategy comprises the full condition gray level strategy and the necessary condition gray level strategy, firstly determining the gray level according to the user meeting the full condition gray level strategy as the user of gray level test;
if the gray scale basis is not available for the users meeting the full-condition gray scale policy, determining the users meeting all the necessary-condition gray scale policies as gray scale test users;
and acquiring various different gray scale bases by introducing a request template, and defining a data structure for acquiring the gray scale bases and a method for analyzing the data structure in the request template.
2. A gradation testing apparatus, comprising:
the acquisition module is used for acquiring the gray level strategy in the micro service; the gray scale strategy includes one or more of the following: suffix gray scale policy, white list gray scale policy, operating system gray scale policy, or AB test gray scale policy;
the suffix gray level policy and the operating system gray level policy are necessary condition gray level policies, and the white list gray level policy is a full condition gray level policy;
when the back end calls the micro service, the gray level strategy is obtained from the micro service in an HTTP call mode; when the front end calls the micro-service, the gray level strategy is obtained from the micro-service in an RPC call mode;
when the back end calls the micro service, a public empty method is defined in the back end service needing to call the gray level strategy, modification annotation is added in the method, gray level basis is defined in the annotation, and the method is enhanced by using a proxy mode;
the acquisition module is also used for acquiring the gray scale basis of the user; the gray scale basis includes one or more of the following: user space ID, user ID, or user device model;
the determining module is used for determining a user of the gray level test according to the gray level basis and the gray level strategy;
if the gray level strategies are the requirement gray level strategies, determining the gray level according to the users meeting all the requirement gray level strategies as gray level test users;
if the gray level strategy comprises the full condition gray level strategy and the necessary condition gray level strategy, firstly determining the gray level according to the user meeting the full condition gray level strategy as the user of gray level test;
and if the gray scale basis is not the user meeting the full-condition gray scale policy, determining the user meeting all the necessary-condition gray scale policies as the user of gray scale test.
3. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program, the processor implementing the method of claim 1 when executing the computer program.
4. A computer readable storage medium, characterized in that a computer program is stored, which computer program, when being executed by a processor, implements the method according to claim 1.
CN202211055810.8A 2022-08-31 2022-08-31 Gray scale test method and device, electronic equipment and storage medium Active CN115408285B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211055810.8A CN115408285B (en) 2022-08-31 2022-08-31 Gray scale test method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211055810.8A CN115408285B (en) 2022-08-31 2022-08-31 Gray scale test method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115408285A CN115408285A (en) 2022-11-29
CN115408285B true CN115408285B (en) 2023-06-20

Family

ID=84163993

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211055810.8A Active CN115408285B (en) 2022-08-31 2022-08-31 Gray scale test method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115408285B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102064954A (en) * 2009-11-17 2011-05-18 腾讯科技(深圳)有限公司 Distributed fault tolerant system, equipment and method
CN102497454A (en) * 2011-12-31 2012-06-13 北京新媒传信科技有限公司 Method for realizing gray publication of application in application service platform system
CN114237693A (en) * 2021-12-20 2022-03-25 中国平安财产保险股份有限公司 Gray scale publishing method, equipment and storage medium
CN114428927A (en) * 2021-12-30 2022-05-03 中和农信项目管理有限公司 Full-link gray level publishing method, device, micro-service, gateway and medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108011891A (en) * 2017-12-22 2018-05-08 深圳乐信软件技术有限公司 A kind of application access method, apparatus, server and computer-readable storage medium
US10628290B2 (en) * 2018-01-30 2020-04-21 Red Hat, Inc. Generating an inner cloud environment within an outer cloud environment for testing a microservice application
CN110365502B (en) * 2018-03-26 2021-04-09 华为技术有限公司 Service upgrade management method, device and storage medium
CN110071960A (en) * 2019-03-12 2019-07-30 平安科技(深圳)有限公司 Manage method, system, equipment and the storage medium of gray scale publication
CN110647336A (en) * 2019-08-13 2020-01-03 平安普惠企业管理有限公司 Gray scale distribution method and device, computer equipment and storage medium
CA3151335A1 (en) * 2019-08-19 2021-02-25 Peter Atwal Methods, systems, kits and apparatuses for providing end-to-end, secured and dedicated fifth generation telecommunication
CN112181782A (en) * 2020-10-16 2021-01-05 中国工商银行股份有限公司 Adaptive gray function issuing method and device based on AB test

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102064954A (en) * 2009-11-17 2011-05-18 腾讯科技(深圳)有限公司 Distributed fault tolerant system, equipment and method
CN102497454A (en) * 2011-12-31 2012-06-13 北京新媒传信科技有限公司 Method for realizing gray publication of application in application service platform system
CN114237693A (en) * 2021-12-20 2022-03-25 中国平安财产保险股份有限公司 Gray scale publishing method, equipment and storage medium
CN114428927A (en) * 2021-12-30 2022-05-03 中和农信项目管理有限公司 Full-link gray level publishing method, device, micro-service, gateway and medium

Also Published As

Publication number Publication date
CN115408285A (en) 2022-11-29

Similar Documents

Publication Publication Date Title
CN112087325B (en) Gray scale publishing method, device, equipment and readable storage medium
US7673283B2 (en) Method and system for improved modeling language profile
JP7471321B2 (en) Sensitive Data Management
CN112187558B (en) Data verification method and device and electronic equipment
US8935669B2 (en) Strategies for performing testing in a multi-user environment
CN111770122B (en) Service communication proxy SCP registration method, service calling method and network equipment
CN110659206A (en) Simulation architecture establishing method, device, medium and electronic equipment based on microservice
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN115408285B (en) Gray scale test method and device, electronic equipment and storage medium
CN113742108B (en) Service calling method and device, electronic equipment and computer readable storage medium
CN107368407B (en) Information processing method and device
CN108664343B (en) State calling method and device for micro-service
US8418170B2 (en) Method and system for assessing deployment and un-deployment of software installations
CN115167874B (en) Automatic driving software mirror image deployment method and device, electronic equipment and readable medium
CN114640614B (en) RPC interface automatic test method, system, electronic equipment, medium and product
CN111598544A (en) Method and apparatus for processing information
CN107220306B (en) Searching method and device
CN117014226B (en) Service request authentication method, device, equipment, system and storage medium
CN116542615A (en) Method, device, equipment and storage medium for examining and approving quart office platform
CN109635194A (en) Method and apparatus for generating information
CN116319322B (en) Power equipment node communication connection method, device, equipment and computer medium
CN112799710B (en) Model release system and model release method
CN115022403B (en) Information processing system for multi-channel service agent
CN113590483A (en) Case operation method and device
CN114625749A (en) Auditing processing method, auditing processing device, electronic equipment, storage medium and program product

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
GR01 Patent grant
GR01 Patent grant