+* Increased the number of random characters used when creating resources to minimize collisions ([#214](https://github.com/databrickslabs/pytester/issues/214)). The library has been updated to increase the number of random characters used when creating resources from 4 to 8, minimizing collisions in larger projects that heavily rely on PyTester. This change affects various resource creation methods, including the generation of names for tables, schemas, catalogs, functions, storage credentials, volumes, users, groups, experiments, models, endpoints, and queries. The `make_random` function is now called with an argument of 8 to generate longer and more unique identifiers. Additionally, the hatch version has been updated from 1.9.4 to 1.15.0 to avoid compatibility issues with click. These changes are covered by regression testing and have been manually tested to ensure their effectiveness in reducing the frequency of collisions and improving the overall stability of the system.
0 commit comments