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

fix(loadtest): rename [database] to [master_database] in config file #37

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

SanchithHegde
Copy link
Member

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates

Description

This is an extension to #4; fixes one instance of [database] in loadtest/config/Development.toml which seems to have been left out during the refactor.

Additional Changes

  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

N/A

Motivation and Context

I was trying to run loadtests and the router service was unable to connect to the database; this turned out to be the cause.

How did you test it?

Ran docker compose up -d in loadtest directory.

Checklist

  • I formatted the code cargo +nightly fmt
  • I addressed lints thrown by cargo clippy
  • I reviewed submitted code
  • I added unit tests for my changes where possible
  • I added a CHANGELOG entry if applicable

@SanchithHegde SanchithHegde added C-bug Category: Bug S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels Nov 28, 2022
@SanchithHegde SanchithHegde self-assigned this Nov 28, 2022
@jarnura jarnura merged commit 69a5c1a into main Nov 29, 2022
@jarnura jarnura deleted the fix-loadtest-config-database branch November 29, 2022 17:12
@SanchithHegde SanchithHegde removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants