﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
33633	test_reset_sequences fails for backends not supporting transactions	Xiang Zhang	nobody	"
{{{
FAIL: test_reset_sequences (test_utils.test_testcase.TestTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/zhangyangyu/repos/django-tidb/django_tests_dir/django/tests/test_utils/test_testcase.py"", line 47, in test_reset_sequences
    old_reset_sequences = self.reset_sequences
  File ""/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/contextlib.py"", line 126, in __exit__
    next(self.gen)
  File ""/Users/zhangyangyu/repos/django-tidb/django_tests_dir/django/django/test/testcases.py"", line 807, in _assert_raises_or_warns_cm
    yield cm
AssertionError: TypeError not raised
}}}

`test_reset_sequences` fails with above error if testing against backends not supporting transactions, like MySQL MyIASM engine."	Uncategorized	new	Testing framework	4.0	Normal				Unreviewed	0	0	0	0	0	0
