Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace classes with pytest in test_sql #55074

Merged
merged 42 commits into from
Sep 18, 2023
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
101b229
initial working test
WillAyd Sep 7, 2023
4c84f98
passing mixing class removal
WillAyd Sep 8, 2023
eada6f6
converted non-sqlalchemy tests
WillAyd Sep 8, 2023
8dc41b0
large refactor
WillAyd Sep 8, 2023
e12e5d5
sqlite class conversion
WillAyd Sep 8, 2023
17b8e44
checkpoint
WillAyd Sep 8, 2023
0a644f5
sqlitefallback conversion
WillAyd Sep 9, 2023
7efc9f5
fixup tests
WillAyd Sep 9, 2023
d1b2dbd
no more test classes
WillAyd Sep 9, 2023
97a4eba
factory func
WillAyd Sep 9, 2023
9557f14
most code cleanups
WillAyd Sep 9, 2023
e8c9b6d
removed breakpoint; passing tests
WillAyd Sep 9, 2023
ea1964d
fixes
WillAyd Sep 9, 2023
e024424
Merge branch 'main' into more-sql-refactor
WillAyd Sep 9, 2023
60b7787
fix when missing SQLAlchemy
WillAyd Sep 9, 2023
c1c13b4
more fixups when no SQLAlchemy
WillAyd Sep 9, 2023
7223810
fixups
WillAyd Sep 10, 2023
21a9321
xfail -> skip
WillAyd Sep 10, 2023
63a9973
sqlite fixture use transaction for cleanup
WillAyd Sep 10, 2023
8b3bbd3
Merge remote-tracking branch 'upstream/main' into more-sql-refactor
WillAyd Sep 10, 2023
6d3ab37
verbose test for hangs
WillAyd Sep 11, 2023
60b1c54
try skipping sqlite-sqlalchemy-memory on rollback test
WillAyd Sep 11, 2023
204bc47
sqlite sqlaclchemy memory cleanup
WillAyd Sep 11, 2023
eac723b
revert verbose logging in tests
WillAyd Sep 11, 2023
3accbe4
mark all db tests
WillAyd Sep 11, 2023
d968b90
try single_cpu
WillAyd Sep 11, 2023
aba8d35
skip more engine tests that can hang
WillAyd Sep 11, 2023
8327cc6
try no pandasSQL without transaction
WillAyd Sep 12, 2023
43b9407
more skip
WillAyd Sep 12, 2023
420dc95
try verbose
WillAyd Sep 12, 2023
c071541
transaction skips
WillAyd Sep 13, 2023
f6f4f1e
Merge branch 'main' into more-sql-refactor
WillAyd Sep 13, 2023
7c8c54f
remove verbose CI
WillAyd Sep 13, 2023
4f3997c
CI verbose
WillAyd Sep 14, 2023
f4f5241
no more hanging
WillAyd Sep 14, 2023
3b13e1e
reverted CI files
WillAyd Sep 14, 2023
8978d61
type ignore
WillAyd Sep 14, 2023
7b33dfb
Merge remote-tracking branch 'upstream/main' into more-sql-refactor
WillAyd Sep 18, 2023
6cf13d6
cleanup skips
WillAyd Sep 18, 2023
424ada1
remove marks
WillAyd Sep 18, 2023
359641d
mark fixtures
WillAyd Sep 18, 2023
587e53d
mark postgres fixtures
WillAyd Sep 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading