Skip to content

Commit

Permalink
Replace classes with pytest in test_sql (#55074)
Browse files Browse the repository at this point in the history
* initial working test

* passing mixing class removal

* converted non-sqlalchemy tests

* large refactor

* sqlite class conversion

* checkpoint

* sqlitefallback conversion

* fixup tests

* no more test classes

* factory func

* most code cleanups

* removed breakpoint; passing tests

* fixes

* fix when missing SQLAlchemy

* more fixups when no SQLAlchemy

* fixups

* xfail -> skip

* sqlite fixture use transaction for cleanup

* verbose test for hangs

* try skipping sqlite-sqlalchemy-memory on rollback test

* sqlite sqlaclchemy memory cleanup

* revert verbose logging in tests

* mark all db tests

* try single_cpu

* skip more engine tests that can hang

* try no pandasSQL without transaction

* more skip

* try verbose

* transaction skips

* remove verbose CI

* CI verbose

* no more hanging

* reverted CI files

* type ignore

* cleanup skips

* remove marks

* mark fixtures

* mark postgres fixtures
  • Loading branch information
WillAyd authored Sep 18, 2023
1 parent ebca6df commit df7c0b7
Showing 1 changed file with 1,880 additions and 1,892 deletions.
Loading

0 comments on commit df7c0b7

Please sign in to comment.