-
Notifications
You must be signed in to change notification settings - Fork 422
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Test support for object renaming (#3130)
## Changes - Added integration tests to show the inconsistency between ShowByID errors - Added acceptance tests to show different behaviors of objects after renaming higher-hierarchy objects - Added generated models for database and schema - Added new test command to Makefile that runs the tests (they're separated from the CI tests by env variable that has to be enabled to run the tests) ## TODO - Pick the important tests that should be running with other acceptance tests - Transform shallow hierarchy tests into parametrized ones (similar to what we have right now in deep hierarchy test).
- Loading branch information
1 parent
893b288
commit d665419
Showing
11 changed files
with
2,139 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
283 changes: 283 additions & 0 deletions
283
pkg/acceptance/bettertestspoc/config/model/database_model_gen.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.