CN109725906A - A kind of code compiling method and corresponding continuous integration system - Google Patents

A kind of code compiling method and corresponding continuous integration system Download PDF

Info

Publication number
CN109725906A
CN109725906A CN201811646225.9A CN201811646225A CN109725906A CN 109725906 A CN109725906 A CN 109725906A CN 201811646225 A CN201811646225 A CN 201811646225A CN 109725906 A CN109725906 A CN 109725906A
Authority
CN
China
Prior art keywords
code
stage
compilation process
platform environment
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811646225.9A
Other languages
Chinese (zh)
Inventor
黄雪梅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Chuanggong Telecom Technology Co Ltd
Original Assignee
Shanghai Chuanggong Telecom Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Chuanggong Telecom Technology Co Ltd filed Critical Shanghai Chuanggong Telecom Technology Co Ltd
Priority to CN201811646225.9A priority Critical patent/CN109725906A/en
Publication of CN109725906A publication Critical patent/CN109725906A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The present embodiments relate to field of computer technology more particularly to a kind of code compiling methods and corresponding continuous integration system, to solve the whole process long operational time of code compilation, the low problem of development efficiency.The embodiment of the present invention is suitable for being automatically integrating the continuous integration system for servicing and code compilation process being split as to N number of stage, N >=2 by resource;It include: to judge whether the operation in the K-1 stage succeeds for the K-1 stage;K≤N;If so, executing the k-th stage;If it is not, then terminating the code compilation process, and carry out alarm prompt.

Description

