summaryrefslogtreecommitdiff
path: root/test/persistence_client_library_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Make test data directory (localestatedir) variableIngo Huerner2017-06-021-2/+1
|
* Added test to verify restared crashed application is able to access data in ↵Ingo Huerner2017-06-011-16/+446
| | | | cache again
* Check return value when registering to PAS, pclInitLibrary returns now an ↵Ingo Huerner2017-05-231-0/+75
| | | | error code if PAS register fails
* Fixed findings from static code analysisIngo Huerner2017-05-221-38/+62
|
* Added environment checker to tests in order to detect insufficient ↵Ingo Huerner2017-04-191-3/+16
| | | | persistence setup
* Corrected argument type for LifecycleRequestComplete message; extended ↵Ingo Huerner2017-04-051-11/+70
| | | | checkLocalArtefacts function; makeShmName function adjusted
* Added pclCustomLibConfigFileTest.cfg.in config file for tests.Ingo Huerner2017-03-071-9/+23
| | | | | | Removed in pclCustomLibConfigFile.cfg.in entries for test plugins. Replaced sync call by syncfs (process_prepare_shutdown function). Removed some unnecessary close calls (findings static code analysis tool).
* Fix typoGianpaolo Macario2017-02-171-4/+4
| | | | Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
* Skip testcases MultiThreadedRead, MultiThreadedWriteGianpaolo Macario2017-02-171-0/+9
| | | | | | Reference: [BASE-37] Signed-off-by: Gianpaolo Macario <gianpaolo_macario@mentor.com>
* Fixed a array out of bounds access (results in mutex deadlock).Ingo Huerner2017-02-101-12/+17
| | | | | | Improved mutex handling. Removed valgrind warning GENIVI JIRA issue PCL-3. Delete remaining semaphores and shared memory in case of app crash.
* Make usage of plugins more robust (Nullpointer check); Added creation of ↵Ingo Huerner2017-01-271-7/+110
| | | | test log file for file API tests
* Added DLT log message for every API callIngo Huerner2017-01-031-1197/+465
| | | | | New compiler flags Splitted tests in key and file api tests, make multi thread tests work again
* Added multi thread read/write testIngo Huerner2016-11-031-9/+248
|
* Added timeout to each testIngo Huerner2015-08-241-24/+29
|
* Extended tests for writing shared dataIngo Huerner2015-07-221-0/+42
|
* remove dlt directory from #includeFrederik Sdun2015-03-311-2/+2
|
* Increased code coverage; removed obsolete codeIngo Huerner2015-03-271-18/+147
|
* Fixed a problem with file handle treeIngo Huerner2015-03-171-0/+117
|
* Added test case; removed setting of dlt log levelIngo Huerner2015-02-031-9/+102
|
* Minor changes after code review; replaced static arrays for handles by a treeIngo Huerner2015-01-221-14/+2
|
* Removed compiler warnings; added check for shared data if application is ↵Ingo Huerner2015-01-081-3/+50
| | | | allowed to modify
* Removed compiler warnings and obsolete filesIngo Huerner2015-01-071-20/+23
|
* Improved testsIngo Huerner2014-12-111-4/+23
|
* Rework of DLT messagesIngo Huerner2014-12-041-1/+0
|
* Fixed a problem when running the tests the first time after test data has ↵Ingo Huerner2014-12-041-4/+4
| | | | been created
* Implemented write configurable default data for filesIngo Huerner2014-11-291-11/+24
|
* Implemented missing handling of configurable default data for filesIngo Huerner2014-11-281-2/+49
|
* implemented write to configurable default data; added defines to pcl header ↵Ingo Huerner2014-11-281-284/+449
| | | | for writing node and configurable default data
* Disable appcheck test if appcheck is disabledIngo Huerner2014-11-111-3/+6
|
* Rework of application security check; if a not trusted application tries to ↵Ingo Huerner2014-11-071-9/+97
| | | | access persistent data, the error code EPERS_SHUTDOWN_NO_TRUSTED will be returned
* Fixed GENIVI bug 286Ingo Huerner2014-10-011-15/+110
|
* Missing files for prevoius commitID; updated header documentationIngo Huerner2014-08-211-6/+6
|
* Rework default database open handling; Updated DLT log messagesIngo Huerner2014-08-051-112/+56
|
* Increased test timeouts; reordered testsIngo Huerner2014-07-171-17/+18
|
* Reduced number of init/deinit tests; increased timeout for init/deinit testIngo Huerner2014-07-161-2/+2
|
* Now files will be correctly handled (cached/non cached)Ingo Huerner2014-07-161-19/+25
|
* Fixed a problem with getting the size of the default data; extended tests to ↵Ingo Huerner2014-07-091-12/+113
| | | | increase code coverage
* Implemented backup blacklist for filesIngo Huerner2014-07-071-2/+101
|
* Fixed a problem with sporadic blocking of pclDeinitLibraryIngo Huerner2014-07-011-13/+19
|
* Added test plugins and plugin testsIngo Huerner2014-06-241-1/+1
|
* Fixed bug 231Ingo Huerner2014-06-181-16/+110
|
* Fixed bug 230Ingo Huerner2014-06-181-25/+49
|
* Deactivated plugin testIngo Huerner2014-06-171-1/+1
|
* Finished onDemand/static loading of plugins; Corrected a problem with ↵Ingo Huerner2014-06-171-67/+103
| | | | default data loading
* Fixed a problem with default file dataIngo Huerner2014-05-061-18/+32
|
* Added default file loading also to pclCreatePath function; fixed bugs 199 ↵Ingo Huerner2014-04-301-2/+3
| | | | and 203
* Added use of default data for files; added test data that can be used by PAS ↵Ingo Huerner2014-04-291-48/+22
| | | | installation process; started to implement persclient_tools; updates after interface review
* Corrected testsIngo Huerner2014-04-101-108/+4
|
* Updated Yocto files; corrected test casesIngo Huerner2014-04-091-2/+5
|
* Removed itzam, and switched to commom library; Known issues: delete key test ↵Ingo Huerner2014-04-041-15/+37
| | | | fails, DLT warnings