CN114237754B - Data loading method and device, electronic equipment and storage medium - Google Patents

Data loading method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114237754B
CN114237754B CN202111565624.4A CN202111565624A CN114237754B CN 114237754 B CN114237754 B CN 114237754B CN 202111565624 A CN202111565624 A CN 202111565624A CN 114237754 B CN114237754 B CN 114237754B
Authority
CN
China
Prior art keywords
target
environment
item
file
test
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
CN202111565624.4A
Other languages
Chinese (zh)
Other versions
CN114237754A (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.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China 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 Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN202111565624.4A priority Critical patent/CN114237754B/en
Publication of CN114237754A publication Critical patent/CN114237754A/en
Application granted granted Critical
Publication of CN114237754B publication Critical patent/CN114237754B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application discloses a data loading method, a data loading device, electronic equipment and a storage medium, which are applied to the technical field of computers. The method may include: when a deployment request aiming at a target item in a target environment is detected, determining file path information of a target folder for storing a configuration file corresponding to the target environment, and copying the configuration file in the target folder to a mirror image packaging address; compiling according to the configuration file under the mirror image packaging address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package; and loading the target configuration file according to the deployment template to deploy the image file so as to obtain the target application of the target item in the target environment. The method and the device are beneficial to realizing the accurate loading of the configuration file corresponding to the target environment. The embodiment of the application can also be applied to the technical field of blockchains, such as obtaining a deployment template from the blockchain.

Description

Data loading method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a data loading method, a data loading device, an electronic device, and a storage medium.
Background
During the development of an application, some application parameters are often changed, which is often unpredictable, and the configuration of parameters and initial settings for some computer programs can be accomplished through a configuration file. When deployment of applications in different environments is realized in a containerized manner, an image file is usually required to be generated through program codes and configuration files corresponding to the environments, and then the configuration files corresponding to the environments are loaded to deploy the image file to obtain the applications. At present, the loading of the configuration files of the corresponding environments is usually realized by adding the environment identifier in the file names of the configuration files, but in some scenes, the configuration files are assigned with fixed file names in the initializing process, the file names of the configuration files of the same purpose corresponding to different environments are the same, so that the configuration files corresponding to different environments cannot be distinguished through the environment identifier in the file names, and the configuration files corresponding to the environments with loading errors are easy to occur.
Disclosure of Invention
The embodiment of the application provides a data loading method, a data loading device, electronic equipment and a storage medium, which are beneficial to realizing accurate loading of configuration files corresponding to a target environment.
In one aspect, an embodiment of the present application discloses a data loading method, where the method includes:
When a deployment request aiming at a target item in a target environment is detected, determining file path information of a target folder, wherein the target folder is used for storing a configuration file corresponding to the target environment;
copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
compiling according to the configuration file under the mirror image packaging address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
Acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when an image file is deployed;
and loading a target configuration file according to the deployment template to deploy the mirror image file so as to obtain a target application of the target item in the target environment.
In another aspect, an embodiment of the present application discloses a data loading device, including:
the device comprises a detection unit, a configuration file storage unit and a configuration file storage unit, wherein the detection unit is used for determining file path information of a target folder when a deployment request of a target item in a target environment is detected, and the target folder is used for storing a configuration file corresponding to the target environment;
The processing unit is used for copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
The processing unit is further used for compiling the configuration file under the mirror image package address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
The acquisition unit is used for acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when the image file is deployed;
The processing unit is further configured to load a target configuration file according to the deployment template, so as to deploy the image file, and obtain a target application of the target item in the target environment.
In yet another aspect, an embodiment of the present application provides an electronic device, including a processor, a memory, wherein the memory is configured to store a computer program, the computer program including program instructions, the processor being configured to perform the steps of:
When a deployment request aiming at a target item in a target environment is detected, determining file path information of a target folder, wherein the target folder is used for storing a configuration file corresponding to the target environment;
copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
compiling according to the configuration file under the mirror image packaging address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
Acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when an image file is deployed;
and loading a target configuration file according to the deployment template to deploy the mirror image file so as to obtain a target application of the target item in the target environment.
In yet another aspect, embodiments of the present application provide a computer readable storage medium having stored therein computer program instructions for performing the following steps when executed by a processor:
When a deployment request aiming at a target item in a target environment is detected, determining file path information of a target folder, wherein the target folder is used for storing a configuration file corresponding to the target environment;
copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
compiling according to the configuration file under the mirror image packaging address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
Acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when an image file is deployed;
and loading a target configuration file according to the deployment template to deploy the mirror image file so as to obtain a target application of the target item in the target environment.
In yet another aspect, embodiments of the present application disclose a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer readable storage medium and executes the computer instructions to cause the computer device to perform the data loading method described above.
The application provides a data loading method, which can determine file path information of a target folder when a deployment request aiming at a target item in a target environment is detected, wherein the target folder is used for storing configuration files corresponding to the target environment, and then the configuration files stored in the target folder are copied to a mirror image packaging address so as to obtain mirror image files, so that the configuration files corresponding to the target environment can be determined quickly; and a deployment template aiming at the target project can be obtained, the deployment template indicates a target configuration file loaded when the image file is deployed, and the target configuration file indicated by the deployment template is loaded according to the deployment template so as to deploy the image file. Therefore, the configuration files corresponding to the target environment can be obtained from the target folder, and the configuration files required to be loaded can be specified through the deployment template, so that the accurate loading of the configuration files corresponding to the target environment can be realized.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings required for the description of the embodiments will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a data loading method according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of a data loading method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a test procedure according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a data loading device according to an embodiment of the present application;
Fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present application will be made clearly and fully with reference to the accompanying drawings, in which it is evident that the embodiments described are some, but not all embodiments of the application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
The application provides a data loading method, which can determine file path information of a target folder when a deployment request of a target item in a target environment is detected, wherein the target folder is used for storing configuration files corresponding to the target environment, and then the files stored in the target folder are copied to a mirror image packaging address so as to obtain mirror image files, so that the configuration files corresponding to the target environment can be determined quickly; and a deployment template aiming at the target project can be obtained, the deployment template indicates a target configuration file loaded when the image file is deployed, and the target configuration file indicated by the deployment template is loaded according to the deployment template so as to deploy the image file. Therefore, the configuration files corresponding to the target environment can be obtained from the target folder, and the configuration files required to be loaded can be specified through the deployment template, so that the accurate loading of the configuration files corresponding to the target environment can be realized.
It should be noted that, unless specifically noted otherwise, in the embodiments of the present application, related data such as user information, code files, configuration files, etc. are related, when the embodiments of the present application are applied to specific products or technologies, user permission or consent is required, and collection, use and processing of related data are required to comply with related laws and regulations and standards of related countries and regions.
The technical scheme of the application can be applied to electronic equipment, which can be a terminal, a server or other equipment for loading data, and the application is not limited. Optionally, the method comprises the steps of. The server can be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, and can also be a cloud server for providing cloud services, cloud databases, cloud computing, cloud storage, network services, middleware services, basic cloud computing services such as big data and artificial intelligent platforms and the like. The terminal may be, but is not limited to, a smart phone, a tablet computer, a notebook computer, a desktop computer, etc.
In one possible implementation, the embodiments of the present application may be applied to the field of artificial intelligence. Artificial intelligence (ARTIFICIAL INTELLIGENCE, AI) is the theory, method, technique, and application system that simulates, extends, and extends human intelligence using a digital computer or a machine controlled by a digital computer, perceives the environment, obtains knowledge, and uses the knowledge to obtain optimal results. Artificial intelligence infrastructure technologies generally include technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing technologies, operation/interaction systems, mechatronics, and the like. The artificial intelligence software technology mainly comprises a computer vision technology, a robot technology, a biological recognition technology, a voice processing technology, a natural language processing technology, machine learning/deep learning and other directions. Specifically, the embodiment of the present application may determine, through artificial intelligence technology, a predicted test time for testing an application in each environment of a target item, and a specific description may refer to a related description of the embodiment shown in fig. 3.
Based on the above description, the embodiment of the application provides a data loading method. Referring to fig. 1, fig. 1 is a flowchart of a data loading method according to an embodiment of the present application. The method may be performed by the above-mentioned electronic device. The data loading method may include the following steps.
S101, when a deployment request of a target item in a target environment is detected, determining file path information of a target folder.
The target item may be any item for developing an application or product, such as a social application software development item, a portal, and the like, which is not limited herein. The target item may indicate a target version of the item, and the item file of the target item may include a code file and a configuration file of the item. The target environment may be an environment to which an application or product needs to be directed from development to use of a user process, such as a test environment, a regression environment, a pre-release environment, a gray-scale release environment, a production environment, and the like, without limitation. The deployment request may be a request to deploy an application of the target project, and the deployment request may carry an environment identifier of the target environment, where the environment identifier may be used to indicate an environment to which the deployed application is applicable.
The target folder is used for storing configuration files corresponding to the target environment. The configuration files stored under the target folder may be one or more, and are not limited herein. The file path information may be used to indicate a file path of the target folder under the project directory of the target project. For example, the file name of the target folder is "file1", and the file path of the target folder may be:/xx 1/xx2/file1.
In one possible implementation, determining the file path information of the target folder may include the steps of: ① An environment folder is determined. The environment folder comprises one or more subfolders, wherein the subfolders are used for storing configuration files of corresponding environments, and environment identifiers of the corresponding environments are associated with the subfolders. The environment folder may be a folder under the project file of the target project, and the environment folder may be a folder for storing configuration files corresponding to various environments. Each subfolder corresponds to a different environment, that is, a configuration file corresponding to the same environment is stored in each subfolder. For example, the environment folder may include subfolders file1, file2, file3 and file4, where each configuration file stored in subfolder "file1" is applicable to the test environment, each configuration file stored in subfolder "file2" is applicable to the regression environment, each configuration file stored in subfolder "file3" is applicable to the regression environment, and each configuration file stored in subfolder "file4" is applicable to the release environment. ② And determining the subfolder corresponding to the target environment as the target folder according to the environment identifier of the target environment and the environment identifier of the subfolder. The deployment request carries an environment identifier of the target environment, and the environment identifier is used for indicating the target environment aimed by the deployment request. Specifically, the subfolder corresponding to the determined target environment is the folder in which the environment identifier of the target environment is matched with the environment identifier of the subfolder. For example, if the environment identifier carried in the deployment request is the environment identifier corresponding to the regression environment, the sub-file of which the associated environment identifier is the regression environment can be determined from the environment folder as the target folder. ③ And determining the file path information of the target folder according to the file path information of the environment folder and the file name of the target folder. For example, the file path information of the environment folder is: if the file name of the target folder is file1, the file path information of the target folder is: xx1/xx2/file1. In one scenario, if the content of the configuration file is updated to a new version, the configuration file of the updated version may be directly stored in the subfiles of the corresponding environments in the environment folder. Therefore, the configuration files corresponding to different environments can be stored respectively by constructing different folders, the file names of the configuration files do not need to be changed, and the method is applicable to any configuration file.
S102, copying the configuration file to the mirror image packaging address according to the file path information of the target folder.
The mirror image packaging path may be a file address of a mirror image file dedicated to generating the target file package and acquiring the target file package. Under the mirror image packaging address of the configuration file copy stored in the target file, the configuration file in the stored target folder can be prevented from being influenced in the subsequent compiling and packaging process, sustainable utilization of the configuration file is facilitated, and maintenance cost of the folder stored in the configuration file is reduced.
In one possible implementation manner, when the configuration file stored in the target folder is copied to the mirror package address, the target instruction may be constructed according to the path information of the target folder and the mirror package address, so as to implement copying of the configuration file. For example, a target instruction is constructed by an instruction for indicating copying of a file, for example, the target instruction is cp/xx1/xx2/file1/xx3, where/xx 1/xx2/file1 is a file path of a target folder and/xx 3 is a mirror package address.
S103, compiling according to the configuration file under the mirror image package address and the code file of the target item to obtain a target file package, and obtaining the mirror image file of the target file package.
Wherein the code file may be stored under a project file of the target project. The target file package may be a file package generated after compiling the target code file and the configuration file, and the target file package may also be referred to as a JAR package, where JAR (Java ARchive) is a file format unrelated to a platform, and multiple files may be synthesized into one file, so that subsequent use is facilitated.
The mirror image file can be a file generated according to the target file package, the essence of the mirror image file is that a specific series of files are manufactured into a single file according to a certain format, and when the deployment of the application of the project is realized, a corresponding container can be deployed according to the mirror image file. In one possible implementation, obtaining the image file from the object file package may be generated by writing Dockerfile the file. For example, a Dockerfile file is created first, dockerfile is a text file used to construct the image, and corresponds to a text document containing commands for combining the image files. Then put jar package and Dockerfile under the same file, execute the image creation command, and then obtain the image file, for example, execute sudo docker build-t= "xxxx1", where xxxx1 is the file name of the generated image file.
S104, acquiring a deployment template aiming at the target project.
Wherein the deployment template indicates a target configuration file loaded when deploying the image file. The deployment template can be data for specifying some parameters when the image file is deployed, which is equivalent to a configuration file with uniform format. The target configuration file is a configuration file loaded when the image file is deployed.
In one possible implementation, the deployment template indicates, via a target variable, a target configuration file that is loaded when the image file is deployed. The target variable is also equivalent to a parameter in the deployment template, and is used for indicating the configuration file that needs to be loaded when the image file is deployed.
In one possible implementation, before acquiring the deployment template for the target item, the method may further include the steps of: ① And receiving a deployment template configuration instruction, and acquiring a deployment template configuration page. The deployment template configuration instruction is used for indicating an instruction for configuring each configuration item in the deployment template. The deployment template configuration page comprises at least one configuration item, and the configuration item can be used for configuring parameters in the deployment template. In the deployment template, each configuration item may include a name of a parameter (or use of the parameter) and an area for inputting the parameter of the configuration. In one scenario, the configuration items in the deployment template configuration page may be used to configure parameters that may be adjusted, such as the target variables described above. The deployment template configuration page can also comprise a search control used for searching the configuration items, and a user can search the configuration items needing to be configured by inputting names of parameters of the configuration items needing to be configured or purposes of the parameters in the search control. ② And configuring corresponding parameters for each configuration item based on the deployment template configuration page. When the corresponding parameters are configured for the configuration items, the selection may be performed based on at least one candidate item, or parameter information may be directly input, which is not limited herein. ③ When a configuration completion instruction is detected, a deployment template is generated according to the configuration of each configuration item. The configuration completion instruction may be an instruction generated when a control for indicating confirmation of completion of configuration is clicked. The deployment template is generated according to the configuration of each configuration item, and the parameter information input in each configuration item in the configuration page of the deployment template can be used as the parameter in the deployment template, so that the deployment template is obtained. Therefore, the user can find the parameters to be configured more quickly by providing the visual deployment template configuration page, and compared with the method for directly modifying the content in the configuration file, the method has more visual feeling on the parameters to be modified, and is beneficial to improving the configuration efficiency of the deployment template.
S105, loading the target configuration file according to the deployment template to deploy the image file, so as to obtain the target application of the target item in the target environment.
In one possible implementation, when the image file is deployed, the image file is deployed into a container, so that the target application is obtained. The target application may be an application corresponding to a target item applicable to the target environment. Loading the target configuration file according to the deployment template corresponds to the configuration file which is effective in the subsequent application process after the image file is successfully deployed or when the starting instruction of the container deployed according to the image file is detected. The resulting target application may be an application upon successful deployment of the image file or upon detection of a launch instruction to a container deployed in accordance with the image file. It will be appreciated that, when the image file is deployed, other information involved in the deployment process, such as the location of the deployed container, the port number, the accessed database, etc., may also be determined according to the deployment template, which is not limited herein.
In a possible implementation manner, if the target variable in the deployment template is updated to be other configuration files corresponding to the target environment, the configuration files under the mirror image package address and the code files of the project do not need to be obtained again, but the configuration files indicated by the updated target variable can be directly loaded according to the mirror image files generated in the steps to obtain the application loaded with the new configuration files, so that flexible loading of the configuration files can be realized, and the configuration files are generated according to the configuration files corresponding to the target environment instead of being generated according to the configuration files required to be loaded only subsequently when the mirror image files are obtained. The method specifically comprises the following steps: ① And updating the target variable in the deployment template. The updating of the target variable may be updating the configuration item corresponding to the target variable in the deployment template configuration page, and the target variable may be updated to other configuration files corresponding to the target environment. ② When a deployment updating instruction for the image file is detected, loading the target configuration file indicated by the updated target variable according to the deployment template to deploy the image file, so as to obtain the updated target application of the target item in the target environment. The deployment update instruction is used for indicating to redeploy the image file, and redeploy the image file according to the updated deployment template is the same as the above deployment mode of the image file, which is not described herein. For example, in one possible scenario, when the image file is deployed for the first time, the configuration file indicated by the target variable is file1, if the configuration file indicated by the target variable is modified to be file2, when the deployment update instruction is detected, the configuration file2 may be loaded to redeploy the image file, so as to obtain the updated target application.
The application provides a data loading method, which can determine file path information of a target folder when a deployment request aiming at a target item in a target environment is detected, wherein the target folder is used for storing configuration files corresponding to the target environment, and then the configuration files stored in the target folder are copied to a mirror image packaging address so as to obtain mirror image files, so that the configuration files corresponding to the target environment can be determined quickly; and a deployment template aiming at the target project can be obtained, the deployment template indicates a target configuration file loaded when the image file is deployed, and the target configuration file indicated by the deployment template is loaded according to the deployment template so as to deploy the image file. Therefore, the configuration files corresponding to the target environment can be obtained from the target folder, and the configuration files required to be loaded can be specified through the deployment template, so that the accurate loading of the configuration files corresponding to the target environment can be realized.
Referring to fig. 2, fig. 2 is a schematic diagram of a data loading method according to an embodiment of the present application. The method may be performed by the electronic device described above. The data loading method may include the following steps.
S201, determining a target test strategy for a target item.
The target test strategy is used for indicating that the target item is tested under at least one environment according to the test environment sequence. The test context order may be used to indicate the order of the various contexts that need to be tested throughout the test flow. For example, the environment related to the test process of one target item may include a test environment, a regression environment, a pre-release environment, a gray release environment, and the like, and then the test environment sequence may indicate the sequence of testing the applications in the respective environments, and if the test environment sequence may be the test environment > regression environment > pre-release environment > gray release environment, then the applications in the test environment may be generated first for testing, the applications in the regression environment may be generated for testing, then the applications in the pre-release environment may be generated for testing, and the applications in the gray release environment may be generated for testing.
In one possible implementation, when determining the target test policy of the target item, the target test policy with the corresponding test environment sequence may be determined according to the complexity of the target item. The complexity degree can be represented by the number of codes in the code file of the target item, and generally, if the number of codes is larger, the more problems possibly generated in the target item are also larger, more environment verification needs to be performed in the testing process, so that the safety of the issued application is ensured. For example, if the code number of the target item is smaller than the first threshold, the environment related to the test environment sequence indicated by the target test policy may be determined as follows: the test environment > the regression environment > the pre-release environment > the gray release environment; if the code quantity of the target item is smaller than the first threshold, the environment related to the test environment sequence indicated by the determinable target test strategy may be: the test environment > regression environment > pre-release environment, namely when the complexity of the items is higher, more applications under the environment can be generated for testing, so that the tests can be differentially performed, the test flow is quickened for the items with low complexity, the tests are performed more comprehensively for the items with higher complexity, and the safety is improved.
In one possible implementation manner, the target test strategy may include determining the testers for testing each environment according to the busyness of each tester, so that reasonable distribution of the test work of each tester can be achieved. The busyness degree can be determined according to the number of tasks to be processed of the current testers or whether the current testers have the tasks to be processed, and the busyness degree is higher as the tasks to be processed are more; the more busy the test task is. And further, the application of the project can be tested by a tester with low busyness. Alternatively, the testers for testing different environments may be the same or different, and are not limited herein.
S202, taking each environment as a target environment in turn according to a test environment sequence indicated by a target test strategy, obtaining the application of the target item under each environment when a deployment request aiming at the target item under each environment is detected, and testing the application corresponding to each environment.
Wherein each environment is sequentially taken as a target environment, and when a deployment request for a target item in each environment is detected, the application of the target item in each environment is obtained, and the relevant steps of steps S101-S105 can be seen. For example, after the target test policy is obtained, a deployment request for the target item in the environment 1 included in the target test policy may be generated, that is, the environment 1 is used as the target environment, further file path information of the target folder is determined, according to the file path information of the target folder, the configuration file stored in the target folder is copied to the mirror image package address, then compiling is performed according to the configuration file under the mirror image package address and the code file of the target item to obtain a target file package, and further, a mirror image file of the target file package is obtained, further, a deployment template for the target item is obtained, and then the target configuration file is loaded according to the deployment template, so that the mirror image file is deployed, and the application of the target item in the environment 1 is obtained.
For example, in one possible scenario, if the test environment order indicated by the target test strategy may be: the test environment > regression environment > pre-release environment, then referring to the related steps of steps S101-S105, the application corresponding to the test environment is first generated, the application of the test environment is tested, then the application of the regression environment is generated, the application of the regression environment is tested, and finally the application of the pre-release environment is generated for testing.
In one possible implementation manner, when the application corresponding to each environment is tested, the process of testing the application corresponding to the next environment can be entered after the application corresponding to the previous environment in the sequence of testing environments passes the test, so that the standardization of the test process can be ensured. The former environment is relatively to the next environment, for example, the test environments are in the following order: test environment > regression environment > pre-release environment > gray release environment, then the test environment is the previous environment relative to the regression environment, and the regression environment is the next environment relative to the test environment. In one possible implementation manner, when testing the application corresponding to each environment, the application corresponding to each environment may be generated in sequence, and then the application corresponding to each environment is tested by multiple testers synchronously, so that the efficiency of the testing process may be improved.
In one possible implementation manner, when the application of the target item under each environment is obtained, a corresponding environment label can be associated with the application under each environment, and the environment label is used for indicating the environment to which the application is applicable, so that the environment corresponding to the application can be distinguished through the environment label. Optionally, in some scenarios, in the testing process, an application corresponding to each environment may be generated according to the steps, and then the applications corresponding to each environment are tested respectively, so that the tested applications can be distinguished by the environment labels to be applications suitable for what environments.
In one possible implementation manner, if the tester detects that the application test under the corresponding environment passes, the tester may click on a control for indicating that the application test under the corresponding environment passes, and then the electronic device determines that the application test under the corresponding environment passes in response to the clicking operation, and records the time of the passing test, so as to realize the full record of the test process, facilitate the subsequent rewinding of the test process, and predict the time required to be spent in the test process of the subsequent project.
And S203, if the test passes for the application under each environment, determining that the test of the target item passes.
In one possible implementation manner, if the test of the target item is passed, the production environment may be used as the target environment, so as to obtain the application of the target item in each environment, and release the application. In one scenario, a tester may click on a control for indicating that the corresponding environment test passes when detecting that the application test under each environment passes, and determine that the application for each environment passes if an operation for indicating that the test passes for each environment is detected. It can be understood that the standardization and the flow of the test process can be realized through the target test strategy, so as to ensure that the online application is tested through a reasonable test flow.
In one possible implementation manner, if the test fails in a certain environment, a test result report may be generated according to the test procedure, where the test result report may indicate a bug or warning item detected in the test procedure, and further may modify a code file or a configuration file of the item according to the test result, and then regenerate an application corresponding to each environment according to the indicated test environment sequence of the target test policy, so as to test the modified item, thereby implementing standardization of the test procedure of the item.
In a possible implementation manner, after determining the target test strategy for the target project, the embodiment of the application can predict the time required for testing the application of the target project in each environment, so that related personnel can plan the progress of the project through the predicted time, and the normal online of the project can be ensured through the predicted time in the actual application process. Specifically, the time required for predicting the test procedure of the target item and the time required for testing the application of the target item in each environment may specifically include the following steps: ① And acquiring test flow record information of at least one historical item tested by adopting the target test strategy. The test flow record information comprises at least one time point when the application test in the environment passes. The history item may be a target of the test passing within a certain time frame, which may be any time period before step ①. The history item may be any item, wherein the history item may also be an item of a previous version to the target item. ② And determining the time required by each history item to be tested under each environment according to the test flow record information of each history item. Wherein the time required for testing in each environment may be a time difference between a time when a tester determines to start testing an application of one environment and a time point when the application of one environment is determined to pass. The time for determining to start testing the application of one environment may be a time point when the test flow is started or a time point when the previous environment test passes. ③ And determining the characteristic information corresponding to the target item. The feature information may include a code data amount of the item (such as a code data amount is more, less, or the like), a type corresponding to the item (such as a game item, a social application item, a short video application item, or the like), a tester of the item, or the like, which is not limited herein. ④ And determining the predicted test time of the target item under each environment according to the characteristic information corresponding to the target item and the time required by the test of at least one historical item under each environment. The predicted test time is the time required by the application under each environment to be tested. It can be understood that the history item is associated with corresponding feature information, and further, the time required for testing the item similar to the target item in each environment can be determined based on the feature information corresponding to the target item and the feature information corresponding to the history item, so as to predict the predicted test time of the target item in each environment.
In one possible implementation manner, the determining the predicted test time of the target item under each environment according to the feature information corresponding to the target item and the time required by the test of at least one historical item under each environment specifically may include the following steps: ① And classifying at least one history item into at least one item group according to the characteristic information corresponding to each history item. Wherein each item grouping includes at least one history item. It will be appreciated that there is similar characteristic information between historical items in the same item cluster. In one possible implementation, the determined item groupings may be classified by a decision tree model, for example, feature vectors for training a decision tree are constructed according to feature information corresponding to each history item, and each feature vector is labeled with the item grouping to which the corresponding history item belongs; through training the decision tree model by each feature vector, the error between the item grouping of the label determined by the decision tree model for each feature vector and the predicted item grouping of each feature vector is smaller than or equal to an error threshold value, and then the decision tree model can realize correct classification for each history item. The feature vector corresponding to one history item may represent { x 1,x2,x3......xM }, where x 1-xM may each represent a feature information, and further train the decision tree model according to the feature vector, for example, may use an ID3 calculation method and a C4.5 calculation method for training, which will not be described herein. ② And determining the item grouping of the target item according to the characteristic information corresponding to the target item. The item group to which the target item belongs is an item group having characteristic information similar to that of the target item. ③ And determining the predicted test time of the target item under each environment according to the time required by the test of at least one historical item included in the item group to which the target item belongs under each environment. According to the time required for the test under each environment of at least one history item included in the item group to which the target item belongs, for example, an average value of the time required for the test under each environment of the history item included in the item group to which the target item belongs may be calculated, and for example, the time required for the test under each environment of the history item included in the item group to which the target item belongs may be calculated by a preset function, which may be a function for calculating the predicted test time. It can be understood that after the test of the target item passes, the target item can be added into the corresponding item group as a history item, so that the expansion of the number of items in the item group is realized, and the prediction can be more accurate when the prediction test time of a new item is determined later.
In one possible implementation manner, after obtaining the predicted test time of the target item under each environment, the test time of the target item may be further determined according to the predicted test time of the target item under each environment; and sequentially taking each environment as a target environment according to the test environment sequence indicated by the target test strategy and the test time of the target item so as to obtain the application of the target item under each environment, and testing the application corresponding to each environment. For example, when testing according to the target testing strategy, comparing the actual progress of the current testing with the expected time for testing each environment, if the actual progress is slower than the expected progress (if the expected time is smaller than the actual time), a prompt message can be output to prompt the test progress to be quickened, so that a tester can control the current progress, if the current progress is detected to be much later than the expected progress, the preparation of exceeding the test period can be made in advance, and adverse consequences caused by the fact that the application cannot be on time in the testing stage are avoided.
For example, the testing process of a target item is described herein using deployment of an application implementation of the target item to a target version as an example. For example, referring to fig. 3, fig. 3 is a schematic diagram of a test procedure according to an embodiment of the application. When it is detected that the developer confirms entering the test flow after completing writing of the code file, a target test policy may be obtained according to the item type of the target item (as shown in 301 in fig. 3), and it is determined how much time is expected to be spent in conducting the test by the target test policy. Further, a first environment in the test environment sequence of the target test policy is taken as a target environment, an application corresponding to the first environment is generated (as shown by 302 in fig. 3), then a corresponding test process is executed based on the application, when an instruction for indicating the passing of the test on the first environment is detected, a second environment in the test environment sequence of the target test policy is taken as a target environment, an application corresponding to the second environment is generated (as shown by 303 in fig. 3), then a corresponding test process is executed based on the application, and so on until each environment indicated by the target test policy passes, the passing of the test on the target item is determined (as shown by 304 in fig. 3), and then an application corresponding to the release environment can be generated, so that the online of the application is realized.
The application provides a data loading method, which can determine file path information of a target folder when a deployment request aiming at a target item in a target environment is detected, wherein the target folder is used for storing configuration files corresponding to the target environment, and then the configuration files stored in the target folder are copied to a mirror image packaging address so as to obtain mirror image files, so that the configuration files corresponding to the target environment can be determined quickly; and a deployment template aiming at the target project can be obtained, the deployment template indicates a target configuration file loaded when the image file is deployed, and the target configuration file indicated by the deployment template is loaded according to the deployment template so as to deploy the image file. Therefore, the configuration files corresponding to the target environment can be obtained from the target folder, and the configuration files required to be loaded can be specified through the deployment template, so that the accurate loading of the configuration files corresponding to the target environment can be realized.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a data loading device according to an embodiment of the present application. Alternatively, the data loading device may be disposed in the electronic device. As shown in fig. 4, the data loading apparatus described in the present embodiment may include:
A detection unit 401, configured to determine file path information of a target folder when a deployment request for a target item in a target environment is detected, where the target folder is used to store a configuration file corresponding to the target environment;
a processing unit 402, configured to copy the configuration file to a mirror package address according to the file path information of the target folder;
The processing unit 402 is further configured to compile a code file of the target item according to the configuration file under the mirror image package address to obtain a target file package, and obtain a mirror image file of the target file package;
An obtaining unit 403, configured to obtain a deployment template for the target item, where the deployment template indicates a target configuration file loaded when deploying an image file;
the processing unit 402 is further configured to load a target configuration file according to the deployment template, so as to deploy the image file, and obtain a target application of the target item in the target environment.
In one implementation, the deployment request carries an environment identifier of the target environment; the detecting unit 401 is specifically configured to determine file path information of the target folder:
determining an environment folder, wherein the environment folder comprises subfolders, each subfolder is used for storing configuration files, and each subfolder corresponds to different environments;
determining a subfolder corresponding to the target environment from the subfolders according to the environment identifier as a target folder;
And determining the file path information of the target folder according to the file path information of the environment folder and the file name of the target folder.
In one implementation, the processing unit 402 is further configured to:
Determining a target test strategy for the target item, wherein the target test strategy is used for indicating the target item to be tested under at least one environment according to a test environment sequence;
Sequentially taking each environment as a target environment according to the sequence of the test environments indicated by the target test strategy to obtain the application of the target item under each environment, and testing the application corresponding to each environment;
And if the test passes for the application under each environment, determining that the target item test passes.
In one implementation, the processing unit 402 is further configured to:
acquiring test flow record information of at least one history item tested by adopting the target test strategy, wherein the test flow record information comprises a time point when application testing in the at least one environment is completed;
determining the time required by each history item to be tested under each environment according to the test flow record information of each history item;
Determining characteristic information corresponding to the target item;
And determining the predicted test time of the target item under each environment according to the characteristic information corresponding to the target item and the time required by the test of the history item under each environment.
In one implementation, the history item is associated with corresponding feature information; the processing unit 402 is specifically configured to:
Dividing the at least one history item into at least one item group according to the characteristic information corresponding to each history item, wherein each item group comprises at least one history item;
determining the project group of the target project according to the characteristic information corresponding to the target project;
and determining the predicted test time of the target item under each environment according to the time required by the test of at least one historical item under each environment, which is included in the item group to which the target item belongs.
In one implementation, the deployment template indicates, through a target variable, the target configuration file loaded when deploying the image file, and the processing unit 402 is further configured to:
Updating the target variable in the deployment template;
when a deployment updating instruction aiming at the image file is detected, loading a target configuration file indicated by an updated target variable according to a deployment template to deploy the image file, so as to obtain an updated target application of the target item in the target environment; the deployment update instruction is used for indicating that the image file is redeployed.
In one implementation, the processing unit 402 is further configured to:
Receiving a deployment template configuration instruction, and acquiring a deployment template configuration page, wherein the deployment template configuration page comprises at least one configuration item;
configuring corresponding parameters for each configuration item based on the deployment template configuration page;
and when a configuration completion instruction is detected, generating a deployment template according to the configuration of each configuration item.
Referring to fig. 5, fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application. The electronic device described in the present embodiment includes: a processor 501, and a memory 502. Optionally, the electronic device may further include a network interface 503 or a power module. Data may be interacted between the processor 501, the memory 502, and the network interface 503.
The Processor 501 may be a central processing unit (Central Processing Unit, CPU), which may also be other general purpose processors, digital signal processors (DIGITAL SIGNAL Processor, DSP), application SPECIFIC INTEGRATED Circuit (ASIC), off-the-shelf Programmable gate array (Field-Programmable GATE ARRAY, FPGA) or other Programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The network interface 503 may include input devices, such as a control panel, microphone, receiver, etc., and/or output devices, such as a display screen, transmitter, etc., which are not shown. For example, in an embodiment of the application, the network interface may include a receiver and a transmitter.
The memory 502 may include read only memory and random access memory and provides program instructions and data to the processor 501. A portion of memory 502 may also include non-volatile random access memory. Wherein the processor 501, when calling the program instructions, is configured to execute:
When a deployment request aiming at a target item in a target environment is detected, determining file path information of a target folder, wherein the target folder is used for storing a configuration file corresponding to the target environment;
copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
compiling according to the configuration file under the mirror image packaging address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
Acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when an image file is deployed;
and loading a target configuration file according to the deployment template to deploy the mirror image file so as to obtain a target application of the target item in the target environment.
In one implementation, the deployment request carries an environment identifier of the target environment; the processor 501 is specifically configured to:
determining an environment folder, wherein the environment folder comprises subfolders, each subfolder is used for storing configuration files, and each subfolder corresponds to different environments;
determining a subfolder corresponding to the target environment from the subfolders according to the environment identifier as a target folder;
And determining the file path information of the target folder according to the file path information of the environment folder and the file name of the target folder.
In one implementation, the processor 501 is further configured to:
Determining a target test strategy for the target item, wherein the target test strategy is used for indicating the target item to be tested under at least one environment according to a test environment sequence;
Sequentially taking each environment as a target environment according to the sequence of the test environments indicated by the target test strategy to obtain the application of the target item under each environment, and testing the application corresponding to each environment;
And if the test passes for the application under each environment, determining that the target item test passes.
In one implementation, the processor 501 is further configured to:
acquiring test flow record information of at least one history item tested by adopting the target test strategy, wherein the test flow record information comprises a time point when application testing in the at least one environment is completed;
determining the time required by each history item to be tested under each environment according to the test flow record information of each history item;
Determining characteristic information corresponding to the target item;
And determining the predicted test time of the target item under each environment according to the characteristic information corresponding to the target item and the time required by the test of the history item under each environment.
In one implementation, the history item is associated with corresponding feature information; the processor 501 is specifically configured to:
Dividing the at least one history item into at least one item group according to the characteristic information corresponding to each history item, wherein each item group comprises at least one history item;
determining the project group of the target project according to the characteristic information corresponding to the target project;
and determining the predicted test time of the target item under each environment according to the time required by the test of at least one historical item under each environment, which is included in the item group to which the target item belongs.
In one implementation, the deployment template indicates, through a target variable, the target configuration file loaded when deploying the image file, and the processor 501 is further configured to:
Updating the target variable in the deployment template;
when a deployment updating instruction aiming at the image file is detected, loading a target configuration file indicated by an updated target variable according to a deployment template to deploy the image file, so as to obtain an updated target application of the target item in the target environment; the deployment update instruction is used for indicating that the image file is redeployed.
In one implementation, the processor 501 is further configured to:
Receiving a deployment template configuration instruction, and acquiring a deployment template configuration page, wherein the deployment template configuration page comprises at least one configuration item;
configuring corresponding parameters for each configuration item based on the deployment template configuration page;
and when a configuration completion instruction is detected, generating a deployment template according to the configuration of each configuration item.
Optionally, the program instructions may further implement other steps of the method in the above embodiment when executed by the processor, which is not described herein.
The present application also provides a computer readable storage medium storing a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the above-described method, such as the method performed by the above-described electronic device, which is not described herein in detail.
Alternatively, a storage medium such as a computer-readable storage medium to which the present application relates may be nonvolatile or may be volatile.
Alternatively, the computer-readable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created from the use of blockchain nodes, and the like. The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and the like. The blockchain (Blockchain), essentially a de-centralized database, is a string of data blocks that are generated in association using cryptographic methods, each of which contains information from a batch of network transactions for verifying the validity (anti-counterfeit) of its information and generating the next block. The blockchain may include a blockchain underlying platform, a platform product services layer, an application services layer, and the like.
It should be noted that, for simplicity of description, the foregoing method embodiments are all expressed as a series of action combinations, but it should be understood by those skilled in the art that the present application is not limited by the order of action described, as some steps may be performed in other order or simultaneously according to the present application. Further, those skilled in the art will also appreciate that the embodiments described in the specification are all preferred embodiments, and that the acts and modules referred to are not necessarily required for the present application.
Those of ordinary skill in the art will appreciate that all or part of the steps in the various methods of the above embodiments may be implemented by a program to instruct related hardware, the program may be stored in a computer readable storage medium, and the storage medium may include: flash disk, read-Only Memory (ROM), random-access Memory (Random Access Memory, RAM), magnetic disk or optical disk, etc.
Embodiments of the present application also provide a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device performs the steps performed in the embodiments of the methods described above. For example, the computer device may be a terminal, or may be a server.
The foregoing describes in detail a data loading method, apparatus, electronic device and storage medium provided by the embodiments of the present application, and specific examples are applied to illustrate the principles and implementations of the present application, where the foregoing examples are only used to help understand the method and core idea of the present application; meanwhile, as those skilled in the art will have variations in the specific embodiments and application scope in accordance with the ideas of the present application, the present description should not be construed as limiting the present application in view of the above.

Claims (9)

1. A method of loading data, the method comprising:
When a deployment request aiming at a target item in a target environment is detected, determining file path information of a target folder, wherein the target folder is used for storing a configuration file corresponding to the target environment;
copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
compiling according to the configuration file under the mirror image packaging address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
Acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when an image file is deployed;
Loading a target configuration file according to the deployment template to deploy the mirror image file to obtain a target application of the target item in the target environment;
determining a target test strategy for the target item, and determining a predicted test time of the target item in each environment; the target test strategy is used for indicating the target item to be tested under at least one environment according to the test environment sequence; the predicted test time under each environment is used for determining the test time of the target project so as to plan the progress of the target project;
Taking each environment as the target environment in turn according to the test environment sequence indicated by the target test strategy and the test time of the target item so as to obtain the application of the target item under each environment, and testing the application corresponding to each environment; the testing of the application corresponding to each environment comprises the following steps: comparing the actual progress of the current test with the expected test time of each environment, and outputting prompt information if the actual progress is slower than the expected test time of each environment; the application corresponding to each environment is tested by a corresponding tester;
And if the test passes for the application under each environment, determining that the target item test passes.
2. The method of claim 1, wherein the deployment request carries an environment identification of the target environment; the determining the file path information of the target folder includes:
determining an environment folder, wherein the environment folder comprises subfolders, the subfolders are used for storing configuration files of corresponding environments, and the subfolders are associated with environment identifiers of the corresponding environments;
Determining a subfolder corresponding to the target environment as a target folder according to the environment identifier of the target environment and the environment identifier of the subfolder;
And determining the file path information of the target folder according to the file path information of the environment folder and the file name of the target folder.
3. The method of claim 1, wherein said determining a predicted test time for said target item in said each environment comprises:
acquiring test flow record information of at least one history item tested by adopting the target test strategy, wherein the test flow record information comprises a time point when application testing in the at least one environment is completed;
determining the time required by each history item to be tested under each environment according to the test flow record information of each history item;
Determining characteristic information corresponding to the target item;
And determining the predicted test time of the target item under each environment according to the characteristic information corresponding to the target item and the time required by the test of the history item under each environment.
4. A method according to claim 3, wherein the history item is associated with corresponding characteristic information;
According to the characteristic information corresponding to the target item and the time required by the history item to be tested in each environment, determining the predicted test time of the target item in each environment comprises the following steps:
Dividing the at least one history item into at least one item group according to the characteristic information corresponding to each history item, wherein each item group comprises at least one history item;
determining the project group of the target project according to the characteristic information corresponding to the target project;
and determining the predicted test time of the target item under each environment according to the time required by the test of at least one historical item under each environment, which is included in the item group to which the target item belongs.
5. The method of claim 1, wherein the deployment template indicates the target configuration file loaded when deploying the image file via a target variable, the method further comprising:
Updating the target variable in the deployment template;
when a deployment updating instruction aiming at the image file is detected, loading a target configuration file indicated by an updated target variable according to a deployment template to deploy the image file, so as to obtain an updated target application of the target item in the target environment; the deployment update instruction is used for indicating that the image file is redeployed.
6. The method of claim 1, wherein prior to the obtaining a deployment template for the target item, comprising:
Receiving a deployment template configuration instruction, and acquiring a deployment template configuration page, wherein the deployment template configuration page comprises at least one configuration item;
configuring corresponding parameters for each configuration item based on the deployment template configuration page;
and when a configuration completion instruction is detected, generating a deployment template according to the configuration of each configuration item.
7. A data loading apparatus for implementing the method of any of claims 1-6, the apparatus comprising:
the device comprises a detection unit, a configuration file storage unit and a configuration file storage unit, wherein the detection unit is used for determining file path information of a target folder when a deployment request of a target item in a target environment is detected, and the target folder is used for storing a configuration file corresponding to the target environment;
The processing unit is used for copying the configuration file to a mirror image packaging address according to the file path information of the target folder;
The processing unit is further used for compiling the configuration file under the mirror image package address and the code file of the target item to obtain a target file package, and obtaining a mirror image file of the target file package;
The acquisition unit is used for acquiring a deployment template aiming at the target project, wherein the deployment template indicates a target configuration file loaded when the image file is deployed;
The processing unit is further configured to load a target configuration file according to the deployment template, so as to deploy the image file, and obtain a target application of the target item in the target environment.
8. An electronic device comprising a processor, a memory, wherein the memory is for storing a computer program, the computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any of claims 1-6.
9. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program comprising program instructions which, when executed by a processor, cause the processor to perform the method of any of claims 1-6.
CN202111565624.4A 2021-12-20 2021-12-20 Data loading method and device, electronic equipment and storage medium Active CN114237754B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111565624.4A CN114237754B (en) 2021-12-20 2021-12-20 Data loading method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111565624.4A CN114237754B (en) 2021-12-20 2021-12-20 Data loading method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114237754A CN114237754A (en) 2022-03-25
CN114237754B true CN114237754B (en) 2024-06-07

Family

ID=80759713

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111565624.4A Active CN114237754B (en) 2021-12-20 2021-12-20 Data loading method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114237754B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114756510A (en) * 2022-06-14 2022-07-15 深圳萨尔浒网络科技有限公司 Computer file data matching method and device, computer equipment and storage medium
CN115827392B (en) * 2023-02-09 2023-11-21 中国证券登记结算有限责任公司 Monitoring method, device and system of distributed system

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815052A (en) * 2017-01-10 2017-06-09 南威软件股份有限公司 A kind of method of the rapid deployment system for being adapted to multi-environment configuration
CN111399865A (en) * 2020-04-21 2020-07-10 贵州新致普惠信息技术有限公司 Method for automatically constructing target file based on container technology
CN111610967A (en) * 2020-04-08 2020-09-01 曙光信息产业(北京)有限公司 Continuous integration and deployment method and device based on cloud management platform
CN112131126A (en) * 2020-09-28 2020-12-25 中国银行股份有限公司 Test environment switching method and device
CN112230946A (en) * 2020-11-18 2021-01-15 浪潮云信息技术股份公司 Container-based application system deployment method and related device
CN112527357A (en) * 2020-12-14 2021-03-19 中国平安人寿保险股份有限公司 Service hot loading updating method and device, computer equipment and storage medium
CN112579205A (en) * 2020-12-24 2021-03-30 平安普惠企业管理有限公司 Configuration file checking method and device, computer equipment and storage medium
CN112882729A (en) * 2019-11-29 2021-06-01 顺丰科技有限公司 Application image upgrading method and device, computer equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8978029B2 (en) * 2013-05-13 2015-03-10 Sap Se Automated template deployment to computing platforms
US11941021B2 (en) * 2019-10-25 2024-03-26 Accenture Global Solutions Limited Automatic creation of blockchain network infrastructures

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106815052A (en) * 2017-01-10 2017-06-09 南威软件股份有限公司 A kind of method of the rapid deployment system for being adapted to multi-environment configuration
CN112882729A (en) * 2019-11-29 2021-06-01 顺丰科技有限公司 Application image upgrading method and device, computer equipment and storage medium
CN111610967A (en) * 2020-04-08 2020-09-01 曙光信息产业(北京)有限公司 Continuous integration and deployment method and device based on cloud management platform
CN111399865A (en) * 2020-04-21 2020-07-10 贵州新致普惠信息技术有限公司 Method for automatically constructing target file based on container technology
CN112131126A (en) * 2020-09-28 2020-12-25 中国银行股份有限公司 Test environment switching method and device
CN112230946A (en) * 2020-11-18 2021-01-15 浪潮云信息技术股份公司 Container-based application system deployment method and related device
CN112527357A (en) * 2020-12-14 2021-03-19 中国平安人寿保险股份有限公司 Service hot loading updating method and device, computer equipment and storage medium
CN112579205A (en) * 2020-12-24 2021-03-30 平安普惠企业管理有限公司 Configuration file checking method and device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN114237754A (en) 2022-03-25

Similar Documents

Publication Publication Date Title
CN108876121B (en) Work order processing method and device, computer equipment and storage medium
CN114237754B (en) Data loading method and device, electronic equipment and storage medium
US11982999B2 (en) Defect detection task processing method, device, apparatus and storage medium
CN108776643B (en) Target code merging control method and system based on version control process
CN113448862B (en) Software version testing method and device and computer equipment
JP7155626B2 (en) Field device commissioning system and field device commissioning method
CN111651352B (en) Warehouse code merging method and device
CN115562690A (en) Algorithm service processing method, device and medium based on Docker container
CN112527676A (en) Model automation test method, device and storage medium
CN116257438A (en) Updating method of interface test case and related equipment
CN115454420A (en) Artificial intelligence algorithm model deployment system, method, equipment and storage medium
CN114064079A (en) Packing method and device of algorithm application element, equipment and storage medium
CN113961199A (en) Model deployment system, method, device and storage medium
CN115129574A (en) Code testing method and device
CN117035065A (en) Model evaluation method and related device
US11347533B2 (en) Enhanced virtual machine image management system
US11861332B2 (en) String localization for universal use
CN112699042B (en) Unit test case generation method and device
US20190286453A1 (en) System construction assisting apparatus, method, and program
CN109062789B (en) Continuous integration method, device and equipment and readable storage medium
CN115373885A (en) Fault repairing method and device, storage medium and electronic equipment
CN113672514A (en) Test method, test device, server and storage medium
CN110177006B (en) Node testing method and device based on interface prediction model
CN112543104A (en) Application program packaging method and device, electronic equipment and storage medium
CN111158654A (en) Algorithm calling method, device, server and 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
GR01 Patent grant