CN108255708B - Method, device, storage medium and equipment for accessing production file in test environment - Google Patents

Method, device, storage medium and equipment for accessing production file in test environment Download PDF

Info

Publication number
CN108255708B
CN108255708B CN201711339424.0A CN201711339424A CN108255708B CN 108255708 B CN108255708 B CN 108255708B CN 201711339424 A CN201711339424 A CN 201711339424A CN 108255708 B CN108255708 B CN 108255708B
Authority
CN
China
Prior art keywords
production
environment
preset
preset service
access
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
CN201711339424.0A
Other languages
Chinese (zh)
Other versions
CN108255708A (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.)
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Haier Uplus Intelligent Technology Beijing 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 Haier Uplus Intelligent Technology Beijing Co Ltd filed Critical Haier Uplus Intelligent Technology Beijing Co Ltd
Priority to CN201711339424.0A priority Critical patent/CN108255708B/en
Publication of CN108255708A publication Critical patent/CN108255708A/en
Application granted granted Critical
Publication of CN108255708B publication Critical patent/CN108255708B/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

Abstract

The invention discloses a method, a device, a storage medium and equipment for accessing production files in a test environment, wherein the method comprises the following steps: receiving a calling request from user equipment for calling a preset service; determining a preset jump interface corresponding to a preset service according to the calling request; and skipping to the production environment through a preset skipping interface to access the production file created by the production environment. According to the invention, through determining the preset jump interface, when the preset service which the user wants to call in the test environment needs to access the production file created by the production environment, the preset service is directly jumped from the test environment to the production environment to access the production file, and the corresponding equipment information exists in the production environment, so that the integrity and consistency of the production data are maintained, repeated manual downloading and configuration processes are not needed, the configuration time is reduced, and the equipment testing efficiency is improved.

Description

