stfc / rucio

Rucio - Scientific Data Management
http://rucio.cern.ch
Apache License 2.0
0 stars 0 forks source link

internal user-interaction: Automatix test handles single file injections #25 #81

Closed patrick-austin closed 4 years ago

patrick-austin commented 4 years ago

Automatix test handles single file injections

Due to different formatting in the return of rsemanager.upload, automatix couldn't handle single files being added. The number of files is randomly chosen, and by default has a 1/4 chance of being 1. As a result this was causing intermittent test failures.

Changed the return of rsemanager.upload to be consistent between 1 and many file cases.