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

E2E cleanup #7519

Merged
merged 6 commits into from
Oct 14, 2020
Merged

E2E cleanup #7519

merged 6 commits into from
Oct 14, 2020

Conversation

rkapka
Copy link
Contributor

@rkapka rkapka commented Oct 13, 2020

What type of PR is this?

Cleanup

What does this PR do? Why is it needed?

Perform cleanup in the endtoend folder.

Which issues(s) does this PR fix?

N/A

Other notes for review

N/A

@rkapka rkapka requested a review from a team as a code owner October 13, 2020 11:20
@codecov
Copy link

codecov bot commented Oct 13, 2020

Codecov Report

Merging #7519 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #7519   +/-   ##
=======================================
  Coverage   60.65%   60.65%           
=======================================
  Files         430      430           
  Lines       30413    30413           
=======================================
  Hits        18448    18448           
  Misses       8972     8972           
  Partials     2993     2993           

@rkapka rkapka added OK to merge Ready For Review A pull request ready for code review Cleanup Code health! labels Oct 13, 2020
@rkapka rkapka requested a review from 0xKiwi October 13, 2020 12:49
@@ -29,29 +29,12 @@ const (
maxFileBufferSize = 1024 * 1024
)

// KillProcesses finds the passed in process IDs and kills the process.
func KillProcesses(t *testing.T, pIDs []int) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if this is safe to remove.

@rkapka rkapka changed the title E2E cleanup WIP E2E cleanup Oct 13, 2020
@rkapka rkapka removed OK to merge Ready For Review A pull request ready for code review labels Oct 13, 2020
@rkapka
Copy link
Contributor Author

rkapka commented Oct 13, 2020

Marking as WIP because of flaky E2E tests. It might be that I removed something that shouldn't be removed.

@rkapka rkapka added OK to merge Ready For Review A pull request ready for code review labels Oct 14, 2020
@rkapka rkapka changed the title WIP E2E cleanup E2E cleanup Oct 14, 2020
@rkapka
Copy link
Contributor Author

rkapka commented Oct 14, 2020

Last 5 build runs passed E2E. WIP removed.

@prylabs-bulldozer prylabs-bulldozer bot merged commit 0a00738 into master Oct 14, 2020
@delete-merged-branch delete-merged-branch bot deleted the e2e-cleanup branch October 14, 2020 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cleanup Code health! Ready For Review A pull request ready for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants