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
Increased the number of random characters used when creating resources to minimize collisions (#214)
<!-- REMOVE IRRELEVANT COMMENTS BEFORE CREATING A PULL REQUEST -->
## Changes
<!-- Summary of your changes that are easy to understand. Add
screenshots when necessary -->
* Increased the number of random characters used when creating resources
from 4 to 8. In larger projects like DQX, which rely heavily on
PyTester, collisions are occurring too frequently with the previous
shorter identifiers
* Bumped hatch version to avoid click compatibility issues
### Tests
<!-- How is this tested? Please see the checklist below and also
describe any other relevant tests -->
Changes covered by regression testing.
- [x] manually tested
- [ ] added unit tests
- [ ] added integration tests
- [ ] verified on staging environment (screenshot attached)
0 commit comments