You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Enterprise releases are tricky, here are the rules:
411
+
# 1. If something is fixed in `a.b.c` it is also fixed in `a.b.d` where c < d
412
+
# 2. If something is fixed in `a.1.1` it is also fixed in `c.d.f` where Version(a.b.1) < Version(`c.d.f`)
413
+
# To make version matching work properly of enterprise we need to have a first major version (`x.1.1`) where it was fixed, in addition to exact version.
414
+
forent_vinent_scylla_version:
415
+
ifent_v.minorin (1,0) andent_v.microin (1,0):
416
+
first_major=ent_v
417
+
418
+
ifnotfirst_major:
419
+
raiseValueError("ent_scylla_version should contain not only exact version where issue has been fixed, but also first major: `x.1.1`")
420
+
421
+
ifSCYLLA_VERSIONisNone:
422
+
returnpytest.mark.skipif(False, reason="It is just a NoOP Decor, should not skip anything")
0 commit comments