CN113590373A - Processing method, device and equipment based on application version release and storage medium - Google Patents

Processing method, device and equipment based on application version release and storage medium Download PDF

Info

Publication number
CN113590373A
CN113590373A CN202110917630.5A CN202110917630A CN113590373A CN 113590373 A CN113590373 A CN 113590373A CN 202110917630 A CN202110917630 A CN 202110917630A CN 113590373 A CN113590373 A CN 113590373A
Authority
CN
China
Prior art keywords
version release
abnormal
application
processing
determining
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
CN202110917630.5A
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.)
Ping An Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Ping An Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN202110917630.5A priority Critical patent/CN113590373A/en
Publication of CN113590373A publication Critical patent/CN113590373A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/079Root cause analysis, i.e. error or fault diagnosis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The embodiment of the invention relates to the field of digital medical treatment, and discloses a processing method, a device, equipment and a storage medium based on application version release, wherein the method comprises the following steps: acquiring a version release test request of an application, and executing a version release test; acquiring version release log information obtained by a version release test; verifying the version release log information, and acquiring abnormal log data when the verification result is that the version release log information is abnormal; the method comprises the steps of determining abnormal source codes in the application according to abnormal log data, determining program problems in the version release test process according to the abnormal source codes, and processing the program problems by using the determined processing mode, so that intelligent management of the version release process of the application is realized, and the processing efficiency of the abnormal problems in the version release process and the accuracy and efficiency of version release are improved. The invention relates to a block chain technology, for example, abnormal log data can be written into a block chain for scenes such as data forensics.

Description

Processing method, device and equipment based on application version release and storage medium
Technical Field
The invention relates to the field of digital medical treatment, in particular to a processing method, a processing device, processing equipment and a storage medium based on application version release.
Background
With the development of medical big data technology, the intelligent terminal used in the medical field can support functions of disease auxiliary diagnosis, health management, remote consultation, medical big data storage and the like, meanwhile, the requirements for various applications in the intelligent terminal in the medical field are more and more, different versions exist for various applications in the medical field, and the applications in different versions can be used by a user after being updated and released. However, various problems may occur in the release process of the application version, and research and development personnel need to discriminate the problems according to the problems occurring in the release process and process the problems, so as to improve the application and improve the user experience.
At present, the difficulty of the operation is increased by the huge number of application hosts/containers and the complicated service lines, and the problems of delay in discovery and low issuing efficiency and fault processing efficiency caused by the huge number of applications and the complicated service lines exist. Therefore, the problem of how to efficiently and quickly identify and process applications in the version release process is that an important job needs to be considered in the continuous delivery flow.
Disclosure of Invention
The embodiment of the invention provides a processing method, a device, equipment and a storage medium based on application version release, which can realize intelligent management on the application version release process, improve the processing efficiency on abnormal problems in the application version release process and contribute to improving the accuracy and efficiency of the application version release.
In a first aspect, an embodiment of the present invention provides a processing method based on release of an application version, including:
acquiring a version release test request of an application, responding to the version release test request, and executing a version release test of the application;
monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application;
verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal;
determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
Further, when the verification result indicates that the version release log information is abnormal, after acquiring abnormal log data corresponding to the abnormality, the method further includes:
determining an abnormal type corresponding to the abnormal log data according to the abnormal log data, wherein the abnormal type comprises an abnormal error reporting type and/or a version added function error reporting type;
and constructing an error reporting record table according to the abnormal type, wherein the error reporting record table comprises an abnormal error reporting record table and/or a version newly added function error reporting record table.
Further, the determining the exception type corresponding to the exception log data according to the exception log data includes:
acquiring abnormal keywords in the abnormal log data;
determining a target log abnormal level corresponding to the abnormal keyword according to a preset corresponding relation between the log abnormal level and the keyword;
and determining the abnormal type corresponding to the abnormal level of the target log according to the corresponding relation between the preset abnormal level of the log and the abnormal type.
Further, the determining, according to the exception log data, the source code in which the exception occurs in the application includes:
determining a source code position area with an exception in the application according to the exception log data;
and verifying the source code in the source code position area, and determining the abnormal source code in the source code position area according to a verification result.
Further, the determining a processing manner for processing the procedural problem and processing the procedural problem by using the processing manner includes:
determining whether the program problem is a negligible problem according to the abnormal source code;
when the determination result is yes, determining that the version release test of the application is successful;
and when the determination result is negative, determining a processing mode for processing the abnormal source code according to the abnormal source code, and processing the abnormal source code according to the processing mode.
Further, the determining a processing manner for processing the procedural problem and processing the procedural problem by using the processing manner includes:
when the program problem is determined to be a non-negligible problem, detecting whether a user selection operation aiming at a processing mode is received;
and when the detection result is that user selection operation aiming at the processing mode is received, processing the abnormal source code according to the processing mode selected by the user selection operation.
Further, after determining a processing manner for processing the procedural problem and processing the procedural problem by using the processing manner, the method further includes:
acquiring a specified component or a specified script;
and re-executing the abnormal source code in the version release process of the application according to the specified component or the specified script.
In a second aspect, an embodiment of the present invention provides an apparatus for processing release based on an application version, including:
the device comprises an acquisition unit, a storage unit and a control unit, wherein the acquisition unit is used for acquiring a version release test request of an application, responding to the version release test request and executing a version release test of the application;
the monitoring unit is used for monitoring the process of the version release test of the application and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application;
the verification unit is used for verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal;
and the processing unit is used for determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
In a third aspect, an embodiment of the present invention provides a computer device, including a processor and a memory, where the processor and the memory are connected to each other, where the memory is used to store a computer program, and the processor is configured to invoke the computer program to execute the method of the first aspect.
In a fourth aspect, the present invention provides a computer-readable storage medium, which stores a computer program, where the computer program is executed by a processor to implement the method of the first aspect.
The embodiment of the invention can obtain the version release test request of the application, respond to the version release test request and execute the version release test of the application; monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application; verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal; determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode. By the method, the intelligent management of the application version release process can be realized, the processing efficiency of abnormal problems occurring in the application version release process is improved, and the accuracy and the efficiency of the application version release are improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of a processing method based on application version release according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of a processing apparatus based on application version release according to an embodiment of the present invention;
fig. 3 is a schematic block diagram of a computer device provided by an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The processing method based on the application version release provided by the embodiment of the invention can be applied to a processing device based on the application version release. In certain embodiments, the computer device includes, but is not limited to, one or more of a smartphone, tablet, laptop, and the like.
The embodiment of the invention can obtain the version release test request of the application, respond to the version release test request and execute the version release test of the application; monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application; verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal; determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
In one possible implementation, the data is medical data, such as personal health records, prescriptions, exam reports, and the like.
In one possible implementation, the application is a medical field-related application, such as a medical service application, a patient data storage application, a payment application, and the like.
By the method, the embodiment of the invention can realize intelligent management of the version release process of the application, improve the processing efficiency of the abnormal problems in the version release process of the application and contribute to improving the accuracy and efficiency of the version release of the application.
The following describes schematically a processing method based on application version release provided by an embodiment of the present invention with reference to fig. 1.
Referring to fig. 1, fig. 1 is a schematic flowchart of a processing method based on application version release according to an embodiment of the present invention, and as shown in fig. 1, the method may be executed by a processing apparatus based on application version release, where the processing apparatus based on application version release is disposed in a computer device. Specifically, the method of the embodiment of the present invention includes the following steps.
S101: acquiring a version release test request of an application, responding to the version release test request, and executing a version release test of the application.
In the embodiment of the invention, the processing device based on the application version release can obtain the version release test request of the application, respond to the version release test request and execute the version release test of the application. In some embodiments, the applications may include, but are not limited to, business applications, social applications, and the like.
In one embodiment, when the processing device based on application version release acquires the version release test request of the application, a user selection operation for the version release test request of the application on the user interface may be acquired, and the version release test request of the application may be acquired according to the user selection operation.
S102: and monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application.
In the embodiment of the invention, the processing device based on the application version release can monitor the process of the version release test of the application and acquire the version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application.
In some embodiments, the processing device based on the version release of the application may monitor the process of the version release test of the application through preset monitoring software, which in some embodiments includes but is not limited to, for example, prometheus or elastic search.
The real-time state of the application in the version release test process can be detected with high sensitivity by monitoring the process of the application version release test through preset monitoring software.
S103: and verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal.
In the embodiment of the invention, the processing device based on the application version release can verify the version release log information, and when the verification result is that the version release log information is abnormal, abnormal log data corresponding to the abnormality is acquired.
In some embodiments, the exception log data includes, but is not limited to, exception log keywords, and the like; in some embodiments, the log exception key includes, but is not limited to, an error level key, a warning level key, etc. in the version release log information of the application. In some embodiments, by performing level division on the version release log information, common keywords with error levels such as error and fatal are subdivided into layers such as an application layer, a middleware layer and a database layer, and the number of log abnormal keywords is not specifically limited in the embodiments of the present invention.
In one embodiment, after acquiring the abnormal log data corresponding to the abnormality when the verification result is that the version release log information has the abnormality, the processing device based on application version release may determine an abnormality type corresponding to the abnormal log data according to the abnormal log data, where the abnormality type includes an abnormal error reporting type and/or a version addition function error reporting type; and constructing an error reporting record table according to the abnormal type, wherein the error reporting record table comprises an abnormal error reporting record table and/or a version newly added function error reporting record table.
In one example, the processing device based on application version release may determine, according to the exception log data, an exception type corresponding to the exception log data, where the exception type includes an exception error reporting type and/or a version addition function error reporting type; and constructing an error reporting record table according to the exception type, wherein the error reporting record table includes an exception error reporting record table and/or a version added function error reporting record table, the exception error reporting record table may include but is not limited to an application _ err table, a network _ err table, an ora _ err table, a midleware _ err table, and the like, and the version added function error reporting record table may include but is not limited to a new _ feature _ err table.
In one embodiment, after the error report record table is constructed according to the abnormal type, the processing device based on application version release may obtain a historical abnormal type corresponding to historical abnormal log data, determine the abnormal type in the abnormal error report record table according to the historical abnormal type, determine a newly added abnormal type in the version newly added function error report record table, store the data in the error report record table in a specified database, and solidify each abnormal type in the error report record table. In some embodiments, the newly added error reporting type may be a type of an abnormal newly added service function.
In one embodiment, when determining an exception type corresponding to the exception log data according to the exception log data, the processing device based on application version release may obtain an exception keyword in the exception log data; determining a target log abnormal level corresponding to the abnormal keyword according to a preset corresponding relation between the log abnormal level and the keyword; and determining the abnormal type corresponding to the abnormal level of the target log according to the corresponding relation between the preset abnormal level of the log and the abnormal type.
In one embodiment, when the verification result obtained by the processing device based on the application version release when verifying the version release result is that the version release result is not abnormal, it may be determined that the version release test of the application has no problem, that is, the application may formally perform the version release and put into use.
S104: determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
In the embodiment of the present invention, the processing device based on application version release may determine, according to the abnormal log data, a source code in which an abnormality occurs in the application, determine, according to the abnormal source code, a program problem in the application version release test process, determine a processing manner for processing the program problem, and process the program problem by using the processing manner.
In one embodiment, when the processing device based on application version release determines the source code with the exception in the application according to the exception log data, the processing device based on application version release may determine the source code position area with the exception in the application according to the exception log data; and verifying the source code in the source code position area, and determining the abnormal source code in the source code position area according to a verification result.
In one embodiment, when the processing device based on application version release determines a processing mode for processing the program problem and processes the program problem by using the processing mode, whether the program problem is a negligible problem can be determined according to the source code of the exception; when the determination result is yes, determining that the version release test of the application is successful; and when the determination result is negative, determining a processing mode for processing the abnormal source code according to the abnormal source code, and processing the abnormal source code according to the processing mode.
In one embodiment, when determining whether the program problem is a negligible problem according to the source code of the exception, the processing device based on application version release may query whether the program problem is a negligible problem according to a pre-constructed negligible problem record table.
In one embodiment, when determining a processing mode for processing the program problem and processing the program problem by using the processing mode, a processing device based on application version release may detect whether a user selection operation for the processing mode is received when determining that the program problem is a non-negligible problem; and when the detection result is that user selection operation aiming at the processing mode is received, processing the abnormal source code according to the processing mode selected by the user selection operation.
In one embodiment, the processing device based on the application version release may acquire a specified component or a specified script after determining a processing manner for processing the program problem and processing the program problem with the processing manner; and re-executing the abnormal source code in the version release process of the application according to the specified component or the specified script so as to perform monitoring rollback processing.
In one embodiment, when the monitoring rollback processing is performed by the processing device based on the application version release, the specified component may be used for the monitoring rollback processing. In some embodiments, the specified component may be a helm component.
In one example, the processing device based on application version release may be implemented by a helm component: in the component mode, rollback processing is performed by using a parameter set in the component mode, wherein the parameter set comprises a parameter set in the component mode, and the parameter set comprises a parameter set in the component mode: when the error rate measured by the measurement application within 1 minute before the current time exceeds 0, the rollback process is started.
In one embodiment, when the processing device based on the application version release performs the monitoring rollback processing, the monitoring rollback processing may be performed by using a specified script. In one embodiment, the specified script mode may utilize a specified script to perform rollback processing on the error log. By carrying out rollback processing on the data in the error report record table, all data in the version release process of all applications can be prevented from being rolled back, and the efficiency of the rollback processing is improved.
In the embodiment of the invention, the processing device based on application version release can obtain the version release test request of the application, respond to the version release test request and execute the version release test of the application; monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application; verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal; determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode. By the method, the intelligent management of the application version release process can be realized, the processing efficiency of abnormal problems occurring in the application version release process is improved, and the accuracy and the efficiency of the application version release are improved.
The embodiment of the invention also provides a processing device based on the release of the application version, which is used for executing the unit of the method. Specifically, referring to fig. 2, fig. 2 is a schematic block diagram of a processing apparatus based on application version publishing according to an embodiment of the present invention. The processing device based on application version release of the embodiment comprises: an acquisition unit 201, a monitoring unit 202, a verification unit 203, and a processing unit 204.
An obtaining unit 201, configured to obtain a version release test request of an application, respond to the version release test request, and execute a version release test of the application;
a monitoring unit 202, configured to monitor a process of a version release test of the application, and obtain a version release result obtained by the version release test, where the version release result includes version release log information of the application;
the verification unit 203 is configured to verify the version release log information, and when a verification result is that an exception occurs in the version release log information, obtain exception log data corresponding to the exception;
the processing unit 204 is configured to determine, according to the exception log data, a source code in which an exception occurs in the application, determine, according to the source code in which the exception occurs, a program problem in the version release test process of the application, determine a processing manner for processing the program problem, and process the program problem by using the processing manner.
Further, when the verification result is that an exception occurs in the version release log information, after acquiring exception log data corresponding to the exception, the verification unit 203 is further configured to:
determining an abnormal type corresponding to the abnormal log data according to the abnormal log data, wherein the abnormal type comprises an abnormal error reporting type and/or a version added function error reporting type;
and constructing an error reporting record table according to the abnormal type, wherein the error reporting record table comprises an abnormal error reporting record table and/or a version newly added function error reporting record table.
Further, when the verification unit 203 determines the exception type corresponding to the exception log data according to the exception log data, it is specifically configured to:
acquiring abnormal keywords in the abnormal log data;
determining a target log abnormal level corresponding to the abnormal keyword according to a preset corresponding relation between the log abnormal level and the keyword;
and determining the abnormal type corresponding to the abnormal level of the target log according to the corresponding relation between the preset abnormal level of the log and the abnormal type.
Further, when the processing unit 204 determines that an abnormal source code occurs in the application according to the abnormal log data, it is specifically configured to:
determining a source code position area with an exception in the application according to the exception log data;
and verifying the source code in the source code position area, and determining the abnormal source code in the source code position area according to a verification result.
Further, the processing unit 204 is specifically configured to determine a processing manner for processing the program problem, and when the processing manner is used to process the program problem:
determining whether the program problem is a negligible problem according to the abnormal source code;
when the determination result is yes, determining that the version release test of the application is successful;
and when the determination result is negative, determining a processing mode for processing the abnormal source code according to the abnormal source code, and processing the abnormal source code according to the processing mode.
Further, the processing unit 204 is specifically configured to determine a processing manner for processing the program problem, and when the processing manner is used to process the program problem:
when the program problem is determined to be a non-negligible problem, detecting whether a user selection operation aiming at a processing mode is received;
and when the detection result is that user selection operation aiming at the processing mode is received, processing the abnormal source code according to the processing mode selected by the user selection operation.
Further, after the processing unit 204 determines a processing manner for processing the procedural problem and processes the procedural problem by using the processing manner, it is further configured to:
acquiring a specified component or a specified script;
and re-executing the abnormal source code in the version release process of the application according to the specified component or the specified script.
In the embodiment of the invention, the processing device based on application version release can obtain the version release test request of the application, respond to the version release test request and execute the version release test of the application; monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application; verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal; determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode. By the method, the intelligent management of the application version release process can be realized, the processing efficiency of abnormal problems occurring in the application version release process is improved, and the accuracy and the efficiency of the application version release are improved.
Referring to fig. 3, fig. 3 is a schematic block diagram of a computer device provided in an embodiment of the present invention, and in some embodiments, the computer device in the embodiment shown in fig. 3 may include: one or more processors 301; one or more input devices 302, one or more output devices 303, and memory 304. The processor 301, the input device 302, the output device 303, and the memory 304 are connected by a bus 305. The memory 304 is used for storing computer programs, including programs, and the processor 301 is used for executing the programs stored in the memory 304. Wherein the processor 301 is configured to invoke the program to perform:
acquiring a version release test request of an application, responding to the version release test request, and executing a version release test of the application;
monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application;
verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal;
determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
Further, when the verification result is that an exception occurs in the version release log information, after acquiring exception log data corresponding to the exception, the processor 301 is further configured to:
determining an abnormal type corresponding to the abnormal log data according to the abnormal log data, wherein the abnormal type comprises an abnormal error reporting type and/or a version added function error reporting type;
and constructing an error reporting record table according to the abnormal type, wherein the error reporting record table comprises an abnormal error reporting record table and/or a version newly added function error reporting record table.
Further, when determining the exception type corresponding to the exception log data according to the exception log data, the processor 301 is specifically configured to:
acquiring abnormal keywords in the abnormal log data;
determining a target log abnormal level corresponding to the abnormal keyword according to a preset corresponding relation between the log abnormal level and the keyword;
and determining the abnormal type corresponding to the abnormal level of the target log according to the corresponding relation between the preset abnormal level of the log and the abnormal type.
Further, when the processor 301 determines, according to the exception log data, that the source code in the application has an exception, specifically:
determining a source code position area with an exception in the application according to the exception log data;
and verifying the source code in the source code position area, and determining the abnormal source code in the source code position area according to a verification result.
Further, the processor 301 determines a processing method for processing the program problem, and when the processing method is used to process the program problem, specifically is configured to:
determining whether the program problem is a negligible problem according to the abnormal source code;
when the determination result is yes, determining that the version release test of the application is successful;
and when the determination result is negative, determining a processing mode for processing the abnormal source code according to the abnormal source code, and processing the abnormal source code according to the processing mode.
Further, the processor 301 determines a processing method for processing the program problem, and when the processing method is used to process the program problem, specifically is configured to:
when the program problem is determined to be a non-negligible problem, detecting whether a user selection operation aiming at a processing mode is received;
and when the detection result is that user selection operation aiming at the processing mode is received, processing the abnormal source code according to the processing mode selected by the user selection operation.
Further, after the processor 301 determines a processing manner for processing the program problem, and processes the program problem by using the processing manner, it is further configured to:
acquiring a specified component or a specified script;
and re-executing the abnormal source code in the version release process of the application according to the specified component or the specified script.
In the embodiment of the invention, computer equipment can obtain the version release test request of the application, respond to the version release test request and execute the version release test of the application; monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application; verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal; determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode. By the method, the intelligent management of the application version release process can be realized, the processing efficiency of abnormal problems occurring in the application version release process is improved, and the accuracy and the efficiency of the application version release are improved.
It should be understood that, in the embodiment of the present invention, the Processor 301 may be a Central Processing Unit (CPU), and the Processor may also be other general processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable gate arrays (FPGAs) or other Programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The input device 302 may include a touch pad, a microphone, etc., and the output device 303 may include a display (LCD, etc.), a speaker, etc.
The memory 304 may include a read-only memory and a random access memory, and provides instructions and data to the processor 301. A portion of the memory 304 may also include non-volatile random access memory. For example, the memory 304 may also store device type information.
In specific implementation, the processor 301, the input device 302, and the output device 303 described in this embodiment of the present invention may execute the implementation described in the method embodiment shown in fig. 1 provided in this embodiment of the present invention, and may also execute the implementation of the processing apparatus based on application version release described in fig. 3 in this embodiment of the present invention, which is not described herein again.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored, and when executed by a processor, the computer program implements the processing method based on the release of the application version described in the embodiment corresponding to fig. 1, and also implements the processing apparatus based on the release of the application version in the embodiment corresponding to fig. 3 of the present invention, which is not described herein again.
The computer readable storage medium may be an internal storage unit of the processing apparatus based on application version release according to any of the foregoing embodiments, for example, a hard disk or a memory of the processing apparatus based on application version release. The computer readable storage medium may also be an external storage device of the processing device based on the application version release, such as a plug-in hard disk provided on the processing device based on the application version release, a Smart Memory Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the computer-readable storage medium may further include both an internal storage unit and an external storage device of the processing device based on the application version distribution. The computer-readable storage medium is used for storing the computer program and other programs and data required by the processing device based on the application version distribution. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a computer-readable storage medium, which includes several instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned computer-readable storage media comprise: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes. 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 according to the use of the blockchain node, and the like.
It is emphasized that the data may also be stored in a node of a blockchain in order to further ensure the privacy and security of the data. The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like. The blockchain may store medical data, such as personal health profiles, prescriptions, exam reports, and the like.
The above description is only a part of the embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive various equivalent modifications or substitutions within the technical scope of the present invention, and these modifications or substitutions should be covered within the scope of the present invention.

Claims (10)

1. A processing method based on application version release is characterized by comprising the following steps:
acquiring a version release test request of an application, responding to the version release test request, and executing a version release test of the application;
monitoring the process of the version release test of the application, and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application;
verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal;
determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
2. The method according to claim 1, wherein when the verification result indicates that an anomaly occurs in the version release log information, after obtaining the anomaly log data corresponding to the anomaly, the method further comprises:
determining an abnormal type corresponding to the abnormal log data according to the abnormal log data, wherein the abnormal type comprises an abnormal error reporting type and/or a version added function error reporting type;
and constructing an error reporting record table according to the abnormal type, wherein the error reporting record table comprises an abnormal error reporting record table and/or a version newly added function error reporting record table.
3. The method of claim 2, wherein the determining the exception type corresponding to the exception log data according to the exception log data comprises:
acquiring abnormal keywords in the abnormal log data;
determining a target log abnormal level corresponding to the abnormal keyword according to a preset corresponding relation between the log abnormal level and the keyword;
and determining the abnormal type corresponding to the abnormal level of the target log according to the corresponding relation between the preset abnormal level of the log and the abnormal type.
4. The method of claim 3, wherein determining from the exception log data source code for which an exception occurred in the application comprises:
determining a source code position area with an exception in the application according to the exception log data;
and verifying the source code in the source code position area, and determining the abnormal source code in the source code position area according to a verification result.
5. The method of claim 4, wherein determining a treatment for treating the procedural problem and treating the procedural problem with the treatment comprises:
determining whether the program problem is a negligible problem according to the abnormal source code;
when the determination result is yes, determining that the version release test of the application is successful;
and when the determination result is negative, determining a processing mode for processing the abnormal source code according to the abnormal source code, and processing the abnormal source code according to the processing mode.
6. The method of claim 5, wherein determining a treatment for treating the procedural problem and treating the procedural problem with the treatment comprises:
when the program problem is determined to be a non-negligible problem, detecting whether a user selection operation aiming at a processing mode is received;
and when the detection result is that user selection operation aiming at the processing mode is received, processing the abnormal source code according to the processing mode selected by the user selection operation.
7. The method of claim 6, wherein after determining a treatment for treating the procedural problem and treating the procedural problem with the treatment, further comprising:
acquiring a specified component or a specified script;
and re-executing the abnormal source code in the version release process of the application according to the specified component or the specified script.
8. An apparatus for processing application version release, comprising:
the device comprises an acquisition unit, a storage unit and a control unit, wherein the acquisition unit is used for acquiring a version release test request of an application, responding to the version release test request and executing a version release test of the application;
the monitoring unit is used for monitoring the process of the version release test of the application and acquiring a version release result obtained by the version release test, wherein the version release result comprises the version release log information of the application;
the verification unit is used for verifying the version release log information, and acquiring abnormal log data corresponding to the abnormality when the verification result is that the version release log information is abnormal;
and the processing unit is used for determining a source code with an exception in the application according to the exception log data, determining a program problem in the version release test process of the application according to the source code with the exception, determining a processing mode for processing the program problem, and processing the program problem by using the processing mode.
9. A computer device comprising a processor and a memory, wherein the memory is configured to store a computer program and the processor is configured to invoke the computer program to perform the method of any of claims 1-7.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program which is executed by a processor to implement the method of any one of claims 1-7.
CN202110917630.5A 2021-08-10 2021-08-10 Processing method, device and equipment based on application version release and storage medium Pending CN113590373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110917630.5A CN113590373A (en) 2021-08-10 2021-08-10 Processing method, device and equipment based on application version release and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110917630.5A CN113590373A (en) 2021-08-10 2021-08-10 Processing method, device and equipment based on application version release and storage medium

