Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix detection of non-obsolete RC Enterprise tags
Before the change, stable_tags_data was an iterator, but it could be read multiple times. In such a case, the second time it would return an empty result. Fix the problem by constructing a set. This was a copy-paste error from fetch_all_scylla_oss_rc_versions().
- Loading branch information