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

Add E2E test to verify the immediate backup after schedule backup creation #5033

Closed
danfengliu opened this issue Jun 20, 2022 · 1 comment · Fixed by #5355
Closed

Add E2E test to verify the immediate backup after schedule backup creation #5033

danfengliu opened this issue Jun 20, 2022 · 1 comment · Fixed by #5355
Assignees
Labels
E2E Tests End to end test staled
Milestone

Comments

@danfengliu
Copy link
Contributor

Add E2E test for the test case below:

Schedule backups were triggered on time and no immediate backup right after schedule creation

  1. Create a schedule backup by running command “velero schedule create xxx”;
  2. Check the backups are taken as specified in schedule cron;
  3. Make sure no backup is taken immediately after creating the schedule(In Velero 1.8-, a backup is taken regardless of the schedule cron, this case is to check if the bug is fixed. Refer to #1980 for more details);
@danfengliu danfengliu added the E2E Tests End to end test label Jun 20, 2022
@danfengliu danfengliu self-assigned this Jun 20, 2022
@danfengliu danfengliu added this to the 1.10 milestone Jun 20, 2022
@stale
Copy link

stale bot commented Sep 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E2E Tests End to end test staled
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant