Change list-based snapshots of applications for development and testing

US11416382B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-11416382-B2
Application numberUS-202017025039-A
CountryUS
Kind codeB2
Filing dateSep 18, 2020
Priority dateSep 18, 2020
Publication dateAug 16, 2022
Grant dateAug 16, 2022

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

Change list-based snapshots of applications for development and testing are described. A system selects a change list corresponding to at least one change in an application executed by a virtual machine. The system creates a snapshot of the application corresponding to the change list. The system associates the snapshot of the application with the change list. The system stores the snapshot of the application with snapshots of versions of the application associated with change lists. The system receives a request to create another virtual machine based on a version of the application corresponding to a specified time and/or a specified change list. The system retrieves an application snapshot that is associated with the specified time and/or the specified change list. The system creates the other virtual machine based on the application snapshot. The other virtual machine executes the version of the application corresponding to the specified time and/or the specified change list.

First claim

Opening claim text (preview).

The invention claimed is: 1. A computer-implemented method for change list-based snapshots of applications for development and testing, the computer-implemented method comprising: select a change list from a plurality of change lists corresponding to at least one change in an application executed by a virtual machine; create a snapshot of the application, which includes unchanged source code and source code corresponding to the selected change list, in response to the selection of the change list, the snapshot being a record of the contents of a storage location of the application at a given time; associating the snapshot of the application with the change list; storing the snapshot of the application with a plurality of snapshots of versions of the application associated with the plurality of change lists; receiving a request to create another virtual machine based on a version of the application corresponding to at least one of a specified time and a specified change list; retrieving an application snapshot that is associated with at least one of the specified time and the specified change list; creating the other virtual machine based on the application snapshot; and executing, by the other virtual machine, the version of the application corresponding to at least one of the specified time and the specified change list. 2. The computer-implemented method of claim 1 , wherein creating the other virtual machine based on the application snapshot comprises synchronizing source code from the application snapshot with source code from at least one of a change list associated with the specified time and the specified change list, downloading any changes in metadata associated with at least one of the change list associated with the specified time and the specified change list, and compiling any downloaded changes in metadata. 3. The computer-implemented method of claim 1 , wherein the other virtual machine executing the version of the application comprises at least one of running an additional test in a testing environment and enabling changes of source code in a development environment. 4. The computer-implemented method of claim 1 , wherein the computer-implemented method further comprises: creating at least one additional virtual machine based on the snapshot of the application; and executing, by the at least one additional virtual machine, a test of the application which includes the at least one change corresponding to the change list. 5. The computer-implemented method of claim 4 , wherein the change list corresponds to at least one change of at least one of source code in the application and metadata associated with the application, the change list that corresponds to the snapshot of the application is selected from the plurality of change lists corresponding to the application, and the change list that corresponds to the application being tested is selected from a subset of the plurality of change lists corresponding to the application. 6. The computer-implemented method of claim 4 , wherein the computer-implemented method further comprises: determining whether executing the test of the application which includes the at least one change corresponding to the change list results in any test failures; and executing a test of a version of the application that includes another change corresponding to another change list which chronologically precedes the change list, in response to a determination that executing the test of the application which includes the at least one change corresponding to the change list results in any test failures. 7. A system for change list-based snapshots of applications for development and testing, the system comprising: one or more processors; and a non-transitory computer readable medium storing a plurality of instructions, which when executed, cause the one or more processors to: select a change list from a plurality of change lists corresponding to at least one change in an application executed by a virtual machine; create a snapshot of the application, which includes unchanged source code and source code corresponding to the selected change list, in response to the selection of the change list, the snapshot being a record of the contents of a storage location of the application at a given time; associate the snapshot of the application with the change list; store the snapshot of the application with a plurality of snapshots of versions of the application associated with the plurality of change lists; receive a request to create another virtual machine based on a version of the application corresponding to at least one of a specified time and a specified change list; retrieve an application snapshot that is associated with at least one of the specified time and the specified change list; create the other virtual machine based on the application snapshot; and execute, by the other virtual machine, the version of the application corresponding to at least one of the specified time and the specified change list. 8. The system of claim 7 , wherein the change list corresponds to at least one change of at least one of source code in the application and metadata associated with the application. 9. The system of claim 7 , wherein creating the other virtual machine based on the application snapshot comprises synchronizing source code from the application snapshot with source code from at least one of a change list associated with the specified time and the specified change list, downloading any changes in metadata associated with at least one of the change list associated with the specified time and the specified change list, and compiling the downloaded changes in metadata. 10. The system of claim 7 , wherein the other virtual machine executing the version of the application comprises at least one of running an additional test in a testing environment and enabling changes of source code in a development environment. 11. The system of claim 7 , wherein the plurality of instructions further causes the one or more processors to create at least one additional virtual machine based on the snapshot of the application; and execute, by the at least one additional virtual machine, a test of the application which includes the at least one change corresponding to the change list. 12. The system of claim 11 , wherein the change list that corresponds to the snapshot of the application is selected from the plurality of change lists corresponding to the application, and the change list that corresponds to the application being tested is selected from a subset of the plurality of change lists corresponding to the application. 13. The system of claim 11 , wherein the plurality of instructions further causes the processor to: determine whether executing the test of the application which includes the at least one change corresponding to the change list results in any test failures; and execute a test of a version of the application that includes another change corresponding to another change list which chronologically precedes the change list, in response to a determination that executing the test of the application which includes the at least one change corresponding to the change list results in any test failures. 14. A computer program product comprising a non-transitory computer-readable medium having a program code embodied therein to be executed by one or more processors when retrieved from the non-transitory computer-readable medium, the program code including instructions to: select a change list from a plurality of change lists corresponding to at least one change in an application executed by a vir

Assignees

Inventors

Classifications

  • Environments for analysis, debugging or testing of software · CPC title

  • Creating, deleting, cloning virtual machine instances · CPC title

  • Compilation · CPC title

  • Image based installation; Cloning; Build to order · CPC title

  • G06F8/71Primary

    Version control (security arrangements therefor G06F21/57); Configuration management · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US11416382B2 cover?
Change list-based snapshots of applications for development and testing are described. A system selects a change list corresponding to at least one change in an application executed by a virtual machine. The system creates a snapshot of the application corresponding to the change list. The system associates the snapshot of the application with the change list. The system stores the snapshot of …
Who is the assignee on this patent?
Salesforce Com Inc, Salesforce Inc
What technology area does this patent fall under?
Primary CPC classification G06F8/71. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Aug 16 2022 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 12 related publications on this page (citations in our corpus or others sharing the same primary CPC).