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

25 commits

Author SHA1 Message Date
Kenichi Ishigaki
627666e888 not to use Test::FailWarnings except for developers environment 2019-01-07 03:48:10 +09:00
Kenichi Ishigaki
fdde5b98ef use Test::FailWarnings as Test::NoWarnings does not play well with done_testing 2019-01-06 09:17:14 +09:00
Kenichi Ishigaki
c84a0a9781 use done_testing and remove plan tests 2019-01-06 09:03:41 +09:00
Kenichi Ishigaki
11c2f4e70f use warnings 2019-01-02 21:17:30 +09:00
Kenichi Ishigaki
12ab284322 removed shebang from tests 2019-01-02 21:10:51 +09:00
Kenichi Ishigaki
7b949c35a4 Fix test failures for older perls because of the line ending 2018-01-20 16:34:02 +09:00
Peter Rabbitson
c4eab85ff7 Workaround for upcoming lack of dot in @INC ( RT#120444, sigh )
Zero functional changes, simply executed the following:

find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +

Also had to do a manual (but identical) fix in t/01_compile.t
2017-05-05 00:48:33 +02:00
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)