560 Commits

Author SHA1 Message Date
IrynaMatveieva
a40ce3305e added validation for originatorId and changed upgrade script 2024-07-09 11:14:25 +03:00
IrynaMatveieva
bff2ed2898 added tests for generator node and set default value for entity type 2024-07-05 18:02:30 +03:00
IrynaMatveieva
1e703f0264 added ability to set time unit using pattern 2024-07-03 16:34:27 +03:00
IrynaMatveieva
6afb3f25aa added tests for the delay node 2024-07-02 17:30:17 +03:00
IrynaMatveieva
358af2b932 added tests for the change originator node 2024-07-02 12:37:09 +03:00
IrynaMatveieva
83308a68d6 added tests for the device attributes node 2024-06-26 14:12:08 +03:00
Viacheslav Klimov
633411f9e1
Merge pull request #10921 from irynamatveieva/improvements/external-aws-nodes
AWS nodes: added tests
2024-06-24 16:46:32 +03:00
Viacheslav Klimov
f52776f5e0
Merge pull request #10556 from irynamatveieva/improvements/save-timeseries-node
Save timeseries node: added tests
2024-06-24 16:43:18 +03:00
Iryna Matveieva
8631cb0e65
Message count node: added tests (#10541)
* added tests for msg count node

* fixed tests

* added test for default config and added check to verify all acknowledged msgs

* changed usage when() to given()

* added new line
2024-06-24 16:42:15 +03:00
Viacheslav Klimov
53bb9b3126
Merge pull request #10529 from irynamatveieva/improvements/copy-to-view-node
Copy to view node: added tests
2024-06-24 16:41:10 +03:00
IrynaMatveieva
60d638dfd7 moved connecting mqtt client no the separate method 2024-06-20 15:47:29 +03:00
IrynaMatveieva
f1c68b8be2 added tests for destroy method 2024-06-19 14:08:59 +03:00
IrynaMatveieva
7024035204 added tests for the destroy method 2024-06-19 13:40:12 +03:00
IrynaMatveieva
da78d93468 added tests for the kafka node 2024-06-18 17:59:57 +03:00
IrynaMatveieva
6da603ad0d added tests for GCP pusSub node 2024-06-17 16:21:41 +03:00
Viacheslav Klimov
a17973b70e
Merge pull request #10549 from irynamatveieva/improvements/send-rpc-request-reply-nodes
Send rpc request and send rpc reply nodes: added tests
2024-06-12 16:34:21 +03:00
IrynaMatveieva
4be5fe0cfa added tests for azure iot hub node 2024-06-11 17:21:24 +03:00
IrynaMatveieva
a86a42813f added tests for mqtt node 2024-06-10 15:21:43 +03:00
IrynaMatveieva
72bf05af8f added test to verify request 2024-06-07 12:28:26 +03:00
IrynaMatveieva
4fc6929922 added test for default config and set different values for check logic of setting ttl 2024-06-07 10:47:27 +03:00
IrynaMatveieva
dce51e9e2d made methods public 2024-06-06 19:12:21 +03:00
IrynaMatveieva
f9a126df31 refactored parametrized tests 2024-06-06 19:10:09 +03:00
IrynaMatveieva
7ed5b3c1e1 added tests for ttl usage 2024-06-05 18:38:50 +03:00
IrynaMatveieva
6be2c61717 added tests to verify request that is passed to sendRpcRequestToDevice() method 2024-06-05 15:23:59 +03:00
IrynaMatveieva
c92a8de33b Merge remote-tracking branch 'origin/develop/3.7.1' into improvements/save-timeseries-node 2024-06-04 14:48:27 +03:00
IrynaMatveieva
19820d3968 created tests for aws nodes 2024-06-03 19:29:23 +03:00
IrynaMatveieva
7af32ad76b fixed conflicts 2024-06-03 12:19:24 +03:00
IrynaMatveieva
6339f0ce63 refactored tests 2024-05-28 18:48:56 +03:00
IrynaMatveieva
4e7170090f refactored tests to cover more test cases 2024-05-28 17:50:09 +03:00
IrynaMatveieva
ba4fb71486 refactored tests 2024-05-28 15:34:43 +03:00
IrynaMatveieva
de7b6dddea refactored tests 2024-05-28 11:49:07 +03:00
IrynaMatveieva
7de6bb7647 removed trimQueue and maxQueueSize parameters 2024-05-28 11:08:23 +03:00
IrynaMatveieva
15defc34c3 removed deprecated useRedisQueueForMessagePersistence parameter from config 2024-05-28 09:46:38 +03:00
IrynaMatveieva
d10f7995d7 added additional tests to DefaultTbClusterServiceTest 2024-05-15 12:39:19 +03:00
IrynaMatveieva
74ac5a949f added rule engine controller and send rest api call reply node 2024-05-14 10:05:41 +03:00
IrynaMatveieva
63156a69df added ability to transfer msg to originator default rule chain and set default value for maxRuleNodeExecutionsPerMessage from tenant profile 2024-05-07 13:59:56 +03:00
IrynaMatveieva
2f452e2193 used AttributesScope value names instead of strings 2024-05-06 09:27:39 +03:00
Sergey Matvienko
f2023cf464 math node flaky test fixed 2024-05-03 10:10:18 +02:00
ShvaykaD
9151ba7324 merge with master 2024-04-26 18:11:24 +03:00
Sergey Matvienko
086c63edb4 TbDeviceStateNodeTest refactored to avoid static mocks that fails some time due to concurrent test run 2024-04-25 17:56:19 +02:00
Sergey Matvienko
0fbc89d893 TbChangeOriginatorNodeTest refactored to use init() in @BeforeEach 2024-04-25 17:55:23 +02:00
Oleksandra Matviienko
1756d19820 JUnit5 migration in rule-engine-components
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2024-04-25 13:57:23 +02:00
ShvaykaD
ba195d1a1d move upgrade to java & refactoring after review 2024-04-22 20:24:20 +03:00
ShvaykaD
c43d37480c merge with master 2024-04-22 10:44:59 +03:00
ShvaykaD
0fb35a3844 merge with master 2024-04-16 12:40:04 +03:00
ShvaykaD
daa3c766f0 additional fixes in utils classes and tests 2024-04-16 12:08:28 +03:00
ShvaykaD
27d026821a fixed adter review 2024-04-16 11:56:56 +03:00
IrynaMatveieva
2a18f0c2b6 moved creation of entity view to a separate method 2024-04-15 18:36:13 +03:00
IrynaMatveieva
ae273114ad added tests for save timeseries node 2024-04-12 13:50:07 +03:00
IrynaMatveieva
59d75bf2f1 added tests for send rpc request and reply nodes 2024-04-11 19:27:09 +03:00