You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Document testing best practices in CONTRIBUTING.md
[CT-3400] Document testing best practices in CONTRIBUTING.md
Nov 16, 2023
some notes from things we've seen in adapter land pulling in tests.
our general teardown method defined for testing doesn't catch any default value schemas so any changes currently to schema, database, or the identifier from initial test initialization are not caught and require clean_up methods added to the test see prs like #9195 for example where we have some changes to alt databases or modify the test_schema name.
not doing this leads to hanging artifacts that slowly build up and and causes the test databases to reach limits (typically around 10K for us) and cause all tests to fail. till items are dropped.
Examples:
The text was updated successfully, but these errors were encountered: