SQLite

All files named ”test/oserror.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/oserror.test

2025-03-06
13:49
[ee3fad06ec] part of check-in [9868615b7d] Cygwin-centric test script tweaks from Jan Nijtmans. (check-in: [9868615b7d] user: stephan branch: cygwin-fixes, size: 3922)
2019-04-29
16:44
[1fc9746b83] part of check-in [a27b0b880d] Changes to oserror.test so that it works even on systems that allow an unusually large number of file descriptors. (check-in: [a27b0b880d] user: drh branch: trunk, size: 3911)
2018-05-29
19:12
[e7b3416be4] part of check-in [3b00f73456] Increase the number of database handles opened by test script oserror.test to provoke an "out of file-descriptors" error to 20000 (from 2000). (check-in: [3b00f73456] user: dan branch: trunk, size: 3562)
2016-01-25
18:43
[b32dc34f23] part of check-in [8a6e4147a6] Only use lstat() if the HAVE_LSTAT macro is defined. Fix some test file issues. (check-in: [8a6e4147a6] user: dan branch: follow-symlinks, size: 3560)
2015-10-31
17:58
[361346396a] part of check-in [c7c8105099] On unix, if a file is opened via a symlink, create, read and write journal and wal files based on the name of the actual db file, not the symlink. (check-in: [c7c8105099] user: dan branch: follow-symlinks, size: 3554)
2015-01-08
16:47
[14fec2796c] part of check-in [50b5a8af84] Try to fix up the "valgrindtest" target in Makefile.in so that it avoids misuse testing that can trigger false errors. (check-in: [50b5a8af84] user: drh branch: trunk, size: 3540)
2011-09-24
05:55
[50417780d0] part of check-in [a38668dcff] Fix some test files so that they work with SQLITE_OMIT_WAL builds. (check-in: [a38668dcff] user: dan branch: trunk, size: 3551)
2011-06-22
15:21
[3fe52e0bd2] part of check-in [13e96376e1] Print a warning in oserror-1.1.1 that a valgrind warning might occur but that it is benign. (check-in: [13e96376e1] user: drh branch: trunk, size: 3499)
2011-04-04
07:05
[498d8337e9] part of check-in [4e996f36c7] Changes to oserror.test and syscall.test so that they work with the in-memory journal permutation test. (check-in: [4e996f36c7] user: dan branch: trunk, size: 3429)
2011-04-02
17:00
[0abf1b4a93] part of check-in [3b91eaaa0b] Avoid returning SQLITE_NOTFOUND when the unix xSetSystemCall interface is invoked with NULL passed as the second argument, even if all the default system calls are already installed. (check-in: [3b91eaaa0b] user: dan branch: trunk, size: 3382)
2011-04-01
09:04
[6c61c859cd] part of check-in [8088031bc9] Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX. Also some minor issues with test scripts. (check-in: [8088031bc9] user: dan branch: trunk, size: 3363)
2011-03-08
14:05
[d1f085bdba] part of check-in [ddb747d33a] Unix errno integer can vary from one system to the next. So do not depend on specific errno values in test cases. (check-in: [ddb747d33a] user: drh branch: trunk, size: 3069)
2011-03-02
02:08
[8fc832600a] part of check-in [7b6e30e6a7] Log all error from close() in os_unix.c to sqlite3_log() but do not attempt to report errors back up to the application. Update the unix error logging to put the most important information earlier in the message. (check-in: [7b6e30e6a7] user: drh branch: trunk, size: 3063)
2011-02-21
11:46
Added: [5775264a41] part of check-in [01076528a4] Have os_unix.c call sqlite3_log() following errors in certain system calls. (check-in: [01076528a4] user: dan branch: trunk, size: 2982)