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

Delete and re-create table only in aurora test app #939

Merged
merged 1 commit into from
Mar 25, 2021

Conversation

ankitjain235
Copy link
Contributor

Change Overview

Since we are connecting to database while opening connection to aurora mysql, opening connection after dropping the database fails, thus resulting in failure of Initialize function in test app. This PR fixes test to only delete and re-create table in Reset and Initialize flow.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

  • #XXX

Test Plan

  • 💪 Manual

  • ⚡ Unit test

  • 💚 E2E

  • Ran make integration-test RDSAuroraMySQL to verify the the test was passing.

@mergify mergify bot merged commit 5d32f70 into master Mar 25, 2021
@mergify mergify bot deleted the aurora-test-app-update branch March 25, 2021 15:43
chaitanya-baraskar pushed a commit to chaitanya-baraskar/kanister that referenced this pull request Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants