Closed audrium closed 3 years ago
Tests are not passing with ubuntu-20.04 because of directory hash mismatch (calculate_hash_of_dir used to calculate it). Error can be found here. With ubuntu-18.04 it works fine.
ubuntu-20.04
calculate_hash_of_dir
ubuntu-18.04
Originally posted by @audrium in https://github.com/reanahub/reana-commons/issues/237#issuecomment-729632233
Since it wasn't happening before, can you reproduce it locally? I would have guessed it would be somehow related to https://github.com/reanahub/reana-workflow-controller/commit/470171808bdb21e7917671c54fe2e0331f1ee67a, but it isn't because if the directory doesn't exist it would return -1 not a different hash. Some very wild guesses:
-1
Originally posted by @diegodelemos in https://github.com/reanahub/reana-commons/issues/237#issuecomment-729711113
Fixed by https://github.com/reanahub/reana-commons/commit/24fd7662feb639a5a54140bd119e96775bf981c9
Originally posted by @audrium in https://github.com/reanahub/reana-commons/issues/237#issuecomment-729632233
Originally posted by @diegodelemos in https://github.com/reanahub/reana-commons/issues/237#issuecomment-729711113