We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e062ec commit fd62a25Copy full SHA for fd62a25
1 file changed
ietf/utils/test_runner.py
@@ -445,6 +445,7 @@ def interleaved_migrations_test(self):
445
unreleased.append((node, op, nm))
446
# gather the transitions in operation types. We'll allow 1
447
# transition, but not 2 or more.
448
+ s = 0
449
for s in range(len(unreleased)):
450
# ignore leading data migrations, they run with the production
451
# schema so can take any time they like
0 commit comments