Sergey Matvienko
99cff02256
device actor - CPU overhead reduce for local cache - do not dump/restore device session for local cache. Test added for Actor system context init, default values supplied to simplify testing.
5 years ago
Sergey Matvienko
56cc5a5adb
Revert "tests: temporary disabled testTimeseriesWithFailures on BaseEdgeTest to unblock the tests transition process"
This reverts commit 26c62dda7c .
5 years ago
Sergey Matvienko
26c62dda7c
tests: temporary disabled testTimeseriesWithFailures on BaseEdgeTest to unblock the tests transition process
5 years ago
Sergey Matvienko
112882b477
tests: fixed user controller tests lifecycle (can not delete default tenant profile after test)
5 years ago
Sergey Matvienko
d2ccaa2dd9
tests: fixed mqtt integration tests lifecycle (can not delete default tenant profile after test)
5 years ago
Sergey Matvienko
4f4e75f942
tests: fixed coap integration tests lifecycle (can not delete default tenant profile after test)
5 years ago
Sergey Matvienko
1678e14d4f
tests: verify that all tenants deleted before delete default tenant profile (abstract web test)
5 years ago
desoliture
3f67de3842
refactor
5 years ago
desoliture
d854bab8cb
refactor RpcController tests
5 years ago
desoliture
aa395e3c51
add test for getting rpcs by device_id; refactor test class for RpcController
5 years ago
desoliture
4c05c48cc9
add tests to RpcV2Controller
5 years ago
Andrii Shvaika
1c81f227b5
Correct test class name according to mask in pom.xml
5 years ago
Andrii Shvaika
3ffd62f844
Fix corner case when access token matches user name in credentials
5 years ago
Sergey Matvienko
c0514ca3f4
Stats: do not persist empty stats (reducing event table size and disk IOPS) ( #5554 )
* stats: do not persist empty stats
* fixed license headers for stat actor and stat msg tests
5 years ago
Sergey Matvienko
27d745f1e3
tests added for update service for convertDeviceProfileAlarmRulesForVersion330
5 years ago
ShvaykaD
ec05751198
fix typo in AbstractMqttAttributesUpdatesJsonIntegrationTest
5 years ago
ShvaykaD
ec8808c920
updated mqtt transport tests
5 years ago
Igor Kulikov
a47bb55dd2
Improve PEM certificates processing. Fix lwm2m transport test properties.
5 years ago
Sergey Matvienko
78c624ea52
AbstractRuleEngineLifecycleIntegrationTest added await getLagTotal == 0
5 years ago
Sergey Matvienko
8feec6f078
CaffeineCacheDefaultConfigurationTest renamed from TestSuite
5 years ago
Sergey Matvienko
6246753b92
test: refactored to clear InMemoryStorage (queues) on before and after each test, delete tenant profiles after each test run, psql specific indexes added
5 years ago
Sergey Matvienko
d52c64ef03
CustomSqlUnit removed from test suites. dependency added for testcontainers for application test scope.
5 years ago
ShvaykaD
845d8247dd
[3.3.2] MQTT short topics support ( #4967 )
* added mqtt short topics support
* remove volatile keyword from topic types parameters
* added new tests for mqtt short topics
* fix compilation error after merge
* improvements/typo-fixes after pull request review
5 years ago
YevhenBondarenko
ccc18ec75b
LwM2M tests improvements
5 years ago
Igor Kulikov
b173e0799c
Update OS package plugin version. Code cleanup.
5 years ago
Swoq
30c43812cb
Test typo fix
5 years ago
Swoq
e41768f2c8
Tests fix
5 years ago
Sergey Matvienko
d6852dcb7c
test: assert not null COAP response instead NullPointerException (to clarify the test failure cause)
5 years ago
Sergey Matvienko
8601121e7e
executors: named fixed thread pools; tests - added executor shutdown on tearDown
5 years ago
Sergey Matvienko
9ee0d87687
tests: Coap client destroy on processAfterTest at AbstractCoapIntegrationTest
5 years ago
Sergey Matvienko
ac2844b51f
tests: call destroy for lwm2m devices to shut down executors inside fwLwM2MDevice and swLwM2MDevice in the test scope
5 years ago
Sergey Matvienko
3f97bb682a
executors: names added, shutdownNow for some executors to prevent memory leaks during lifecycle (mostly affects the test runner JVM)
5 years ago
Swoq
da5758b798
ThingsboardErrorResponseHandler now work with:
- IllegalArgumentException, IncorrectParameterException, DataValidationException, MessagingException.
They aren't considered to be an internal server error now.
5 years ago
Andrii Shvaika
37fd7f4988
Validation and Replacement of Queue names in the Device profile
5 years ago
Andrii Shvaika
c29a00656a
Sequential RPC processing support
5 years ago
YevhenBondarenko
8513c99903
added sequence for the all RPC
5 years ago
YevhenBondarenko
6436c8a26c
Implemented rpc sending sequence
5 years ago
Andrii Shvaika
2ddd5caa4c
License header fix
5 years ago
Sergey Matvienko
6d20ca441e
Merge TS fix using cherry-pick
5 years ago
Sergey Matvienko
af4132d489
test: refactored NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 (but test case seems not valid)
5 years ago
Igor Kulikov
20183cfc58
Ignore testSoftwareUpdateByObject9 test
5 years ago
Igor Kulikov
82a66a9421
Fix device service cache. Configure maven surefire plugin to execute both test suits and single tests.
5 years ago
Sergey Matvienko
638c224226
cache: added test that fails on zero values specs
5 years ago
Volodymyr Babak
3028d08d1f
Added test to cover admin settings fetching
5 years ago
Andrii Shvaika
7ce98560a3
Fix Device creation events processing from Edge
5 years ago
Volodymyr Babak
3bf48f0f5e
Do not push entity updated to edge on device creation from edge
5 years ago
Andrii Shvaika
2078c71d32
Added module cluster-api and used it in rule engine and other services
5 years ago
ShvaykaD
60e15ece5a
replaced protobuf-wrappers usage to optional keyword
5 years ago
Volodymyr Babak
e974644d27
Fixed alarm test - deleted msg pushed to edge
5 years ago
Volodymyr Babak
7d1a849047
Increased fetch size
5 years ago