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
Andrii Shvaika
2ddd5caa4c
License header fix
2021-08-13 15:50:01 +03:00
Sergey Matvienko
6d20ca441e
Merge TS fix using cherry-pick
2021-08-13 15:49:01 +03:00
Sergey Matvienko
af4132d489
test: refactored NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 (but test case seems not valid)
2021-08-12 20:12:02 +03:00
Igor Kulikov
20183cfc58
Ignore testSoftwareUpdateByObject9 test
2021-08-12 19:01:05 +03:00
Igor Kulikov
82a66a9421
Fix device service cache. Configure maven surefire plugin to execute both test suits and single tests.
2021-08-12 18:27:27 +03:00
Sergey Matvienko
638c224226
cache: added test that fails on zero values specs
2021-08-12 15:16:48 +03:00
Volodymyr Babak
3028d08d1f
Added test to cover admin settings fetching
2021-08-11 14:48:21 +03:00
Andrii Shvaika
7ce98560a3
Fix Device creation events processing from Edge
2021-08-09 13:16:25 +03:00
Andrii Shvaika
6eba6db64c
Merge PR 5039
2021-08-09 12:39:19 +03:00
Volodymyr Babak
3bf48f0f5e
Do not push entity updated to edge on device creation from edge
2021-08-09 12:33:17 +03:00
Andrii Shvaika
2078c71d32
Added module cluster-api and used it in rule engine and other services
2021-08-06 17:33:52 +03:00
ShvaykaD
60e15ece5a
replaced protobuf-wrappers usage to optional keyword
2021-08-05 16:53:09 +03:00
Volodymyr Babak
e974644d27
Fixed alarm test - deleted msg pushed to edge
2021-08-04 13:05:18 +03:00
Volodymyr Babak
7d1a849047
Increased fetch size
2021-08-03 14:39:23 +03:00
Volodymyr Babak
a3add4dc9b
Use awailability instead of loop
2021-08-03 14:34:16 +03:00
Volodymyr Babak
eced5a49fa
Merge remote-tracking branch 'upstream/master' into handle-null-values-in-proto
2021-08-03 13:14:38 +03:00
Sergey Matvienko
aec087bba1
fix NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 with awaitility (detailed log and javadoc)
2021-08-02 17:48:59 +03:00
Sergey Matvienko
eb7053d722
fix NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 with awaitility
2021-08-02 17:48:59 +03:00
Volodymyr Babak
f0f387e710
Removed unnecessary method
2021-08-01 22:25:52 +03:00
Volodymyr Babak
d1bede770d
Edge test fixes. Replaced do/while loop with awailability framework approach
2021-08-01 22:23:15 +03:00
Volodymyr Babak
e05e681bd9
Properly hanlde null values in proto classes
2021-07-30 18:22:19 +03:00
Igor Kulikov
d4dc0ad1cf
Restore tests
2021-07-30 11:59:32 +03:00
Igor Kulikov
aa0d05bb44
Merge pull request #4957 from volodymyr-babak/edge-fix-concurrent-async-issue
...
[3.3.0] Added lock on edge event save/read. Removed save async method
2021-07-30 11:42:27 +03:00
Andrii Shvaika
d731c1df08
Fix tests
2021-07-27 18:44:02 +03:00
Andrii Shvaika
65ad86bedb
RPC v2 to switch from 409 to 504 error code
2021-07-27 13:17:24 +03:00
Volodymyr Babak
3ae5acbcc8
Added lock on edge event save/read. Removed save async method
2021-07-22 15:59:47 +03:00
Andrii Shvaika
34aa44d2cb
Added deduplication of transport sessions for CoAP. Fix response codes
2021-07-22 11:45:08 +03:00
Igor Kulikov
ee62dbf771
Increase mqtt tests timeouts
2021-07-20 16:13:47 +03:00
Igor Kulikov
ae667e5af1
Coap device claiming tests improvements
2021-07-19 16:52:02 +03:00
AndrewVolosytnykhThingsboard
4bd3288f57
Tests for fields validation
2021-07-19 12:42:42 +03:00
Volodymyr Babak
bb1a03f5c8
Device profile provision type set to DISABLED if not provided
2021-07-16 20:27:34 +03:00
Igor Kulikov
bd3e261814
MQTT attributes tests improvements
2021-07-16 19:16:42 +03:00
ShvaykaD
1f63c056a3
improved tests for proto fields explicit presence validation
2021-07-15 10:55:37 +03:00
ShvaykaD
60ccd7a0b0
revert default behavior for no presense proto keys
2021-07-14 15:56:38 +03:00
ShvaykaD
0d21170b7a
updated device profile validation tests & convertToRpcRequest method in ProtoConverter
2021-07-14 15:56:38 +03:00
ShvaykaD
d769f6749c
updated deviceProfile proto transport configuration validation tests
2021-07-14 15:56:38 +03:00
ShvaykaD
c4133fa41a
added new dynamic-schema based tests for telemetry and attributes upload
2021-07-14 15:56:38 +03:00