-
Notifications
You must be signed in to change notification settings - Fork 10
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
Closes test related issues #56
Conversation
From https://docs.travis-ci.com/user/best-practices-security#steps-travis-ci-takes-to-secure-your-data:
So I have removed the windows env for possible leaks. Will reintegrate when out of beta. |
It's better to create small PRs for each issues than 1 big pr that does everything. That way we can merge fixes and improvements faster. In general LGTM but I think we need to change constructors to make it accept store. |
OK will make smaller contributions next time.
OK so I am waiting for this change? |
I think I did something wrong again. I'll try to fix it. |
codecov:
nah. it's just a recommendation. also please use rebase. |
👍 for smaller PRs and rebase. |
Please do not merge yet. Looking into the low codecov issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only don't know if testutils.Tests
is a good name as they're actually not tests themselves. Maybe something like testutils.TestsOracle
? But other than that LGTM.
Actually I've pinpointed the problem in this part so I will refactor it and update. |
OK, I think this is ready. The lower coverage comes from extra code added in between. Will rise after closing issue #40. From the next PR, I will work on the git workflow discussed. |
I still don't understand the coverage thing. Shouldn't it increase? Is it caused only by having added the |
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
|
@kyrcha do you run locally with a token? Because I see this PR is created from you fork. So maybe it executes only offline tests and retry is covered only in online tests? |
Yes I run it locally with a token. OK I see your point. |
Signed-off-by: Kyriakos Chatzidimitriou <[email protected]>
most probably we need to open the PR from a branch in |
OK I am closing this PR and re-submitting it from a branch. |
Oh I didn't realize this was from your fork, I understand now 👍 |
Closes:
I have also added a new "constructor" in
github/downloader.go
because thestorer
is not exposed and I could not get access to the storer for counting the various objects in the recording script.