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 tests to mysql backup list handler #1411

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

deffer1337
Copy link

Add tests and fix format at writeBackupListDetails

@ostinru ostinru added the mysql MySQL issue label Jan 9, 2023
@usernamedt usernamedt self-requested a review January 14, 2023 00:14
"github.com/stretchr/testify/assert"
)

var emptyColumnsBackups = []BackupDetail{
Copy link
Member

Choose a reason for hiding this comment

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

I suggest to also add the creation dates.

Copy link
Author

Choose a reason for hiding this comment

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

You mean that need to add the ModifyTime to emptyColumnsBackups, shortValuesBackups and longValuesBackups?

Copy link
Member

Choose a reason for hiding this comment

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

You mean that need to add the ModifyTime to emptyColumnsBackups, shortValuesBackups and longValuesBackups?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql MySQL issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants