Questions tagged [snapshot]

A snapshot is the state of something (e.g. a folder) at a specific point in time. In this case, snapshot means the current content of the test branch, this doesn't have to be the head revision

I'd like to extend the concept of snapshot. As you can see here the snapshot cares about running processes allocated in memory too.

1849 questions
8
votes
0 answers

Angular e2e with real backend

I have an angular application that relies on a dotnet core web api, and I'd like to write e2e tests that exercise CRUD actions on various resources and verify that the angular app responds appropriately responses/events implemented in the API. I…
Jake Smith
  • 2,332
  • 1
  • 30
  • 68
8
votes
1 answer

How to create a database snapshot in SQL Server with SSMS GUI, not SQL code

How to create a database snapshot in SQL Server with SSMS GUI? I can't find the menu of that action. Thanks.
Just a learner
  • 26,690
  • 50
  • 155
  • 234
8
votes
1 answer

Alternative(s) of converting Canvas to WritableImage

I'm developing an application which needs a lot of comparing image data in JavaFX. For that comparing, I need to to get rgb data of pixels in the images. Let's say that the picture I need to compare is Picture1 and Picture2. Picture1 is an input…
8
votes
1 answer

Backup and restore with VirtualBox

A VirtualBox's newbie here. I created a snapshot of a VM by using this command line: VBoxManage snapshot VMName take BackupName Then I used this to check: VBoxManage showvminfo VMName and I saw a snapshot was created with the name BackupName. I…
Ragnarsson
  • 1,715
  • 7
  • 41
  • 74
8
votes
3 answers

effects of initializing git repository on linux root directory 3:)

I am running beaglebone black on ubuntu installed on sd card. i am learning to program the device in trial and error method by installing various packages (just like CERN guys study sub atomic particles by hitting them together in various angles and…
Necktwi
  • 2,483
  • 7
  • 39
  • 62
7
votes
5 answers

How to fix multipass error: list failed: cannot connect to the multipass socket

I install multipass with the following command on Deepin Linux apt install snapd snap install multipass but it not work with this error: list failed: cannot connect to the multipass socket Please ensure multipassd is running and…
jiker
  • 339
  • 1
  • 4
  • 7
7
votes
1 answer

How can I share snapshots between Jest tests?

Using TDD I'd like to write some new tests that create data in slightly different ways, and verify that that test data gets sanitized down to the same data as a previous test. So after writing Test 1 and generating a snapshot, Test 2/3/4 should…
Freewalker
  • 6,329
  • 4
  • 51
  • 70
7
votes
1 answer

How do I take a snapshot of the Android emulator's state?

When I launch the Android emulator from the Android SDK and AVD Manager I can check the boxes Launch from snapshot and Save to snapshot so that the emulator's state is saved when I close it and restored again when I launch it. This is great because…
Claes
  • 723
  • 1
  • 6
  • 10
7
votes
1 answer

Jest snapshot failing: val.getMockName is not a function

I'm trying to set up a snapshot for a small react component but I keep getting the following error TypeError: val.getMockName is not a function it('renders correctly', () => { const wrapper = renderer.create(
7
votes
2 answers

Access denied to ContextModelSnapshot while migrating

I was adding a migration in my ASP.NET Core project using EF Core 2.0. I ran the 'Add-Migration 'migrationName` command in my package manager console. The migration was successfully added to my migrations folder, however, while trying to update the…
Jeroen
  • 1,625
  • 3
  • 16
  • 28
7
votes
1 answer

Azure back up vs Snapshots

I'm an azure newbie and just trying to understand Azure better. My questions are specific to backing up Linux VMs in Azure. Please help me in understanding it better. I read that Azure backup takes snapshots and then uploads them to the vault. I'm…
Gudda Bhoota
  • 269
  • 2
  • 4
  • 11
7
votes
6 answers

What's the best way to take a "snapshot" of an Oracle database that is constantly being updated?

I want to take a consistent snapshot of an Oracle database that is constantly being updated by a TIBCO DB Adaptor. Typcially TIBCO updates a bunch of tables at once, and then COMMITs. If I traverse through all the tables, taking a snapshot once a…
Bhasker Pandya
  • 193
  • 1
  • 1
  • 7
7
votes
1 answer

Xcode 6.1 : Snapshotting a view that has not been rendered

I'm using storyboard for my sample project. The architecture is Login View Controller and Home PageView controller. User clicks on button in Home PageView controller to start local notification. -(IBAction)startLocalNotification { // Bind this…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
7
votes
3 answers

GCE: create instance template out of disk snapshot

Is it possible? Official manual consists this: Deterministic instance templates Use custom images or disk snapshots rather than startup scripts. But no more info how can I do this. Maybe someone have already did that? Tnx in advance.
d.ansimov
  • 2,131
  • 2
  • 31
  • 54
7
votes
2 answers

How to release a Maven submodule without releasing the parent POM?

I am the maintainer of a Java library (ta4j, which provides functions for technical analysis). On my repository, the different modules are mavenized and I am trying to release one of them. Maven architecture The Maven architecture of this project…
Marc de Verdelhan
  • 2,501
  • 3
  • 21
  • 40