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

CLOUDP-72563: Add e2e tests maintenance windows #433

Merged
merged 12 commits into from
Sep 9, 2020

Conversation

andreaangiolillo
Copy link
Collaborator

Proposed changes

Jira ticket: CLOUDP-72563

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code

Further comments

@andreaangiolillo andreaangiolillo added the WIP Work in progress label Sep 9, 2020
@andreaangiolillo andreaangiolillo removed the WIP Work in progress label Sep 9, 2020
metrics.Builder(),
logs.Builder(),
agents.Builder(),
maintenance.Builder(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the importante of testing - Vol 2 😬

Copy link
Collaborator

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

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

there's a couple of small things here mostly look like copy/paste but in general this looks great, it's always great to add these

t.Fatalf("unexpected error: %v", err)
}

projectName := fmt.Sprintf("e2e-integration-proj-%v", n)
Copy link
Collaborator

Choose a reason for hiding this comment

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

copy/paste

Suggested change
projectName := fmt.Sprintf("e2e-integration-proj-%v", n)
projectName := fmt.Sprintf("e2e-maintenance-proj-%v", n)

e2e/atlas/maintenance_test.go Outdated Show resolved Hide resolved
e2e/cloud_manager/maintenance_test.go Outdated Show resolved Hide resolved
e2e/cloud_manager/maintenance_test.go Outdated Show resolved Hide resolved
Copy link
Collaborator

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

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

LGTM

@andreaangiolillo andreaangiolillo merged commit c44b24d into master Sep 9, 2020
@andreaangiolillo andreaangiolillo deleted the CLOUDP-72563 branch September 9, 2020 14:45
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.

2 participants