On Thu, Jun 22, 2023 at 4:23 PM Josh McKenzie <jmcken...@apache.org> wrote: > > 2. Anyone concerned about us being specific about versions in > requirements.txt in the dtest repo?
My concern with this is atrophy; we'll set the version once and when finally forced to update, find that a lot of other things must also be updated in order to do so. I think our current approach of only setting them on things we require at a certain version like thrift has been successful thus far, and I don't think having different versions would be very common, but also not really affect repeatability if encountered. You can see what versions are used from the logs though and could adjust them to be the same if necessary.