Method, device, storage medium and equipment for accessing production file in test environment
Technical Field
The invention relates to the field of project testing, in particular to a method, a device, a storage medium and equipment for accessing production files in a testing environment.
Background
In the test process of a project, the test environment and the production environment are mainly included, the production environment is directly oriented to a user and can be used for the user to operate, the test environment is responsible for testing and perfecting the functions of new equipment, the test environment mainly comprises a joint debugging environment, an acceptance environment, a verification environment and the like, the user cannot directly call the test environment and the production environment, but configuration parameters of the test environment and the production environment are basically the same, data of the environments are mutually independent, however, in order to facilitate promotion of a platform and reduction of equipment respectively established in each environment by each business department, workload of information updating needs to enable each test environment to normally access and debug the equipment established in the production environment, namely, each test environment needs to access production files of the equipment established in the production environment.
In the prior art, a test environment downloads a production file created by the production environment from a Resource server of the production environment through a HyperText Transfer Protocol (HTTP), manually places the production file into a Resource server of the test environment (a joint debugging environment, an acceptance environment, and the like), and manually inserts a Uniform Resource Locator (URL) for finding the production file downloaded according to a device type identifier into a Resource table of the test environment, so that the production file can be found according to the URL address when the test environment needs to access the production file.
However, in the prior art, normally, after information such as equipment, attributes, operations and the like is created in an environment, a production file is created according to a data source and a file memory model input by an interface, that is, the production file exists depending on the created equipment and is an aggregate of various information generated according to relevant information of the equipment. However, the production file downloaded by HTTP is only the production file itself, and the test environment does not have the device information corresponding to the production file, and the production file downloaded by HTTP is "dirty data" in the test environment, which destroys integrity and consistency in terms of data integrity and consistency.
Moreover, there may be one or more test environments, and if the device needs to be tested in each environment, it needs to do multiple times to manually download the production file, place it in the resource server of the corresponding environment, and insert the production file into the database. Resource servers of the acceptance environment and the verification environment may still face the situation that no authority exists and a work order needs to be provided for an operation and maintenance department to deploy, so that if one production file of the production environment needs to be accessed in each test environment, the time cost is 2 hours or more and half a day, a large amount of time is wasted, and the test efficiency is low.
Disclosure of Invention
The invention provides a method, a device, a storage medium and equipment for accessing production files in a test environment, which are used for solving the problems that the integrity and consistency of data are damaged and the test efficiency is low in the prior art.
To solve the above technical problem, in one aspect, the present invention provides a method for accessing a production file in a test environment, including: receiving a calling request from user equipment for calling a preset service; determining a preset jump interface corresponding to a preset service according to the calling request; and skipping to the production environment through a preset skipping interface to access the production file created by the production environment.
Further, determining a preset jump interface corresponding to the service according to the call request includes: intercepting a preset service; judging whether a preset service needs to access a production file created by a production environment; and under the condition that the preset service needs to access the production file created by the production environment, determining a preset jump interface corresponding to the preset service.
Further, the step of judging whether the preset service needs to access the production file created by the production environment includes: acquiring a skip identifier of a preset service; detecting whether the skip identifier is a cross-environment identifier; and under the condition that the jump identifier is a cross-environment identifier, determining that the preset service needs to access a production file created by the production environment.
Further, after determining whether to call the preset service and need to access the production file created by the production environment, the method further includes: and under the condition that the preset service is called without accessing the production file created by the production environment, the interception of the preset service is removed.
Further, producing the document includes at least: configuration files, device function files, and model files.
In another aspect, the present invention further provides an apparatus for accessing production files in a test environment, including: the receiving module is used for receiving a calling request for calling the preset service from the user equipment; the determining module is used for determining a preset jump interface corresponding to the preset service according to the calling request; and the skipping module is used for skipping to the production environment through a preset skipping interface to access the production file created by the production environment.
Further, the determining module is specifically configured to: intercepting a preset service; judging whether a preset service needs to access a production file created by a production environment; and under the condition that the preset service needs to access the production file created by the production environment, determining a preset jump interface corresponding to the preset service.
Further, the determining module is specifically configured to: acquiring a skip identifier of a preset service; detecting whether the skip identifier is a cross-environment identifier; and under the condition that the jump identifier is a cross-environment identifier, determining that the preset service needs to access a production file created by the production environment.
Further, the determining module is specifically configured to: and under the condition that the preset service is called without accessing the production file created by the production environment, the interception of the preset service is removed.
In another aspect, the present invention further provides a storage medium storing a computer program, which when executed by a processor implements the steps of the method for accessing a production file in a test environment as described above.
In another aspect, the present invention also provides an apparatus, which includes a memory, a processor and a computer program stored in the memory and running on the processor, wherein the processor executes the computer program to implement the steps of the method for accessing the production file in the test environment as described above.
According to the invention, through determining the preset jump interface, when the preset service which the user wants to call in the test environment needs to access the production file created by the production environment, the preset service is directly jumped from the test environment to the production environment to access the production file, and the corresponding equipment information exists in the production environment, so that the integrity and consistency of the production data are maintained, repeated manual downloading and configuration processes are not needed, the configuration time is reduced, and the equipment testing efficiency is improved.
Drawings
FIG. 1 is a flowchart of a method for accessing production files in a test environment according to a first embodiment of the present invention;
FIG. 2 is a schematic diagram of an apparatus for accessing production files in a test environment according to a second embodiment of the present invention;
fig. 3 is a diagram illustrating a preset service jump according to a fourth embodiment of the present invention.
Detailed Description
In order to solve the problems of the prior art that the integrity and consistency of data are damaged and the testing efficiency is low, the invention provides a method, a device, a storage medium and equipment for accessing a production file in a testing environment. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
A first embodiment of the present invention provides a method for accessing a production file in a test environment, a flowchart of which is shown in fig. 1, and specifically includes steps S101 to S103:
s101, receiving a calling request for calling a preset service from user equipment;
s102, determining a preset jump interface corresponding to a preset service according to the calling request;
s103, jumping to the production environment through a preset jumping interface to access the production file created by the production environment.
In this embodiment, the user equipment refers to equipment used by a tester that can log in to a test environment to perform equipment testing, and the tester uses the user equipment to perform the equipment testing in the test environment and sends a call request for calling a preset service. After the call request is received, the preset service is determined to jump to a preset jump interface corresponding to the production environment according to the call request, and the preset jump interface jumps to a production file created by the production environment to be accessed by the preset service in the production environment, so that the time for configuring the production file in the test environment is reduced, and the integrity and consistency of data are ensured. Further, the production file at least comprises a configuration file, a device function file and a model file, wherein the main content of the configuration file comprises basic information, attribute information, high-level command information and the like of the device; the device function file mainly includes specific function implementation of the device, and the main format of the device function file can be a JavaScript Object Notation (json) file, and can also be other types of files in other language environments; the model file at least includes a file memory model of the configuration file, which is used for generating the configuration file, it should be understood that the production file is not limited to the three file types provided above, and the files that need to be accessed across environments can all use the method provided by this embodiment.
In the embodiment, the preset jump interface is determined, so that when a preset service which a user wants to call in a test environment needs to access a production file created by a production environment, the preset service is directly jumped from the test environment to the production environment to access the production file, corresponding equipment information exists in the production environment, the integrity and consistency of production data are maintained, repeated manual downloading and configuration processes are not needed, the configuration time is shortened, and the equipment testing efficiency is improved.
In order to reduce unnecessary skip operation and improve test efficiency, before a preset skip interface is determined, a preset service is firstly intercepted, whether the preset service needs to access a production file created by a production environment or not is judged, the preset skip interface is determined for the preset service needing to access the production file created by the production environment, the preset skip interface is skipped to the production environment to access the production file, the interception of the preset service not needing to access the production file created by the production environment is removed, and the preset service can continuously access the test file in the test environment or continuously execute subsequent services. By carrying out uniform interception and skipping, skipping strategies of skipping interfaces of all preset services needing to be skipped to in a production environment are the same, and the problem of repeated codes generated by independent skipping of each interface is further reduced.
In this embodiment, a method of Aspect Oriented Programming (AOP) is used to intercept and jump the preset service, and when it is determined whether the preset service needs to access a production file created in the production environment, it is determined whether the preset service needs to jump from the test environment to the production environment by determining whether a jump identifier of the preset service is a cross-environment identifier. If a service in a certain test environment needs to access a production file created by the production environment, the service has an access identifier that needs to perform cross-environment access, or a certain field, and both the access identifier and the certain field can be called as cross-environment identifiers. When the preset service is intercepted through the AOP, the cross-environment identification carried by the service is judged, and the fact that the service needs to access the production file created by the production environment is determined. Whether the service in the test environment needs to access the production file created by the production environment or the self environment data, the jump identifier is configured to uniformly process the codes of the service in the test environment as much as possible, and the difference is only in the content of the jump identifier, so that the later maintenance is simpler and the logic is clearer.
A schematic structural diagram of the apparatus for accessing a production file in a test environment is shown in fig. 2, and the apparatus mainly includes a receiving module 201, a determining module 202, and a skipping module 203, where the receiving module 201 is configured to receive a call request from a user equipment to call a preset service; the determining module 202 is configured to determine a preset jump interface corresponding to a preset service according to the call request; the skipping module 203 is used for skipping to the production environment through a preset skipping interface to access the production file created by the production environment.
In this embodiment, the user equipment refers to equipment used by a tester that can log in to a test environment to perform equipment testing, and the tester uses the user equipment to perform the equipment testing in the test environment and sends a call request for calling a preset service. The device provided by this embodiment may be installed in a server device implementing a test environment, after the receiving module 201 receives a call request, the determining module 202 determines, according to the call request, that the preset service jumps to a preset jump interface corresponding to a production environment, and finally the jump interface 203 jumps to a production file created in the production environment, which is accessed by the preset service and needs to be accessed, through the preset jump interface, so that time for configuring the production file in the test environment is reduced, and integrity and consistency of data are ensured. Further, the production file at least comprises a configuration file, a device function file and a model file, wherein the main content of the configuration file comprises basic information, attribute information, high-level command information and the like of the device; the device function file mainly comprises the specific function realization of the device, and the main format of the device function file can be json file in java, and can also be other types of files in other language environments; the model file at least includes a file memory model of the configuration file, which is used for generating the configuration file, it should be understood that the production file is not limited to the three file types provided above, and the files that need to be accessed across environments can all use the method provided by this embodiment.
In the embodiment, the preset jump interface is determined, so that when a preset service which a user wants to call in a test environment needs to access a production file created by a production environment, the preset service is directly jumped from the test environment to the production environment to access the production file, corresponding equipment information exists in the production environment, the integrity and consistency of production data are maintained, repeated manual downloading and configuration processes are not needed, the configuration time is shortened, and the equipment testing efficiency is improved.
In order to reduce unnecessary skip operations and improve test efficiency, the determining module 202 firstly intercepts a preset service before determining a preset skip interface, determines whether the preset service needs to access a production file created by a production environment, determines the preset skip interface for the preset service that needs to access the production file created by the production environment, skips to the production environment through the preset skip interface to access the production file, removes the interception of the preset service that does not need to access the production file created by the production environment, and enables the preset service to continue to access the test file in the test environment or continue to execute subsequent services. By carrying out uniform interception and skipping, skipping strategies of skipping interfaces of all preset services needing to be skipped to in a production environment are the same, and the problem of repeated codes generated by independent skipping of each interface is further reduced.
In this embodiment, the determining module 202 intercepts and jumps the preset service by using AOP, and determines whether the preset service needs to jump from the test environment to the production environment by determining whether a jump identifier of the preset service is a cross-environment identifier when determining whether the preset service needs to access a production file created by the production environment. If a service in a certain test environment needs to access a production file created by the production environment, the service has an access identifier that needs to perform cross-environment access, or a certain field, and both the access identifier and the certain field can be called as cross-environment identifiers. When the preset service is intercepted through the AOP, the cross-environment identification carried by the service is judged, and the fact that the service needs to access the production file created by the production environment is determined. Whether the service in the test environment needs to access the production file created by the production environment or the self environment data, the jump identifier is configured to uniformly process the codes of the service in the test environment as much as possible, and the difference is only in the content of the jump identifier, so that the later maintenance is simpler and the logic is clearer.
Through the above description of the embodiments, those skilled in the art can clearly understand that the method according to the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but the former is a better implementation mode in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present invention.
The third embodiment of the present invention also provides a storage medium storing a computer program. Optionally, in this embodiment, when being executed by a processor, a computer program implements the method for accessing a production file in a test environment provided in the first embodiment of the present invention, and a specific implementation manner of the method is the same as that of the first embodiment of the present invention, and details are not described here again.
Optionally, in this embodiment, the storage medium may include, but is not limited to: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes. Optionally, in this embodiment, the processor executes the method steps described in the above embodiments according to the program code stored in the storage medium. Optionally, the specific examples in this embodiment may refer to the examples described in the above embodiments and optional implementation manners, and this embodiment is not described herein again. It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and alternatively, they may be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, and in some cases, the steps shown or described may be performed in an order different than that described herein, or they may be separately fabricated into individual integrated circuit modules, or multiple ones of them may be fabricated into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
A fourth embodiment of the present invention provides an apparatus, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the method for accessing a production file in a test environment provided in the first embodiment of the present invention, and the apparatus may be a server supporting the test environment, and all of a joint debugging environment, a verification environment, and the like may be implemented in the apparatus provided in this embodiment. The preset service jump is described below with reference to fig. 3.
The joint debugging environment is one of the test environments, which includes a function (method) a, a method DB, a method dc and a method d, and a joint debugging Database (DB, Database) is connected to the joint debugging environment server for storing the configuration files generated by the functions in the joint debugging environment, and each function in the joint debugging environment can directly call the configuration files in the joint debugging DB. Similarly, the production environment also includes methodA, methodB, methodC and methodD, and the production DB is connected with the production environment server and is used for storing the production files generated by each function in the production environment, and each function in the production environment can directly call the configuration files in the production DB. The production environment differs from the joint debugging environment in that there are physical devices A, B, C and D in the production environment, production files in the production environment exist depending on the devices, and no specific devices exist in the joint debugging environment.
A tester uses a request end line joint debugging environment to initiate a calling request for calling methodA and methodB (which are equivalent to preset services in the first embodiment of the invention), and after receiving the calling request, the joint debugging environment finds that no equipment A and B exist in the joint debugging environment, namely a corresponding production file A and a corresponding production file B in the production environment need to be called; at the moment, intercepting methodA and methodB in the joint debugging environment through the AOP, determining preset jump interfaces for the methodA and the methodB when judging that the methodA and the methodB in the joint debugging environment need to access the production file in the production environment through the cross-environment identifier, and jumping to the production file A and the production file B created by the methodA and the methodB in the production environment to access the production environment through the preset jump interfaces.
Although the preferred embodiments of the present invention have been disclosed for illustrative purposes, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, and the scope of the invention should not be limited to the embodiments described above.

Claims (9)

1. A method for accessing production files in a test environment, comprising:
receiving a calling request from user equipment for calling a preset service;
determining a preset jump interface corresponding to a preset service according to the calling request;
skipping to a production environment through the preset skipping interface to access a production file created by the production environment;
determining a preset jump interface corresponding to a preset service according to the call request, including:
intercepting the preset service;
judging whether the preset service needs to access the production file created by the production environment;
and under the condition that the preset service needs to access the production file created by the production environment, determining a preset jump interface corresponding to the preset service.
2. The method of claim 1, wherein determining whether the pre-set service requires access to production files created by the production environment comprises:
acquiring a skip identifier of the preset service;
detecting whether the skip identifier is a cross-environment identifier;
and under the condition that the skip identifier is the cross-environment identifier, determining that the preset service needs to access the production file created by the production environment.
3. The method of claim 1, wherein after determining whether invoking the pre-set service requires accessing a production file created by the production environment, further comprising:
and under the condition that the preset service is called without accessing the production file created by the production environment, the interception of the preset service is removed.
4. A method according to any one of claims 1 to 3, wherein said producing a document comprises at least: configuration files, device function files, and model files.
5. An apparatus for accessing production files in a test environment, comprising:
the receiving module is used for receiving a calling request for calling the preset service from the user equipment;
the determining module is used for determining a preset jump interface corresponding to a preset service according to the calling request;
the skipping module is used for skipping to a production environment through the preset skipping interface to access a production file created by the production environment;
the determining module is specifically configured to:
intercepting the preset service;
judging whether the preset service needs to access the production file created by the production environment;
and under the condition that the preset service needs to access the production file created by the production environment, determining a preset jump interface corresponding to the preset service.
6. The apparatus of claim 5, wherein the determination module is specifically configured to:
acquiring a skip identifier of the preset service;
detecting whether the skip identifier is a cross-environment identifier;
and under the condition that the skip identifier is the cross-environment identifier, determining that the preset service needs to access the production file created by the production environment.
7. The apparatus of claim 5, wherein the determination module is specifically configured to:
and under the condition that the preset service is called without accessing the production file created by the production environment, the interception of the preset service is removed.
8. A storage medium storing a computer program, characterized in that the computer program realizes the steps of the method according to any one of claims 1 to 4 when executed by a processor.
9. An apparatus comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the method of any one of claims 1 to 4 when executing the program.
CN201711339424.0A 2017-12-14 2017-12-14 Method, device, storage medium and equipment for accessing production file in test environment Active CN108255708B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711339424.0A CN108255708B (en) 2017-12-14 2017-12-14 Method, device, storage medium and equipment for accessing production file in test environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711339424.0A CN108255708B (en) 2017-12-14 2017-12-14 Method, device, storage medium and equipment for accessing production file in test environment

Publications (2)

Publication Number Publication Date
CN108255708A CN108255708A (en) 2018-07-06
CN108255708B true CN108255708B (en) 2021-05-07

Family

ID=62722741

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711339424.0A Active CN108255708B (en) 2017-12-14 2017-12-14 Method, device, storage medium and equipment for accessing production file in test environment

Country Status (1)

Country Link
CN (1) CN108255708B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109325345B (en) * 2018-09-21 2022-10-28 百度在线网络技术(北京)有限公司 Method and apparatus for running third party code in a sandbox environment
CN110022260B (en) * 2019-02-02 2021-12-24 创新先进技术有限公司 Cross-environment receipt message processing method and system
CN109947458A (en) * 2019-03-22 2019-06-28 广东电网有限责任公司 A kind of offline source code security continuous integrating method
CN112261072B (en) * 2019-10-10 2024-04-09 北京京东尚科信息技术有限公司 Service calling method, device, equipment and storage medium
CN111861649A (en) * 2020-07-07 2020-10-30 中国建设银行股份有限公司 Method, device, equipment and computer readable medium for processing order
CN112486389A (en) * 2020-11-30 2021-03-12 维沃移动通信有限公司 Configuration file uploading method and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10558480B2 (en) * 2015-09-10 2020-02-11 Veritas Technologies Llc Optimizing access to production data
CN106331055B (en) * 2016-08-09 2019-08-16 努比亚技术有限公司 Identifier generating means and method
CN107463409A (en) * 2017-08-11 2017-12-12 深圳乐信软件技术有限公司 A kind of interface conversion method, interface convertor, storage medium and electric terminal

Also Published As

Publication number Publication date
CN108255708A (en) 2018-07-06

Similar Documents

Publication Publication Date Title
CN108255708B (en) Method, device, storage medium and equipment for accessing production file in test environment
US9311161B2 (en) Automatically configured management service payloads for cloud IT services delivery
CN107844343B (en) Upgrading system and method for complex server application system
CN110096424B (en) Test processing method and device, electronic equipment and storage medium
US20170123777A1 (en) Deploying applications on application platforms
WO2013156877A1 (en) Application installation
US9542173B2 (en) Dependency handling for software extensions
CN110442502B (en) Point burying method, device, equipment and storage medium
CN110543327B (en) Service component multiplexing method, device, computer equipment and storage medium
CN113220431B (en) Cross-cloud distributed data task scheduling method, device and storage medium
CN106339273A (en) Application program restoration method, terminal and server
US9141363B2 (en) Application construction for execution on diverse computing infrastructures
CN111078637A (en) Script file online method and device, computer equipment and storage medium
CN113687858A (en) Configuration file checking method and device, electronic equipment and storage medium
CN112702195A (en) Gateway configuration method, electronic device and computer readable storage medium
CN109739487B (en) Business logic processing method and device and computer readable storage medium
CN108664343B (en) State calling method and device for micro-service
US20170249171A1 (en) Runtime Configuration of Servlet Filtering Using Dynamic Injection
CN111666079A (en) Method, device, system, equipment and computer readable medium for software upgrading
WO2019237239A1 (en) Data test method and apparatus, device/terminal/server and computer readable storage medium
CN112559124A (en) Model management system and target operation instruction processing method and device
US10073689B2 (en) Managing application lifecycles within a federation of distributed software applications
US11777810B2 (en) Status sharing in a resilience framework
US8615751B2 (en) Seeding product information
JP6540287B2 (en) INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING METHOD, AND PROGRAM

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