1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

18 commits

Author SHA1 Message Date
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
ba6a22c375 skip count was wrong, and SKIP label should be needed; (http://www.cpantesters.org/cpan/report/b764d8a6-ac8f-11e0-a4ca-75a0d72a4e93) 2011-08-24 02:31:35 +00:00
Kenichi Ishigaki
8b35bb979a hopefully fixed #62370 (segfaults during operations on disconnected handle 2010-11-03 13:44:04 +00:00
Kenichi Ishigaki
3ab8e9d709 avoid resource collisions (segfaulted under cygwin) 2010-11-02 21:03:14 +00:00
Kenichi Ishigaki
d5c6e51914 resolved #61355 2010-09-16 06:59:36 +00:00
Kenichi Ishigaki
e761e1af79 DBD-SQLite: "Your env might be too slow" message should be directed to STDERR to make it visible while doing "make test" 2009-08-15 10:33:39 +00:00
Kenichi Ishigaki
445517aca7 DBD-SQLite: made it clearer the first insert failure is intentional and expected 2009-08-15 10:03:53 +00:00
Kenichi Ishigaki
9750059197 DBD-SQLite: wrapped the second insert (which may be timed out in the worst case) with eval not to abort the test 2009-08-15 10:02:53 +00:00
Kenichi Ishigaki
692a7840b1 DBD-SQLite: added another comment to the busy test, and tweaked sleep/timeout to prevent it from failing under slower machines 2009-08-15 09:54:24 +00:00
Kenichi Ishigaki
411cd59e82 DBD-SQLite: added a comment to the busy test, and made the first timeout happen sooner 2009-08-15 09:34:12 +00:00
Kenichi Ishigaki
c944fdc5e4 DBD-SQLite: removed an unused variable 2009-08-15 09:25:00 +00:00
Kenichi Ishigaki
5ff1f078d5 DBD-SQLite: also applied @CALL_FUNCS trick to t/08_busy.t 2009-07-23 14:22:04 +00:00
Kenichi Ishigaki
5cbeb50890 DBD-SQLite: switched to use :memory: for most of the tests
Speaking more specifically, for the tests that don't require reconnection. It seems this makes it easier to find memory leaks by DBD::SQLite itself.
2009-07-02 10:00:51 +00:00
Kenichi Ishigaki
74efd983dc DBD-SQLite: skip_all should be placed before Test::NoWarnings 2009-05-22 01:36:09 +00:00
Kenichi Ishigaki
1c06ff021e DBD-SQLite: made sure if private methods/functions return true after successful calls (#44871) 2009-05-06 12:18:37 +00:00
Kenichi Ishigaki
804169717e DBD-SQLite: prepared install_method() for the rest of the functions, and added tests for the installed methods (TODO: need to tweak return values for several functions) 2009-05-06 08:39:49 +00:00
Adam Kennedy
2ac8ee6ee9 Increased use of Test::NoWarnings 2009-04-10 06:30:07 +00:00
Adam Kennedy
872a54eea9 Streamllining the naming scheme 2009-04-03 20:16:26 +00:00
Renamed from t/07busy.t (Browse further)