CN106991104B - Database script deployment device and database script deployment method - Google Patents

Database script deployment device and database script deployment method Download PDF

Info

Publication number
CN106991104B
CN106991104B CN201610044397.3A CN201610044397A CN106991104B CN 106991104 B CN106991104 B CN 106991104B CN 201610044397 A CN201610044397 A CN 201610044397A CN 106991104 B CN106991104 B CN 106991104B
Authority
CN
China
Prior art keywords
script
deployment
database
scripts
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201610044397.3A
Other languages
Chinese (zh)
Other versions
CN106991104A (en
Inventor
杨波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Taikang Insurance Group Co Ltd
Original Assignee
Taikang Insurance Group 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 Taikang Insurance Group Co Ltd filed Critical Taikang Insurance Group Co Ltd
Priority to CN201610044397.3A priority Critical patent/CN106991104B/en
Publication of CN106991104A publication Critical patent/CN106991104A/en
Application granted granted Critical
Publication of CN106991104B publication Critical patent/CN106991104B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present disclosure provides a database script deployment device and a database script deployment method, wherein the database script deployment device includes: the reading unit is used for reading the information of a plurality of prestored database scripts; the deployment script generating unit is connected to the reading unit and used for respectively recording the read database script information in the corresponding script type registration tables according to the corresponding relation between the preset database script types and the script type registration tables and writing the recorded information of the script type registration tables into the same script according to a predefined sequence so as to generate a deployment script; and the execution unit is connected to the deployment script generation unit and used for executing the deployment script on the database so as to complete batch deployment of the plurality of database scripts. The method and the system can realize batch deployment of the database scripts and can complete control of action sequences during deployment.

Description

Database script deployment device and database script deployment method
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a database script deployment apparatus and a database script deployment method.
Background
The source code management of database scripts is the same as other languages, and the main problem is deployment of the scripts. In general, there are 3 ways to deploy database scripts:
1. execution by the PLSQL tool, but not batch scripting;
2. the method is executed through an Oracle client SqlPlus, but does not support the execution of batch scripts;
3. the "deployment script" text is manually edited and then executed on the PLSQL tool or the SqlPlus client.
Under the condition that the system function is simple, the 1 st and 2 nd database deployment modes can be adopted, but with the increase of the complexity of the system function characteristic, script files needing to be deployed are gradually increased, and the deployment mode is transited to the 3 rd database deployment mode, however, if the deployment script is edited at the beginning of development and the deployed script changes such as renaming, abandoning and the like in the development process, the deployment script needs to be updated; if editing of the deployment script is started after the development is completed, the number of the required deployment scripts is very large, and some scripts may be omitted.
Disclosure of Invention
An object of the present disclosure is to provide a database script deployment apparatus and a database script deployment method for overcoming, at least to some extent, one or more problems due to limitations and disadvantages of the related art.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the disclosure.
According to a first aspect of the present disclosure, a database script deployment apparatus is disclosed, including: the reading unit is used for reading the information of a plurality of prestored database scripts; the deployment script generating unit is connected to the reading unit and used for respectively recording the read database script information in the corresponding script type registration tables according to the corresponding relation between the preset database script types and the script type registration tables, and writing the recorded information of the script type registration tables into the same script according to a predefined sequence so as to generate a deployment script; and the execution unit is connected to the deployment script generation unit and used for executing the deployment script on the database so as to complete batch deployment of the plurality of database scripts.
In an example embodiment of the present disclosure, the execution unit executes the deployment script by using a preset first batch command, or executes the deployment script by using a database client.
In an example embodiment of the present disclosure, the deployment script generating unit is further configured to perform semantic analysis on the plurality of database scripts by using a database syntax analysis algorithm, acquire action sequence information among the plurality of database scripts, and generate a second batch of processing commands according to the action sequence information, so that the executing unit runs the second batch of processing commands.
In an example embodiment of the present disclosure, the deployment script generation unit completes the generation process of the deployment script by using a batch script automatically executed under an operating system.
In an example embodiment of the present disclosure, the execution unit is further configured to, when the statement type of the deployment script is a database definition statement or a control statement, submit the deployment script and a rollback script to the database at the same time, execute the rollback script if an error occurs in a deployment result, and execute a rollback command if an error occurs in a deployment result when the statement type of the deployment script is a data operation statement.
According to a second aspect of the present disclosure, a database script deployment method is disclosed, including: reading the information of a plurality of pre-stored database scripts; respectively recording a plurality of read database script information in corresponding script type registration tables according to the corresponding relation between preset database script types and the script type registration tables, and writing the recorded information of the script type registration tables into the same script to generate a deployment script; and executing the deployment script on the database to complete batch deployment of the plurality of database scripts.
In an example embodiment of the present disclosure, the deployment script is executed by using a preset first batch command, or is executed by using a database client.
In an example embodiment of the present disclosure, a database syntax analysis algorithm is used to perform semantic analysis on the plurality of database scripts, to obtain action sequence information among the plurality of database scripts, and to generate a second batch processing command according to the action sequence information; and executing the deployment script by adopting the second batch processing command.
In an example embodiment of the present disclosure, the generation process of the deployment script is accomplished using a batch script that executes automatically under an operating system.
In an example embodiment of the present disclosure, when a statement type of the deployment script is a database definition statement or a control statement, the deployment script and a rollback script are simultaneously submitted to the database, and if a deployment result is incorrect, the rollback script is executed; and when the statement type of the deployment script is a data operation statement, if an error occurs in a deployment result, executing a rollback command.
The database script deployment device and method provided by the exemplary embodiment of the present disclosure can automatically generate deployment scripts for deploying database scripts in batches, and execute the deployment scripts by using batch processing commands, thereby improving deployment efficiency.
Drawings
The above and other features and advantages of the present disclosure will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawings.
FIG. 1 is a flow chart of a database script deployment method in an example embodiment of the present disclosure;
FIG. 2 is a screenshot of an automatically generated deployment script foot in an example embodiment of the present disclosure;
FIG. 3 is a log file screenshot in an example embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an electronic device provided in an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a database script deployment apparatus provided in an embodiment of the present invention.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. In the drawings, the thickness of regions and layers are exaggerated for clarity. The same reference numerals denote the same or similar structures in the drawings, and thus detailed descriptions thereof will be omitted.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the embodiments of the disclosure can be practiced without one or more of the specific details, or with other methods, components, materials, and so forth. In other instances, well-known structures, materials, or operations are not shown or described in detail to avoid obscuring aspects of the disclosure.
In the present exemplary embodiment, a method for deploying a database script is first provided. Referring to FIG. 1, a flow chart of the database script deployment method is illustrated.
As shown in fig. 1, the database script deployment method may include the steps of:
step 101, reading information of a plurality of pre-stored database scripts.
The database script has a variety of categories, and in the present exemplary embodiment, the categories can be roughly classified as follows:
table: the file extension is TAB, TAB, TABLE, TABLE
View: the file extension is VW, VW, VIEW, VIEW
Wrapping heads: the file extensions are SPEC, SPEC, SPC, SPC
Synonyms: the file extension is SYN, SYN
For each database script, a stored directory path for the database script may be obtained (the database script will typically be stored under a certain directory of the system in some fixed format, e.g., C: \ DEPLOYMENT \ CLIENT _ 54).
Reading all the subdirectories and the first-level file information under the directory and all the second-level file information under each subdirectory according to the storage directory path of the database script until all the file information is read, and assuming that only the first file and the second-level file exist in the embodiment. Those skilled in the art will readily appreciate that the database script deployment approach of the present example embodiment is equally applicable in situations with more levels of directory hierarchy.
And 102, respectively recording the read database script information in corresponding script type registration tables according to the preset corresponding relation between the database script types and the script type registration tables, and writing the recorded information of the script type registration tables into the same script to generate a deployment script.
According to the category of the database script and the purpose of easily adding the category of the database script to be deployed, a structure similar to a script category registry (namely, the corresponding relation between the database script category and the script category registry) is initialized, and the category can be dynamic due to the requirement of 'extensibility', and the structure of the script category registry can be referred to as the following table:
script categories Script registry
Watch (A) Script registry of tables
View of the drawing View script registry
Synonyms Synonym script registration table
Others Others
Having defined the script category registry structure, the process of generating a deployment script may be as follows:
and for each piece of primary file information or each piece of secondary file information, acquiring a corresponding script type registration table according to the extension name of the file, and recording the file name and the absolute storage path of the file in the corresponding script type registration table.
Finally, according to the predefined sequence, the previously obtained information of the script type registry can be written into the same script to obtain the deployment script. Wherein the predefined order deploys the information in the script category registry, for example, according to the order of "table", "view" and "synonym", which follows the deployment order of the conventional database program but the present invention is not limited thereto, and the rest of the manners available for the deployment order of the script are within the innovative idea of the present invention.
In this embodiment, a deployment tool may be adopted to complete a generation process of a deployment script, and the deployment tool may be implemented as a batch script marker executed automatically under a WINDOWS operating system, which may refer to the following content:
E:\java
–cp“e:\devel\ref\xml\jdom.jar;e:\devel\ref\cpastools\deployer.jar”deployer.Ma in
bat, after execution, will generate deployment script deployment.
And 103, executing the generated deployment script on the database to complete batch deployment of the plurality of database scripts.
In step 103, the deployment script may be executed by using a preset first batch command, or by using a database client such as an Oracle client. When the deployment script is executed by adopting the batch processing command, the deployment script can be directly deployed without opening the database, and because some functions can be automatically operated when the database is opened, the execution efficiency can be further improved by adopting the mode. In addition, when the database is opened, data loss or script loss can be caused by misoperation, so that the method is safer and more effective in a batch processing mode without opening the database.
The batch order may be as follows, for example, client _54_ default.
Sqlplus client_54/sql@tkcpas@”deploy.sql”
After deployment of the database scripts is completed, a deployment result can be obtained by checking a log file, and whether all the scripts are deployed correctly is determined, where screenshot content of the log file can be as shown in fig. 3, for example.
The deployment actions are executed in the order of SCHEMA, authorization, synonyms, tables, views, stored procedures, and other class objects, which basically can satisfy the needs of most scenarios, but if complex functions are encountered, the number of database scripts that need to be deployed is large, for example, cross-reference between database scripts to be deployed is involved, and thus, a large amount of manual intervention is required in the deployment process. For example, the content of the file, table 1, is: ALTER TABLE ta1 ADDCOLUMN column10 varchar2 (10); file va1.view, whose contents are for example: CREATE VIEW va1 asSELECT column1, column10 FROM ta1. The script of the file 1.table is to add a list of columns 1 to the table ta1, and the script of the file va1.view is to create a view containing columns 10 based on the table ta1, so the execution of the table 1.table needs to be before va1.view, which relates to the action sequence information among the database scripts. Of course, this is the simplest scenario, which is merely an example and is not intended to limit the application scenario of the database script deployment method in the present exemplary embodiment, and the database script deployment method in the present exemplary embodiment is also applicable in a more complex scenario.
In the present embodiment, to reduce human intervention, an exemplary solution is provided:
for example, a syntax analysis algorithm such as an SQL syntax analysis algorithm may be used to perform semantic analysis on a plurality of database scripts to be deployed, obtain action sequence information among the plurality of database scripts, and generate a second batch processing command according to the action sequence information; the deployment script is executed with the second batch of commands. As such, to increase efficiency, batch commands are employed herein to execute deployment scripts. In this way, database script deployment can be accomplished in the order of actual actions of the database script without human intervention.
In the deployment of the database scripts, deployment errors or failures occur inevitably, and if recovery is performed manually, not only time and labor are wasted, but also further errors are easily caused. In order to avoid recovery by manual operation after deployment failure, an error rollback mechanism is also designed in the present exemplary embodiment.
Database deployment scripts can be classified into 3 types:
DDL (data base definition language) statements such as structure adjustment and view establishment;
DML, i.e. data manipulation statements, such as adding data, deleting data, etc.;
DCL is a control statement such as authorization of a database object, etc.
And when the statement type of the deployment script is a database definition statement or a control statement, submitting the deployment script and the rollback script to the database at the same time, and if the deployment result has errors, executing the rollback change script (the rollback position is defined in the rollback script). Thus, the rollback script can be uniformly executed once the deployment fails. Here, still taking the table 1.table and the va1.view in the execution control sequence as examples, assuming that the deployments of the table 1.table and the va1.view are an atomic transaction, if the deployment of the table 1.table is successful and the deployment of the va1.view is failed, the script operation of the table 1.table needs to be rolled back, that is, the column10 newly added to the tab1 is deleted.
And when the statement type of the deployment script is a data operation statement, if the deployment result has an error, executing a rollback command.
By the method, when the deployment is abnormal, deployment personnel do not need to read the deployment log to debug, and errors are automatically eliminated through an error rollback mechanism, so that the workload of the deployment personnel is reduced, and the deployment accuracy is improved.
It should be noted that although the various steps of the methods of the present disclosure are depicted in the drawings in a particular order, this does not require or imply that these steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
FIG. 4 shows a schematic block diagram of an electronic device according to an exemplary embodiment of the present application. Referring to fig. 4, at the hardware level, the electronic device includes a processor, an internal bus, a network interface, a memory, and a non-volatile memory, but may also include hardware required by other services. The processor reads the corresponding computer program from the nonvolatile memory into the memory and then runs the computer program to form the database script deployment device on the logic level. Of course, besides the software implementation, the present application does not exclude other implementations, such as logic devices or a combination of software and hardware, and the like, that is, the execution subject of the following processing flow is not limited to each logic unit, and may also be hardware or logic devices.
Referring to fig. 5, in a software implementation, when the electronic device adopts the processing manner shown in fig. 5, the database script deployment apparatus may include a reading unit, a deployment script generation unit, and an execution unit. Wherein:
a reading unit 502, configured to read information of a plurality of pre-stored database scripts;
a deployment script generating unit 504, connected to the reading unit 502, configured to record, according to a preset correspondence between database script types and script type registration tables, the read pieces of database script information in corresponding script type registration tables, respectively, and write the recorded information of the script type registration tables into the same script according to a predefined order, so as to generate a deployment script;
and an executing unit 506, connected to the deployment script generating unit 504, configured to execute the deployment script on the database to complete batch deployment of the plurality of database scripts.
The execution unit 506 executes the deployment script by using a preset first batch command, or executes the deployment script by using an Oracle client. The deployment script generation unit 504 completes the generation process of the deployment script by using a batch script automatically executed under an operating system.
In order to solve the problem of deployment of action sequences of cross reference of database scripts, the deployment script generation unit 504 is further configured to perform semantic analysis on the plurality of database scripts by using an SQL syntax analysis algorithm, acquire action sequence information among the plurality of database scripts, and generate a second batch of processing commands according to the action sequence information, so that the execution unit runs the second batch of processing commands.
In order to improve the deployment efficiency and accuracy, the execution unit 506 is further configured to submit the deployment script and the rollback script to the database simultaneously when the statement type of the deployment script is the database definition statement or the control statement, execute the rollback script if an error occurs in the deployment result, and execute the rollback command if an error occurs in the deployment result when the statement type of the deployment script is the data operation statement.
The invention can automatically generate the deployment scripts for deploying the database scripts in batches, and executes the deployment scripts by adopting batch processing commands, thereby greatly improving the deployment efficiency.
For the apparatus embodiments, since they substantially correspond to the method embodiments, reference may be made to the partial description of the method embodiments for relevant points. The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules can be selected according to actual needs to achieve the purpose of the scheme of the invention. One of ordinary skill in the art can understand and implement it without inventive effort.
The present disclosure has been described in terms of the above-described embodiments, which are merely exemplary of the implementations of the present disclosure. It must be noted that the disclosed embodiments do not limit the scope of the disclosure. Rather, it is intended that all such alterations and modifications be included within the spirit and scope of this disclosure.

Claims (10)

1. A database script deployment apparatus, comprising:
the reading unit is used for reading information of a plurality of database scripts, wherein the database scripts are pre-stored in a system, and the information of the database scripts comprises storage directory paths of the database scripts and all subdirectories and file information under the storage directories;
the deployment script generating unit is connected to the reading unit and used for respectively recording the read database script information in the corresponding script type registration tables according to the corresponding relation between the preset database script types and the script type registration tables, and writing the recorded information of the script type registration tables into the same script according to a predefined sequence so as to generate a deployment script;
and the execution unit is connected to the deployment script generation unit and used for executing the deployment script on the database so as to complete batch deployment of the plurality of database scripts.
2. The database script deployment apparatus of claim 1, wherein:
the execution unit executes the deployment script by adopting a preset first batch processing command, or executes the deployment script by adopting a database client.
3. The database script deployment apparatus of claim 1, wherein:
the deployment script generating unit is further configured to perform semantic analysis on the plurality of database scripts by using a database syntax analysis algorithm, acquire action sequence information among the plurality of database scripts, and generate a second batch processing command according to the action sequence information, so that the executing unit can run the second batch processing command.
4. The database script deployment apparatus of claim 1, wherein:
the deployment script generation unit completes the generation process of the deployment script by adopting a batch processing script automatically executed under an operating system.
5. The database script deployment apparatus according to any one of claims 1 to 4, wherein:
the execution unit is further configured to submit the deployment script and the rollback script to the database simultaneously when the statement type of the deployment script is a database definition statement or a control statement, execute the rollback script if a deployment result is incorrect, and execute a rollback command if the deployment result is incorrect when the statement type of the deployment script is a data operation statement.
6. A database script deployment method is characterized by comprising the following steps:
reading information of a plurality of database scripts, wherein the database scripts are pre-stored in a system, and the information of the database scripts comprises storage directory paths of the database scripts and information of all sub-directories and files under the storage directories;
respectively recording a plurality of read database script information in corresponding script type registration tables according to the corresponding relation between preset database script types and the script type registration tables, and writing the recorded information of the script type registration tables into the same script to generate a deployment script;
and executing the deployment script on the database to complete batch deployment of the plurality of database scripts.
7. The database script deployment method of claim 6, wherein:
and executing the deployment script by adopting a preset first batch processing command, or executing the deployment script by adopting a database client.
8. The database script deployment method of claim 6, wherein:
semantic analysis is carried out on the plurality of database scripts by adopting a database syntax analysis algorithm, action sequence information among the plurality of database scripts is obtained, and a second batch processing command is generated according to the action sequence information;
and executing the deployment script by adopting the second batch processing command.
9. The database script deployment method of claim 6, wherein:
and finishing the generation process of the deployment script by adopting a batch processing script automatically executed under an operating system.
10. The database script deployment method according to any one of claims 6 to 9, wherein: further comprising:
when the statement type of the deployment script is a database definition statement or a control statement, submitting the deployment script and a rollback script to the database at the same time, and if the deployment result is wrong, executing the rollback script; and
and when the statement type of the deployment script is a data operation statement, if an error occurs in a deployment result, executing a rollback command.
CN201610044397.3A 2016-01-21 2016-01-21 Database script deployment device and database script deployment method Active CN106991104B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610044397.3A CN106991104B (en) 2016-01-21 2016-01-21 Database script deployment device and database script deployment method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610044397.3A CN106991104B (en) 2016-01-21 2016-01-21 Database script deployment device and database script deployment method

Publications (2)

Publication Number Publication Date
CN106991104A CN106991104A (en) 2017-07-28
CN106991104B true CN106991104B (en) 2020-03-17

Family

ID=59413599

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610044397.3A Active CN106991104B (en) 2016-01-21 2016-01-21 Database script deployment device and database script deployment method

Country Status (1)

Country Link
CN (1) CN106991104B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108427699B (en) * 2017-09-22 2021-08-24 平安科技(深圳)有限公司 Method, device and storage medium for quickly initializing system database
CN108491218B (en) * 2018-03-12 2021-09-14 浙江中控技术股份有限公司 Method and device for generating database change file
CN109325046A (en) * 2018-10-25 2019-02-12 深圳壹账通智能科技有限公司 Database script generation method, device, medium and electronic equipment
CN109522295B (en) * 2018-11-16 2021-07-20 中国银行股份有限公司 Automatic database object constructing and deploying method and device
CN109800258B (en) * 2018-12-10 2024-01-26 平安科技(深圳)有限公司 Data file deployment method, device, computer equipment and storage medium
CN112131315A (en) * 2020-09-29 2020-12-25 中国银行股份有限公司 Database synchronization method and device under multi-task parallel development
CN112416448A (en) * 2020-12-08 2021-02-26 北京中亦安图科技股份有限公司 Operating system information acquisition method and device
CN112579101B (en) * 2020-12-21 2023-07-18 广州博冠信息科技有限公司 Task script management and control method and device, electronic equipment and storage medium
CN114510493A (en) * 2022-02-25 2022-05-17 平安普惠企业管理有限公司 System deployment method, apparatus, computer device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694626A (en) * 2009-09-30 2010-04-14 曙光信息产业(北京)有限公司 Script execution system and method
CN102222108A (en) * 2011-06-28 2011-10-19 用友软件股份有限公司 Scripting method and device
CN103677673A (en) * 2013-12-23 2014-03-26 Tcl集团股份有限公司 Method and system for uploading files in classifying and batching mode
CN103716319A (en) * 2013-12-26 2014-04-09 杭州华三通信技术有限公司 Device and method for Web access optimization

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101694626A (en) * 2009-09-30 2010-04-14 曙光信息产业(北京)有限公司 Script execution system and method
CN102222108A (en) * 2011-06-28 2011-10-19 用友软件股份有限公司 Scripting method and device
CN103677673A (en) * 2013-12-23 2014-03-26 Tcl集团股份有限公司 Method and system for uploading files in classifying and batching mode
CN103716319A (en) * 2013-12-26 2014-04-09 杭州华三通信技术有限公司 Device and method for Web access optimization

Also Published As

Publication number Publication date
CN106991104A (en) 2017-07-28

Similar Documents

Publication Publication Date Title
CN106991104B (en) Database script deployment device and database script deployment method
CN109032611B (en) Script deployment method and device, computer equipment and storage medium
EP3265916B1 (en) A method for identifying a cause for a failure of a test
US10372594B2 (en) Method and device for retrieving test case based on code coverage
US9710367B1 (en) Method and system for dynamic test case creation and documentation to the test repository through automation
US8151247B2 (en) Test data management
US10922067B1 (en) System and method for installing, updating and uninstalling applications
US8561036B1 (en) Software test case management
US20140109063A1 (en) Capturing test data associated with error conditions in software item testing
US20140109057A1 (en) Software development kit testing
CN110209521A (en) Data verification method, device, computer readable storage medium and computer equipment
US10747653B2 (en) Software testing systems and methods
EP3882776B1 (en) Autonomous self-healing test automation
US20210191845A1 (en) Unit testing of components of dataflow graphs
WO2016026328A1 (en) Information processing method and device and computer storage medium
CN109032838B (en) Automatic verification method for consistency of backup and recovery data of virtual machine
CN108984337B (en) Data synchronization abnormity repairing method, device, medium and computing equipment
US8738569B1 (en) Systematic verification of database metadata upgrade
US20090158266A1 (en) Deployment tool for increasing efficiency in a production computer system
US20200272616A1 (en) Data repair within productive system
US11106571B2 (en) Identification of input object in a graphical user interface
KR101563494B1 (en) Real-time source code security weaknesses detection apparatus and method according to the file changes
CN113918162B (en) Front-end code automatic verification method based on centralized management mode
CN117234781A (en) Method, device, equipment and medium for correcting option value of setting option
Bell Introducing InnoDB Cluster

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant