SQLite

All files named "src/test_server.c"
Login

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

History for src/test_server.c

2023-02-06
15:46
Deleted: Remove the long obsolete "client/server" mode tests. (check-in: [08e3114c] user: drh branch: test-cleanup, size: 0)
2020-07-29
16:18
[17747ed4] part of check-in [a80ae2c9] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c9] user: drh branch: typos, size: 18199)
2013-10-15
15:35
[a2615049] part of check-in [1086e00b] Changes to test code to make sure no server threads are left running after server1.test finishes. (check-in: [1086e00b] user: dan branch: trunk, size: 18201)
2011-04-06
17:54
[2f99eb28] part of check-in [2039ed95] Changes to support building with various SQLITE_OMIT_XXX options defined. (check-in: [2039ed95] user: dan branch: trunk, size: 17571)
2011-04-04
21:48
[88caa13d] part of check-in [78b6eee2] Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; (check-in: [78b6eee2] user: shaneh branch: trunk, size: 17599)
2009-11-10
01:30
[bbba05c1] part of check-in [f6c045f6] Remove the obsolete "$Id:$" RCS identifier strings from the source code. (check-in: [f6c045f6] user: drh branch: trunk, size: 17639)
2008-06-26
10:41
[f0a403b5] part of check-in [cdd4cf4c] Change the OS_XXX pre-processor symbols to SQLITE_OS_XXX. Symbols "OS_UNIX", "OS_WIN", "OS_WINCE", "OS_OS2" and "OS_OTHER" are now "SQLITE_OS_UNIX", "SQLITE_OS_WIN", "SQLITE_OS_WINCE", "SQLITE_OS_OS2" and "SQLITE_OS_OTHER", respectively. (CVS 5311) (check-in: [cdd4cf4c] user: danielk1977 branch: trunk, size: 17708)
2008-05-16
04:51
[7e579eb9] part of check-in [81a8c70e] Add more version tags to files that lack them. Ticket #3120. (CVS 5137) (check-in: [81a8c70e] user: danielk1977 branch: trunk, size: 17694)
2007-09-12
17:01
[a6ece6c8] part of check-in [c8405b15] Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) (check-in: [c8405b15] user: danielk1977 branch: trunk, size: 17625)
2007-08-29
18:20
[1020673f] part of check-in [5201fa4f] Fix a bug in test_server.c that resulted from the change in semantics of sqlite3_enable_shared_cache(). All quick tests now pass. (CVS 4326) (check-in: [5201fa4f] user: drh branch: trunk, size: 17493)
2007-08-20
22:48
[319f6b1a] part of check-in [1315bd8e] Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253) (check-in: [1315bd8e] user: drh branch: trunk, size: 17529)
2007-06-15
17:50
[76c0baf5] part of check-in [d0de32e4] Fix a race condition in test_server.c/test7.c (test changes only). (CVS 4073) (check-in: [d0de32e4] user: danielk1977 branch: trunk, size: 17554)
2006-03-22
22:10
[a6460dae] part of check-in [15e3b183] Get the build to run with -DSQLITE_OMIT_SHARED_CACHE. (CVS 3145) (check-in: [15e3b183] user: drh branch: trunk, size: 17535)
2006-01-25
15:55
Added: [087b92a3] part of check-in [e4e6a205] Rename files using for testing only so that their name begins with "test". (CVS 3028) (check-in: [e4e6a205] user: drh branch: trunk, size: 17491)