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

feat: Experiments passed duration succeed with running analysis #392

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

dthomson25
Copy link
Member

closes #377

@codecov
Copy link

codecov bot commented Feb 4, 2020

Codecov Report

Merging #392 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #392      +/-   ##
==========================================
+ Coverage   83.73%   83.74%   +0.01%     
==========================================
  Files          70       70              
  Lines        6566     6572       +6     
==========================================
+ Hits         5498     5504       +6     
  Misses        778      778              
  Partials      290      290
Impacted Files Coverage Δ
utils/experiment/experiment.go 93.33% <100%> (+0.28%) ⬆️
experiments/experiment.go 93.33% <100%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a6273e...9214219. Read the comment docs.

assert.False(t, HasRequiredAnalysisRuns(e))
e.Spec.Analyses[0].RequiredForCompletion = true
assert.True(t, HasRequiredAnalysisRuns(e))
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File is not gofmt-ed with -s (from gofmt)

Suggested change
}
}

@dthomson25 dthomson25 merged commit beeeb56 into master Feb 6, 2020
@dthomson25 dthomson25 deleted the end-ex branch February 6, 2020 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Experiments passed duration should succeed even if there's a running analysis
3 participants