A kind of code compiling method and corresponding continuous integration system
Technical field
The present invention relates to field of computer technology more particularly to a kind of code compiling method and corresponding continuous integrating systems System.
Background technique
Continuous integrating (Continuous Integration, abbreviation CI) is a kind of practice of software, i.e., team develops Member often integrates their work, and usual each member is at least integrated primary daily, and also meaning that may occur daily It is repeatedly integrated.Collection Chengdu is verified by the building (including compiling, publication, automatic test) automated every time, thus as early as possible Ground finds integrated mistake.This process can greatly reduce integrated problem, allow team that can develop the software of cohesion faster.
Popular says, continuous integrating refers to that continually (secondary more than a day) integrates the code into trunk.Its purpose is exactly to allow Product can be with iteratively faster, while being also able to maintain high quality.Its core measure is that code is integrated into before trunk, it is necessary to logical Cross automatic test.As long as there is a test case failure, cannot integrate.
For a compilation process, existing CI compiles process, since entire Runtime is long, causes to develop rhythm Slow down, have no idea meet the needs of high efficiency software iteration, and no matter which intermediate link goes wrong, and is both needed to until compiling Process terminates just unsuccessfully to be prompted, the time of further elongation exploitation.
Summary of the invention
The application provides a kind of code compiling method and corresponding continuous integration system, to solve the entire of code compilation The process operation time is long, the low problem of development efficiency.
A kind of code compiling method provided in an embodiment of the present invention compiles code suitable for being automatically integrating service by resource Translate the continuous integration system that process is split as N number of stage, N >=2;Include:
For the K-1 stage, judge whether the operation in the K-1 stage succeeds;K≤N;
If so, executing the k-th stage;
If it is not, then terminating the code compilation process, and carry out alarm prompt.
In a kind of optional embodiment, N number of stage is successively are as follows: code detection stage, environmental preparation stage, code fortune Row order section and result treatment stage;
The code detection stage is for determining whether code content meets preset rules;
The environmental preparation stage is used to provide the platform environment of code execution;
The code operation phase is for being compiled iteration to code;
The result treatment stage is for merging code and being put in storage.
In a kind of optional embodiment, for the environmental preparation stage, the operation in judgement the K-1 stage Whether succeed, if it is not, then terminating the code compilation process, and carry out alarm prompt, comprising:
If not set platform environment, download platform environment;
If it is determined that failed download, then the step of repeating the downloading platform environment, and record number of repetition;
If the number of repetition reaches threshold value, terminate the code compilation process, and carry out alarm prompt.
In a kind of optional embodiment, for the code operation phase, the operation in judgement the K-1 stage Whether succeed, if it is not, then terminating the code compilation process, and carry out alarm prompt, comprising:
The compilation process of monitor code;
If the compilation process failure, carries out fail flag for the code;
Failure result is stored, and adds and unsuccessfully annotates, the unsuccessfully annotation includes position and the reason of failure.
In a kind of optional embodiment, the continuous integration system is for handling incremental code.
The embodiment of the present invention also provides a kind of continuous integration system, including being automatically integrating the code that service divides by resource Detection module, environmental preparation module, code operation module and result treatment module;
The code detection module is for determining whether code content meets preset rules;
The environmental preparation module is used to provide the platform environment of code execution;
The code operation module is for being compiled iteration to code;
The result treatment module is for merging code and being put in storage.
In a kind of optional embodiment, the environmental preparation module is specifically used for:
If not set platform environment, download platform environment;
If it is determined that failed download, then the step of repeating the downloading platform environment, and record number of repetition;
If the number of repetition reaches threshold value, terminate the code compilation process, and carry out alarm prompt.
In a kind of optional embodiment, the code runs module, is specifically used for:
The compilation process of monitor code;
If the compilation process failure, carries out fail flag for the code;
Failure result is stored, and adds and unsuccessfully annotates, the unsuccessfully annotation includes position and the reason of failure.
The embodiment of the present invention also provides a kind of computer code, and the computer code is for executing the computer State method.
The embodiment of the present invention also provides a kind of electronic equipment, comprising:
At least one processor;And
The memory being connect at least one described processor communication;Wherein,
The memory is stored with the instruction that can be executed by least one described processor, and described instruction is by described at least one A processor executes, so that at least one described processor is able to carry out method as described above.
The embodiment of the present invention also provides a kind of non-transient computer readable storage medium, and the non-transient computer is readable to deposit Storage media stores computer instruction, and the computer instruction is for making the computer execute method as described above.
In the embodiment of the present invention, service is automatically integrating by resource, entire code compilation process is split as N number of stage, N ≥2.For the K-1 stage, judge whether the operation in the K-1 stage succeeds;If so, executing the k-th stage;If it is not, Then end code compiles process, and carries out alarm prompt.Wherein, K≤N.The embodiment of the present invention reconstructs code compilation process, tears open It is divided into multiple stages, each stage can determine whether to continue next rank according to the operation result in each stage with isolated operation The operation of section relieves the coupling binding between each stage.When certain stage running result when something goes wrong, increase and unsuccessfully prompt Instant notice, developer can determine operation result in real time, terminate in advance the code compilation of mistake, improve the work of research and development Make efficiency.Meanwhile the embodiment of the present invention realizes being incorporated into for code high quality, reduces the probability that code compilation proves an abortion, To improve research and development quality, achieve the purpose that maximum saves cost.
Detailed description of the invention
To describe the technical solutions in the embodiments of the present invention more clearly, make required in being described below to embodiment Attached drawing is briefly introduced, it should be apparent that, drawings in the following description are only some embodiments of the invention, for this For the those of ordinary skill in field, without any creative labor, it can also be obtained according to these attached drawings His attached drawing.
Fig. 1 is a kind of flow diagram of code compiling method provided in an embodiment of the present invention;
Fig. 2 is the flow diagram in environmental preparation stage provided in an embodiment of the present invention;
Fig. 3 is the flow diagram of code operation phase provided in an embodiment of the present invention;
Fig. 4 is the flow diagram in result treatment stage provided in an embodiment of the present invention;
Fig. 5 is a kind of structural schematic diagram of continuous integration system provided in an embodiment of the present invention;
Fig. 6 is the structural schematic diagram of electronic equipment provided in an embodiment of the present invention.
Specific embodiment
To make the objectives, technical solutions, and advantages of the present invention clearer, below in conjunction with attached drawing to the present invention make into It is described in detail to one step, it is clear that the described embodiments are only some of the embodiments of the present invention, rather than whole implementation Example.Based on the embodiments of the present invention, obtained by those of ordinary skill in the art without making creative efforts All other embodiment, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a kind of code compiling methods, are suitable for continuous integration system, and continuous integration system is logical It crosses resource and is automatically integrating service and code compilation process is split as N number of stage, as shown in Figure 1, generation provided in an embodiment of the present invention Code Compilation Method the following steps are included:
Step 101 is directed to the K-1 stage, judges whether the operation in the K-1 stage succeeds;If so, executing Step 102;It is no to then follow the steps 103;Wherein K≤N.
Step 102 executes the k-th stage.
Step 103 terminates the code compilation process, and carries out alarm prompt.
In the embodiment of the present invention, service is automatically integrating by resource, entire code compilation process is split as N number of stage, N ≥2.For the K-1 stage, judge whether the operation in the K-1 stage succeeds;If so, executing the k-th stage;If it is not, Then end code compiles process, and carries out alarm prompt.Wherein, K≤N.The embodiment of the present invention reconstructs code compilation process, tears open It is divided into multiple stages, each stage can determine whether to continue next rank according to the operation result in each stage with isolated operation The operation of section relieves the coupling binding between each stage.When certain stage running result when something goes wrong, increase and unsuccessfully prompt Instant notice, developer can determine operation result in real time, terminate in advance the code compilation of mistake, improve the work of research and development Make efficiency.Meanwhile the embodiment of the present invention realizes being incorporated into for code high quality, reduces the probability that code compilation proves an abortion, To improve research and development quality, achieve the purpose that maximum saves cost.
Continuous integration system in the embodiment of the present invention is for handling incremental code.Continuous integration system is detached from JIRA (a kind of project and affairs trace tool) server obtains information from GERRIT (a kind of code inspection software), by task It is directly mounted in Jenkins (task scheduling server) and runs.So as to disassemble code compilation process modularization, release Coupling binding between each process module.
In the specific implementation process, above-mentioned N number of stage is successively are as follows: code detection stage, environmental preparation stage, code fortune Row order section and result treatment stage, in which:
The code detection stage is for determining whether code content meets preset rules;
The environmental preparation stage is used to provide the platform environment of code execution;
The code operation phase is for being compiled iteration to code;
The result treatment stage is for merging code and being put in storage.
The aforementioned four stage in the embodiment of the present invention can be with isolated operation, in the following, carrying out respectively for each stage detailed It is thin to introduce.
For the code detection stage, the embodiment of the present invention detects the code of each new submission, and whether detection code Meet the rule of setting.If meeting, next stage, the i.e. process in environmental preparation stage are continued to execute.If not meeting, directly End code compiles process, and issues alarm instruction.In the specific implementation process, also the result in code detection stage is carried out Data record is convenient for subsequent optimization.
For the environmental preparation stage, whether the operation for judging the K-1 stage succeeds, if it is not, then terminating institute Code compilation process is stated, and carries out alarm prompt, comprising:
If not set platform environment, download platform environment;
If it is determined that failed download, then the step of repeating the downloading platform environment, and record number of repetition;
When the number of repetition reaches threshold value, then terminate the code compilation process, and carry out alarm prompt.
In the specific implementation process, after the incremental code for receiving research staff's submission, at the beginning of needing to check local iteration Beginning platform environment.If local existing platform environment, needs to be updated the platform environment resetting, and be placed into newest section On point, a static inventory is formed later, for recording updated platform environment data.If local do not have platform environment, Download platform environment is needed, and a static inventory is formed according to the platform environment of downloading, for recording the platform environment of downloading Data.At this moment, it may appear that the case where platform environment failed download, if failed download, repeat the step of download platform environment Suddenly, and number of repetition is recorded.When number of repetition reaches threshold value, and platform environment still failed download, then direct end code compiling Process, and issue alarm instruction.Platform environment data are recorded in the embodiment of the present invention, are compiled without repeating, after being convenient for Continuous optimization.
For the code operation phase, whether the operation for judging the K-1 stage succeeds, if it is not, then terminating institute Code compilation process is stated, and carries out alarm prompt, comprising:
The compilation process of monitor code;
If the compilation process failure, carries out fail flag for the code;
Failure result is stored, and adds and unsuccessfully annotates, the unsuccessfully annotation includes position and the reason of failure.
In the specific implementation process, the code iteration that research staff submits is entered in platform environment, if iteration success, right Code is compiled;If iteration fails, code is subjected to fail flag, and carry out alarm prompt, meanwhile, code iteration is lost The result lost is uploaded in server, is checked and is optimized convenient for subsequent.During being compiled to code, real time monitoring The compilation process of code, if compiling failure, equally carries out fail flag for code, and carry out alarm prompt, meanwhile, by code The result of compiling failure is uploaded in server.If compiling and successfully executing the process that subsequent code merges storage.
For the result treatment stage, the embodiment of the present invention will compile successful code and carry out code merging, if merging successfully, It then will be in successful result upload server;If merging failure, code is subjected to fail flag, and carry out alarm prompt, meanwhile, The result that code merges failure is uploaded in server.
For a clearer understanding of the present invention, above-mentioned process is described in detail with specific embodiment below, process point For four-stage, successively are as follows: code detection stage, environmental preparation stage, code operation phase and result treatment stage.Code inspection The specific steps in survey stage, comprising:
Receive new submit;
Check new submission, and check the code of submission determine whether new submission and code are full Sufficient preset rules;
The specific steps in environmental preparation stage are as shown in Figure 2, comprising:
Step 201: checking local iteration initial platform environment, determine locally whether there is platform environment, if so, executing step 202;It is no to then follow the steps 205.
Step 202: resetting is updated to platform environment.
Step 203: updated platform environment is put to newest node.
Step 204: row is at static inventory.
Step 205: download platform environment thens follow the steps 204 if downloading successfully, no to then follow the steps 206.
Step 206: by number plus one.
Step 207: judge whether number reaches threshold value, if so, 208 are thened follow the steps, it is no to then follow the steps 205.
Step 208: terminating whole flow process, and issue alarm instruction.
The specific steps of code operation phase are as shown in Figure 3, comprising:
Step 301: code iteration being entered in local platform environment.
Step 302: judge whether iteration succeeds, if so, 304 are thened follow the steps, it is no to then follow the steps 303.
Step 303: code is subjected to fail flag, and carries out alarm prompt, meanwhile, failure result is uploaded to server In, and add and unsuccessfully annotate.
Step 304: code is compiled.
Step 305: monitoring compilation process the step of implementing result processing stage, fails if compile successfully if compiling, Then follow the steps 303.
The specific steps in result treatment stage are as shown in Figure 4, comprising:
Step 401: successful code will be compiled and carry out code merging.
Step 402: judging whether code merging succeeds, if so, 403 are thened follow the steps, if failure, thens follow the steps 404.
Step 403: by successful result upload server.
Step 404: code carries out fail flag, and adds carry out alarm prompt.
Step 405: failure result being uploaded in server, and adds and unsuccessfully annotates.
The embodiment of the invention also provides a kind of continuous integration systems, as shown in figure 5, including being automatically integrating clothes by resource Code detection module 501, environmental preparation module 502, code operation module 503 and the result treatment module 504 that business divides;
The code detection module 501 is for determining whether code content meets preset rules;
The environmental preparation module 502 is used to provide the platform environment of code execution;
The code operation module 503 is for being compiled iteration to code;
The result treatment module 504 is for merging code and being put in storage.
Further, the environmental preparation module 502 is specifically used for:
If not set platform environment, download platform environment;
If it is determined that failed download, then the step of repeating the downloading platform environment, and record number of repetition;
If the number of repetition reaches threshold value, terminate the code compilation process, and carry out alarm prompt.
Further, the code operation module 503 is specifically used for:
The compilation process of monitor code;
If the compilation process failure, carries out fail flag for the code;
Failure result is stored, and adds and unsuccessfully annotates, the unsuccessfully annotation includes position and the reason of failure.
Based on identical principle, the present invention also provides a kind of electronic equipment, as shown in Figure 6, comprising:
Including processor 601, memory 602, transceiver 603, bus interface 604, wherein processor 601, memory 602 It is connect between transceiver 603 by bus interface 604;
The processor 601 executes following method for reading the program in the memory 602:
For the K-1 stage, judge whether the operation in the K-1 stage succeeds;K≤N;
If so, executing the k-th stage;
If it is not, then terminating the code compilation process, and carry out alarm prompt.
The present invention be referring to according to the method for the embodiment of the present invention, the process of equipment (system) and computer program product Figure and/or block diagram describe.It should be understood that every one stream in flowchart and/or the block diagram can be realized by computer program instructions The combination of process and/or box in journey and/or box and flowchart and/or the block diagram.It can provide these computer programs Instruct the processor of general purpose computer, special purpose computer, Embedded Processor or other programmable data processing devices to produce A raw machine, so that being generated by the instruction that computer or the processor of other programmable data processing devices execute for real The device for the function of being specified in present one or more flows of the flowchart and/or one or more blocks of the block diagram.
These computer program instructions, which may also be stored in, is able to guide computer or other programmable data processing devices with spy Determine in the computer-readable memory that mode works, so that it includes referring to that instruction stored in the computer readable memory, which generates, Enable the manufacture of device, the command device realize in one box of one or more flows of the flowchart and/or block diagram or The function of being specified in multiple boxes.
These computer program instructions also can be loaded onto a computer or other programmable data processing device, so that counting Series of operation steps are executed on calculation machine or other programmable devices to generate computer implemented processing, thus in computer or The instruction executed on other programmable devices is provided for realizing in one or more flows of the flowchart and/or block diagram one The step of function of being specified in a box or multiple boxes.
Although preferred embodiments of the present invention have been described, it is created once a person skilled in the art knows basic Property concept, then additional changes and modifications may be made to these embodiments.So it includes excellent that the following claims are intended to be interpreted as It selects embodiment and falls into all change and modification of the scope of the invention.
Obviously, various changes and modifications can be made to the invention without departing from essence of the invention by those skilled in the art Mind and range.In this way, if these modifications and changes of the present invention belongs to the range of the claims in the present invention and its equivalent technologies Within, then the invention is also intended to include including these modification and variations.