Publications (1)

Publication Number Publication Date
CN113590373A true CN113590373A (en) 2021-11-02

Family

ID=78257053

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110917630.5A Pending CN113590373A (en) 2021-08-10 2021-08-10 Processing method, device and equipment based on application version release and storage medium

Country Status (1)

Country Link
CN (1) CN113590373A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160041976A1 (en) * 2014-08-11 2016-02-11 Salesforce.Com, Inc. Processing log files using a database system
CN109240886A (en) * 2018-09-03 2019-01-18 平安科技(深圳)有限公司 Abnormality eliminating method, device, computer equipment and storage medium
CN111694592A (en) * 2020-06-24 2020-09-22 深圳壹账通智能科技有限公司 Management method and system for project version release
CN112130892A (en) * 2020-09-23 2020-12-25 平安科技(深圳)有限公司 Product gray level release method, device, equipment and storage medium
CN112835604A (en) * 2021-03-26 2021-05-25 中国工商银行股份有限公司 System gray scale version release management method, system, device and medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160041976A1 (en) * 2014-08-11 2016-02-11 Salesforce.Com, Inc. Processing log files using a database system
CN109240886A (en) * 2018-09-03 2019-01-18 平安科技(深圳)有限公司 Abnormality eliminating method, device, computer equipment and storage medium
CN111694592A (en) * 2020-06-24 2020-09-22 深圳壹账通智能科技有限公司 Management method and system for project version release
CN112130892A (en) * 2020-09-23 2020-12-25 平安科技(深圳)有限公司 Product gray level release method, device, equipment and storage medium
CN112835604A (en) * 2021-03-26 2021-05-25 中国工商银行股份有限公司 System gray scale version release management method, system, device and medium

Similar Documents

Publication Publication Date Title
CN108055281B (en) Account abnormity detection method, device, server and storage medium
CN111898148A (en) Information supervision method and device based on block chain
CN112527414B (en) Front-end-based data processing method, device, equipment and storage medium
CN108073821B (en) Data security processing method and device
CN109543956B (en) Detection method and related equipment for illegal medical institutions based on data analysis
CN109960488B (en) APP full period monitoring method, device, computer equipment and storage medium
CN111914029A (en) Block chain-based medical data calling method and device, electronic equipment and medium
CN109509104B (en) Identity authentication method, device, server and medium based on face recognition
CN113157524B (en) Big data based exception problem solving method, system, equipment and storage medium
WO2021114627A1 (en) Distributed transaction-based data processing method, device, terminal, and storage medium
CN111984601A (en) Log file deleting method and device, electronic equipment and storage medium
CN112491625A (en) Operation and maintenance alarming method, device and equipment based on instant communication platform
CN113590373A (en) Processing method, device and equipment based on application version release and storage medium
KR20220121227A (en) Method and apparatus for managing address of vulnerable wallet within blockchain network
KR102461925B1 (en) Method and apparatus for managing address of vulnerable wallet within blockchain network
CN113961431A (en) Service monitoring method and device
CN110807885A (en) Alarm method and alarm device based on WeChat
CN110348984B (en) Automatic credit card data input method and related equipment under different transaction channels
WO2018201594A1 (en) File abnormality detection method and device, electronic device and medium
CN111629005A (en) Anti-cheating method and device, electronic equipment and storage medium
CN112016770A (en) Medical insurance expense prediction method, device, equipment and storage medium
CN111475400A (en) Verification method of service platform and related equipment
JP2007141192A (en) Data processing controller
CN112634045B (en) Data processing method, device, electronic equipment and storage medium
US20220343293A1 (en) Fluorocarbon management system, management node and fluorocarbon management method

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20211102