~aleteoryx/muditaos

ref: c91984d7d87f9da46dba1ed02b01de2abd28e9a5 muditaos/module-db/tests d---------
9d8eff64 — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
e61a7d2d — Lucjan Bryndza 5 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
7797a2ea — Jakub Pyszczak 5 years ago
[EGD-5266] Fix test harness

Covers harness issues that occures on experimental branch
due to the new filesystem implementation.
9ad10d22 — Lucjan Bryndza 5 years ago
[EGD-5439] Fix compile after merge from master

Fix compile after merge from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
2c805921 — Tomek Sobkowiak 5 years ago
[EGD-5386] Fix tests in event table

Fix leap year handling in events table entry creation
Set hours/minutes during events table entry creation
a493771f — Lucjan Bryndza 5 years ago
[EGD-5385] Fix unallowed use of ff_rename

Fix unallowed use of ff_rename FFAT function
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
ff5ed529 — Jakub Pyszczak 5 years ago
[EGD-5163] Fix UT module-db

Convert module database tests to run natively on linux.
5ad8a9bc — Jakub Pyszczak 5 years ago
[EGD-5145] Fix remove vfs include from UT

Deprecated vfs is no more accessible. Deleted old includes.
7e36ee7c — Jakub Pyszczak 5 years ago
[EGD-5088] Change new filesystem implementation

Removed deprecated vfs calls from all applications.
bf2f4b0e — Radoslaw Wicik 5 years ago
[EGD-5726] Remove not working tests form build

Just to politely remind developer if they forget adding their tests.
b661aa03 — Radoslaw Wicik 5 years ago
[EGD-4763] Update tests add missing corner cases

Some tests where not added during the initial setup,
and there where few more corner cases that need to fixed
like line wrapping by `catch2 -l` and need of escaping
some characters [],
bb496101 — Radoslaw Wicik 5 years ago
[EGD-4763] Add check if all Unit Tests where run

Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
cafeb521 — RobertPiet 5 years ago
[EGD-5317] Module-db UT solved

Vfs init.
Convertion time string to unix time returns 1 hour later than should.
DatabaseInitializer stub that just creates empty dbs with table
structure but without data. Notification table initial records moved
to Database Initilize section. UT run with a stub of Database
Initialize - new test section introduced to test original
initializer: test-initializer.
Added missing data for contacts db to run the sorted list test
and test fix.
ff218162 — RobertPiet 5 years ago
[EGD-5118] Unit tests for service-db solved

The rest of test (module-db) are solved in EGD-5317
cd101266 — RobertPiet 5 years ago
[EGD-5118] Settings api tests dependencies updated

Temporary test for ASAN error.
Stub Database introduced to cut the connection SettingsAgent to
sqlite for UT.
Settings ut moved to other directory - new target.
File_indexer UT fixed.
Alarms, Notes and Query UT missing initialization of vfs.
b00efa68 — Borys Jelenski 5 years ago
[EGD-5115] Fix dangling ptrs in module-db tests

The dangling ptrs derefencing freed memory has been fixed.
They caused the tests to trigger the ASan. Additonally, in some tests
where DB objects were allocated dynamically, they are now allocated
automatically on the stack to simplify the code.
6d481b75 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests - db unittest

Fix reqired by CI to work
Next