Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that partial run creation is completly rolled back #1445

Merged
merged 6 commits into from
Jan 15, 2019

Conversation

jenshnielsen
Copy link
Collaborator

This should prevent bugs such as the first part of #1444 (invalid metadata dict) invalidating the database. This should really have a test if possible.

@astafan8
Copy link
Contributor

Yes, this is a great fix. I also agree with the need for a test.

To ensure that runs are not partially created
@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #1445 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1445      +/-   ##
==========================================
+ Coverage   73.33%   73.34%   +<.01%     
==========================================
  Files          91       91              
  Lines       10225    10226       +1     
==========================================
+ Hits         7499     7500       +1     
  Misses       2726     2726

@jenshnielsen jenshnielsen changed the title [WIP] Ensure that partial run creation is completly rolled back Ensure that partial run creation is completly rolled back Jan 15, 2019
jenshnielsen and others added 2 commits January 15, 2019 14:55
This ensures that the runs are not only in memory but matches the
db on disk
@jenshnielsen jenshnielsen merged commit 74527ae into microsoft:master Jan 15, 2019
giulioungaretti pushed a commit that referenced this pull request Jan 15, 2019
Merge: 3b5e79d 0c2183a
Author: Jens Hedegaard Nielsen <[email protected]>

    Merge pull request #1445 from jenshnielsen/db_metadata
@jenshnielsen jenshnielsen deleted the db_metadata branch October 25, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants