Michal 'vorner' Vaner
|
465c333031
Fix warnings during compilation
|
11 years ago |
Michal 'vorner' Vaner
|
c2dfa37965
[2861] Initialize members
|
11 years ago |
Michal 'vorner' Vaner
|
009e306698
[2861] Test that we abort on unexpected errors
|
11 years ago |
Michal 'vorner' Vaner
|
d1c359da0d
[2861] Test the callbacks are sent back
|
11 years ago |
Michal 'vorner' Vaner
|
d432cd1889
[2861] Share a file descriptor and finished queue
|
11 years ago |
Michal 'vorner' Vaner
|
6917e1335e
[2861] Use structure for the command
|
11 years ago |
JINMEI Tatuya
|
d35ac0a1d9
[2836] make tests safer when USE_SHARED_MEMORY is undefined.
|
12 years ago |
JINMEI Tatuya
|
9377868e58
[2851] disable tests relying on mapped segment if --without-shared-memory
|
12 years ago |
JINMEI Tatuya
|
48c33c6c5a
[2851] avoid loading/reloading read only cache
|
12 years ago |
JINMEI Tatuya
|
74c2ed9705
[2851] update getCachedZoneWriter so it only checks config and real datasrc.
|
12 years ago |
Mukund Sivaraman
|
8ea9fa7608
[master] Add a newline at the end of the zone data
|
12 years ago |
Mukund Sivaraman
|
5d3f0570a2
[master] Fix invalid zone data in DataSrcClientsBuilderTest.loadZoneSQLite3
|
12 years ago |
JINMEI Tatuya
|
38880a0a12
[2459] do not throw when getZoneWriter result in "not cached".
|
12 years ago |
JINMEI Tatuya
|
aaf061f2c3
[2459] protect the call to getCachedZoneWriter() by mutex. it can cause race.
|
12 years ago |
Jelte Jansen
|
4965591081
[2213] add test for AuthSrv::loadZone()
|
12 years ago |
Jelte Jansen
|
7b11fd33ba
[2213] fix test
|
12 years ago |
Jelte Jansen
|
7151128386
[2213] Initial version of loadZone() support with new threaded structure
|
12 years ago |
JINMEI Tatuya
|
cf72f03690
[2212] guard death tests with !runningOnValgrind().
|
12 years ago |
JINMEI Tatuya
|
4b1c96c8a9
[2212] added one more necessary header file
|
12 years ago |
JINMEI Tatuya
|
d12b460fbb
[2212] also ported loadZoneWithoutDataSrc test.
|
12 years ago |
JINMEI Tatuya
|
c37eaa23d9
[2212] make sure catching internal error exceptions.
|
12 years ago |
JINMEI Tatuya
|
a2224a3c4e
[2212] added two untested reload() cases: ZONE_NOT_CACHED and CACHE_DISABLED
|
12 years ago |
JINMEI Tatuya
|
edcbc935eb
[2212] ported command test's loadZoneInvalidParams
|
12 years ago |
JINMEI Tatuya
|
7ff2ddee91
[2212] ported command test's loadBrokenZone test.
|
12 years ago |
JINMEI Tatuya
|
3519306b1c
[2212] ported command tests' loadZoneSQLite3.
|
12 years ago |
JINMEI Tatuya
|
64b2a61c6d
[2212] supported some part of loadzone command porting command unittests.
|
12 years ago |
JINMEI Tatuya
|
d02295dada
[master] Merge branch 'trac2211'
|
12 years ago |
JINMEI Tatuya
|
246a87a4a6
[2211] let the thread abort if it sees an unexpected exception, rather rethrow.
|
12 years ago |
Jelte Jansen
|
20fdec048d
[2210] rename DataSrcClientListsPtr to ClientListMapPtr
|
12 years ago |
Jelte Jansen
|
3a5e410f45
[2210] Address review comments
|
12 years ago |