ShvaykaD
ec05751198
fix typo in AbstractMqttAttributesUpdatesJsonIntegrationTest
2021-10-28 13:48:07 +03:00
ShvaykaD
ec8808c920
updated mqtt transport tests
2021-10-28 13:36:03 +03:00
Igor Kulikov
a47bb55dd2
Improve PEM certificates processing. Fix lwm2m transport test properties.
2021-10-27 10:10:54 +03:00
Andrii Shvaika
f015a3a45c
Merge with master
2021-10-26 19:54:00 +03:00
Andrii Shvaika
b2a93e834b
Improved tests
2021-10-26 19:35:36 +03:00
Sergey Matvienko
78c624ea52
AbstractRuleEngineLifecycleIntegrationTest added await getLagTotal == 0
2021-10-18 16:47:58 +03:00
Sergey Matvienko
8feec6f078
CaffeineCacheDefaultConfigurationTest renamed from TestSuite
2021-10-18 16:11:29 +03:00
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
2021-10-18 16:10:26 +03:00
Sergey Matvienko
d52c64ef03
CustomSqlUnit removed from test suites. dependency added for testcontainers for application test scope.
2021-10-15 19:48:49 +03:00
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
2021-10-08 15:20:38 +03:00
nickAS21
6eaccc366b
Lwm2m fix bug 19 object
2021-10-06 13:02:07 +03:00
nickAS21
81ec387c86
Lwm2m credentials base64 fix bug PSK test
2021-09-28 17:21:15 +03:00
nickAS21
d403afb0e6
Lwm2m credentials base64 validate (with /n and "...BEGIN...") back
2021-09-28 14:11:32 +03:00
nickAS21
f3cefc8b2c
Lwm2m revert rename
2021-09-22 18:57:05 +03:00
nickAS21
7f681a993f
Lwm2m Fix bug review edit formatting & Lwm2m to LwM2M
2021-09-21 16:36:03 +03:00
nickAS21
45921f89f4
Lwm2m Fix bug review edit tests security
2021-09-19 21:25:33 +03:00
nickAS21
0a9553b83c
Lwm2m Fix bug review edit tests
2021-09-19 19:03:14 +03:00
nickAS21
f86a30a8ed
Lwm2m Fix bug review 1-10
2021-09-17 14:56:07 +03:00
nickAS21
565cc29cbb
Lwm2m Fix bug Write, Read - if Not_Found
2021-09-15 14:25:00 +03:00
nickAS21
8df2e83edd
Lwm2m test OTA fix bug. Object 9, 5
2021-09-15 10:55:07 +03:00
nickAS21
d808ba04bf
Lwm2m test OTA fix bug. Delete duplicate code.
2021-09-14 19:50:22 +03:00
nickAS21
2d9448900f
Lwm2m test fix bug device credential
2021-09-14 07:36:36 +03:00
nickAS21
9e9a8238db
Merge branch develop/3.3.2 into current
2021-09-13 19:01:04 +03:00
nickAS21
1b6fc7d72b
Merge branch 'develop/3.3.2' into lwm2m_tests_with_cherry
...
# Conflicts:
# application/src/test/java/org/thingsboard/server/transport/lwm2m/security/AbstractLwM2MIntegrationTest.java
# application/src/test/java/org/thingsboard/server/transport/lwm2m/security/sql/PskLwm2mIntegrationTest.java
# common/util/src/main/java/org/thingsboard/common/util/JacksonUtil.java
# dao/pom.xml
# dao/src/main/java/org/thingsboard/server/dao/device/DeviceCredentialsServiceImpl.java
2021-09-13 18:15:58 +03:00
nickAS21
ab6346b09c
Merge branch 'master' into develop/3.3.2
2021-09-13 12:06:35 +03:00
YevhenBondarenko
ccc18ec75b
LwM2M tests improvements
2021-09-10 17:05:43 +03:00
nickAS21
d491e0f664
lwm2m: Security key validate in dao
2021-09-08 22:12:08 +03:00
Igor Kulikov
b173e0799c
Update OS package plugin version. Code cleanup.
2021-09-07 11:47:43 +03:00
Swoq
30c43812cb
Test typo fix
2021-09-02 17:23:58 +03:00
Swoq
e41768f2c8
Tests fix
2021-09-01 17:52:39 +03:00
Sergey Matvienko
d6852dcb7c
test: assert not null COAP response instead NullPointerException (to clarify the test failure cause)
2021-09-01 14:08:20 +03:00
Sergey Matvienko
8601121e7e
executors: named fixed thread pools; tests - added executor shutdown on tearDown
2021-09-01 14:08:03 +03:00
Sergey Matvienko
9ee0d87687
tests: Coap client destroy on processAfterTest at AbstractCoapIntegrationTest
2021-09-01 14:07:56 +03:00
Sergey Matvienko
ac2844b51f
tests: call destroy for lwm2m devices to shut down executors inside fwLwM2MDevice and swLwM2MDevice in the test scope
2021-09-01 14:07:51 +03:00
Sergey Matvienko
3f97bb682a
executors: names added, shutdownNow for some executors to prevent memory leaks during lifecycle (mostly affects the test runner JVM)
2021-09-01 14:07:34 +03:00
nickAS21
0a3c626333
lwm2m: abstract integration RPC test delete, create, writeAttribute, execute
2021-08-31 23:38:31 +03:00
nickAS21
c772929abc
lwm2m: abstract test write, observe, discover, read
2021-08-31 00:47:58 +03:00
nickAS21
bed8881d93
lwm2m: abstract test create
2021-08-30 20:48:36 +03:00
Swoq
da5758b798
ThingsboardErrorResponseHandler now work with:
...
- IllegalArgumentException, IncorrectParameterException, DataValidationException, MessagingException.
They aren't considered to be an internal server error now.
2021-08-30 18:05:09 +03:00
Viacheslav Klimov
f15f0e5483
Merge branch 'master' into fields-validation
...
# Conflicts:
# common/data/src/main/java/org/thingsboard/server/common/data/OtaPackageInfo.java
# ui-ngx/src/app/modules/home/pages/admin/resource/resources-library.component.ts
# ui-ngx/src/assets/locale/locale.constant-en_US.json
2021-08-30 11:14:04 +03:00
Sergey Matvienko
b01eb2cfc5
lwm2Tests: new structure
2021-08-27 17:30:39 +03:00
Sergey Matvienko
0c3574d912
tests: fixed import
2021-08-27 15:00:19 +03:00
Sergey Matvienko
db3214ee54
tests: Coap client destroy on processAfterTest at AbstractCoapIntegrationTest
2021-08-27 14:58:19 +03:00
Sergey Matvienko
be505765ef
tests: call destroy for lwm2m devices to shut down executors inside fwLwM2MDevice and swLwM2MDevice in the test scope
2021-08-27 14:53:34 +03:00
nickAS21
f2b58fd939
Lwm2m: tests5
2021-08-27 11:44:09 +03:00
Andrii Shvaika
37fd7f4988
Validation and Replacement of Queue names in the Device profile
2021-08-26 15:51:59 +03:00
Igor Kulikov
d8a10ccdfa
Merge pull request #4910 from ShvaykaD/improvements/proto-telemetry-tests
...
[3.3.1] improved tests for proto fields explicit presence validation
2021-08-25 12:31:44 +03:00
Andrii Shvaika
c29a00656a
Sequential RPC processing support
2021-08-19 18:08:34 +03:00
YevhenBondarenko
8513c99903
added sequence for the all RPC
2021-08-18 09:56:57 +03:00
YevhenBondarenko
6436c8a26c
Implemented rpc sending sequence
2021-08-16 18:14:00 +03:00