Claims (11)

1. a kind of code compiling method, which is characterized in that tear code compilation process open suitable for being automatically integrating service by resource It is divided into the continuous integration system in N number of stage, N >=2;Include:
For the K-1 stage, judge whether the operation in the K-1 stage succeeds;K≤N;
If so, executing the k-th stage;
If it is not, then terminating the code compilation process, and carry out alarm prompt.
2. the method as described in claim 1, which is characterized in that N number of stage is successively are as follows: code detection stage, environment are quasi- Standby stage, code operation phase and result treatment stage;
The code detection stage is for determining whether code content meets preset rules;
The environmental preparation stage is used to provide the platform environment of code execution;
The code operation phase is for being compiled iteration to code;
The result treatment stage is for merging code and being put in storage.
3. method according to claim 2, which is characterized in that be directed to the environmental preparation stage, the judgement K-1 Whether the operation in a stage succeeds, if it is not, then terminating the code compilation process, and carries out alarm prompt, comprising:
If not set platform environment, download platform environment;
If it is determined that failed download, then the step of repeating the downloading platform environment, and record number of repetition;
If the number of repetition reaches threshold value, terminate the code compilation process, and carry out alarm prompt.
4. method according to claim 2, which is characterized in that be directed to the code operation phase, the judgement K-1 Whether the operation in a stage succeeds, if it is not, then terminating the code compilation process, and carries out alarm prompt, comprising:
The compilation process of monitor code;
If the compilation process failure, carries out fail flag for the code;
Failure result is stored, and adds and unsuccessfully annotates, the unsuccessfully annotation includes position and the reason of failure.
5. such as the described in any item methods of Claims 1-4, which is characterized in that the continuous integration system was used for increment generation Code is handled.
6. a kind of continuous integration system, which is characterized in that including by resource be automatically integrating service divide code detection module, Environmental preparation module, code operation module and result treatment module;
The code detection module is for determining whether code content meets preset rules;
The environmental preparation module is used to provide the platform environment of code execution;
The code operation module is for being compiled iteration to code;
The result treatment module is for merging code and being put in storage.
7. system as claimed in claim 6, which is characterized in that the environmental preparation module is specifically used for:
If not set platform environment, download platform environment;
If it is determined that failed download, then the step of repeating the downloading platform environment, and record number of repetition;
If the number of repetition reaches threshold value, terminate the code compilation process, and carry out alarm prompt.
8. system as claimed in claim 6, which is characterized in that the code runs module, is specifically used for:
The compilation process of monitor code;
If the compilation process failure, carries out fail flag for the code;
Failure result is stored, and adds and unsuccessfully annotates, the unsuccessfully annotation includes position and the reason of failure.
9. a kind of computer code, which is characterized in that the computer code for make the computer perform claim require 1~ 5 any the methods.
10. a kind of electronic equipment characterized by comprising
At least one processor;And
The memory being connect at least one described processor communication;Wherein,
The memory is stored with the instruction that can be executed by least one described processor, and described instruction is by described at least one It manages device to execute, so that at least one described processor is able to carry out any method of claim 1-5.
11. a kind of non-transient computer readable storage medium, which is characterized in that the non-transient computer readable storage medium is deposited Computer instruction is stored up, the computer instruction is for making the computer perform claim require 1~5 any the method.
CN201811646225.9A 2018-12-30 2018-12-30 A kind of code compiling method and corresponding continuous integration system Pending CN109725906A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811646225.9A CN109725906A (en) 2018-12-30 2018-12-30 A kind of code compiling method and corresponding continuous integration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811646225.9A CN109725906A (en) 2018-12-30 2018-12-30 A kind of code compiling method and corresponding continuous integration system

Publications (1)

Publication Number Publication Date
CN109725906A true CN109725906A (en) 2019-05-07

Family

ID=66299470

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811646225.9A Pending CN109725906A (en) 2018-12-30 2018-12-30 A kind of code compiling method and corresponding continuous integration system

Country Status (1)

Country Link
CN (1) CN109725906A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112445600A (en) * 2020-12-15 2021-03-05 北京首汽智行科技有限公司 Method and system for issuing offline data processing task
CN112860483A (en) * 2021-01-28 2021-05-28 上海卓易科技股份有限公司 Method and device for restarting compilation control after self-recognition compilation failure
CN113031960A (en) * 2021-03-18 2021-06-25 北京达佳互联信息技术有限公司 Code compiling method, device, server and storage medium
CN113434415A (en) * 2021-06-28 2021-09-24 青岛海尔科技有限公司 Resource package extracting and detecting method and device, electronic equipment and storage medium
CN114328149A (en) * 2021-12-13 2022-04-12 北京五八信息技术有限公司 Compiling time duration statistical method and device, electronic equipment and readable medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630569A (en) * 2015-12-17 2016-06-01 北京金山安全软件有限公司 Software source code processing method and device and electronic equipment
CN105701010A (en) * 2015-12-31 2016-06-22 北京元心科技有限公司 Method and device for accelerating software testing
CN107450933A (en) * 2017-08-18 2017-12-08 郑州云海信息技术有限公司 A kind of software continuous integrated approach and system
CN109032625A (en) * 2018-09-04 2018-12-18 山东浪潮云投信息科技有限公司 A kind of software continuous integrated approach and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630569A (en) * 2015-12-17 2016-06-01 北京金山安全软件有限公司 Software source code processing method and device and electronic equipment
CN105701010A (en) * 2015-12-31 2016-06-22 北京元心科技有限公司 Method and device for accelerating software testing
CN107450933A (en) * 2017-08-18 2017-12-08 郑州云海信息技术有限公司 A kind of software continuous integrated approach and system
CN109032625A (en) * 2018-09-04 2018-12-18 山东浪潮云投信息科技有限公司 A kind of software continuous integrated approach and device

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112445600A (en) * 2020-12-15 2021-03-05 北京首汽智行科技有限公司 Method and system for issuing offline data processing task
CN112860483A (en) * 2021-01-28 2021-05-28 上海卓易科技股份有限公司 Method and device for restarting compilation control after self-recognition compilation failure
CN112860483B (en) * 2021-01-28 2024-03-12 上海卓易科技股份有限公司 Method and device for restarting compiling control after self-identification compiling failure
CN113031960A (en) * 2021-03-18 2021-06-25 北京达佳互联信息技术有限公司 Code compiling method, device, server and storage medium
CN113031960B (en) * 2021-03-18 2024-04-30 北京达佳互联信息技术有限公司 Code compiling method, device, server and storage medium
CN113434415A (en) * 2021-06-28 2021-09-24 青岛海尔科技有限公司 Resource package extracting and detecting method and device, electronic equipment and storage medium
CN113434415B (en) * 2021-06-28 2023-07-21 青岛海尔科技有限公司 Resource package testing method and device, electronic equipment and storage medium
CN114328149A (en) * 2021-12-13 2022-04-12 北京五八信息技术有限公司 Compiling time duration statistical method and device, electronic equipment and readable medium

Similar Documents

Publication Publication Date Title
CN109725906A (en) A kind of code compiling method and corresponding continuous integration system
CN110287052B (en) Root cause task determination method and device for abnormal task
US20100095159A1 (en) Apparatus and method for automatic testing of software or digital devices
CN108845940B (en) Enterprise-level information system automatic function testing method and system
CN106909510A (en) A kind of method and server for obtaining test case
CN112561370B (en) Method and device for managing software release, computer equipment and storage medium
CN112380255A (en) Service processing method, device, equipment and storage medium
CN102866932A (en) Method and device for providing and collecting data related to abnormal terminal
CN114186697A (en) Method and device for generating and applying deep learning model based on deep learning framework
CN103440460A (en) Application system change validation method and system
CN111913824A (en) Method for determining data link fault reason and related equipment
US9396239B2 (en) Compiling method, storage medium and compiling apparatus
CN115934559A (en) Testing method of intelligent form testing system
CN112819621B (en) Intelligent contract resource loss testing method and system
CN114168108A (en) Code merging method and device, electronic equipment and computer readable storage medium
RU2793750C1 (en) Method to confirm reused software requirements during change management
Fang et al. Test Selection with Equivalence Class Partitioning
CN112036751B (en) Method and device for identifying key operation nodes of process
CN110187888A (en) A kind of Pod dissemination method, storage medium, electronic equipment and system
CN117193798A (en) Application deployment method, apparatus, device, readable storage medium and program product
EP4287027A1 (en) Method and system for generating test cases for an engineering program
CN111651346B (en) Method and device for testing front-end component, storage medium and computer equipment
Finne Implementation of Unit Test Cases and Simulated ESM-30 Module for Validating the Integration of a New CANopen Stack into WMAP
CN117439710A (en) Method and system for reissuing notification
CN112988555A (en) Interface test method, device, equipment 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190507