Sergey Matvienko
|
efead4abd3
|
tests: fixed LWM2M clientDestroy with PortFinder.isUDPPortAvailable
|
4 months ago |
Sergey Matvienko
|
93192b1f35
|
Merge remote-tracking branch 'ce/lts-4.2' into lts-4.3
# Conflicts:
# application/src/test/java/org/thingsboard/server/transport/lwm2m/AbstractLwM2MIntegrationTest.java
# application/src/test/java/org/thingsboard/server/transport/lwm2m/client/LwM2MTestClient.java
|
4 months ago |
Viacheslav Klimov
|
e4c97a8021
|
Merge pull request #14850 from smatvienko-tb/feature/test-improvements
Test improvements for parallel run in forks
|
4 months ago |
Viacheslav Klimov
|
44d2043a76
|
Merge pull request #14859 from irynamatveieva/lts-4.3/fix-count-query
[LTS-4.3] Fixed count query by tenant on cf_manager init
|
4 months ago |
Viacheslav Klimov
|
7870ea2128
|
Merge pull request #14858 from irynamatveieva/fix/count-query
[LTS-4.2] Fixed count query by tenant on cf_manager init
|
4 months ago |
Viacheslav Klimov
|
72199e2260
|
Merge pull request #14853 from thingsboard/bugfix/propagation-path
Fixed propagation path updates handling for propagation CF
|
4 months ago |
Sergey Matvienko
|
da608805af
|
test example for memory management
|
4 months ago |
Sergey Matvienko
|
29812b0c8d
|
tests: noted how to run tests in parallel fast
|
4 months ago |
Sergey Matvienko
|
342060c54a
|
tests: fixed EdgeImitator usage in controller test by providing Modifiable Deque getDownlinkMsgsDeque
|
4 months ago |
Sergey Matvienko
|
4bd812b6fd
|
tests: LWM2M transport refactored and fixed to run in parallel. Improved UPD port operation experience for stability. additional logs added
|
4 months ago |
Sergey Matvienko
|
a4f755b624
|
tests: refactored blackbox test for LWM2M test client (UDP DatagramSocket instead TCP ServerSocket), ensure UDP socket is available before and after LWM2M client start stop
|
4 months ago |
Sergey Matvienko
|
45da022944
|
tests: bump versions <surefire.version> 3.5.4 <testcontainers.version>1.21.4
|
4 months ago |
Sergey Matvienko
|
a706859711
|
tests: log MockMvc error responses >= 400 for easier investigation
|
4 months ago |
Sergey Matvienko
|
ca948f637f
|
tests: CoapClientX509Test disconnect() is awaiting until UDP fixedPort released. reuse socket removed for UPD isUDPPortAvailable as not useful
|
4 months ago |
Sergey Matvienko
|
59ff87d2bc
|
DeviceProfileDataValidator - refactored validation to allow use-defined ports for LWM@M (also useful for tests in parallel).
Addressing the issue: DeviceProfile object is invalid: [LwM2M Server "Port" value = 53197. This value for security PSK must be 5686!]
|
4 months ago |
Sergey Matvienko
|
94f3019188
|
tests: AbstractCoapSecurityIntegrationTest import cleanup
|
4 months ago |
Sergey Matvienko
|
189c2ac6ae
|
tests: fixed Coap X509 Test client by calling dtlsConnector.destroy() on client.disconnect();
|
4 months ago |
Sergey Matvienko
|
f4334436ff
|
tests: log warn dynamic property coap.bind_port coap.dtls.bind_port
|
4 months ago |
Sergey Matvienko
|
bcfe4c2641
|
tests: coap transport tests refactored to use dynamic UPD ports to be able to test in parallel
|
4 months ago |
Sergey Matvienko
|
9577cb0aee
|
tests: PortFinder.findAvailableUdpPort added
|
4 months ago |
Sergey Matvienko
|
141ac80265
|
tests: transport.mqtt.bind_port is @DynamicPropertySource. Dynamic MQTT port are set in a single AbstractMqttIntegrationTest to be compatible with parallel test run
|
4 months ago |
Sergey Matvienko
|
243fbec930
|
tests: spring.main.banner-mode=off
|
4 months ago |
Sergey Matvienko
|
b35f46a8ee
|
tests: reducing logging noise for dao, cache for CaffeineCacheMetrics
|
4 months ago |
Sergey Matvienko
|
5305ccf180
|
tests: standardizing timeouts to address flakiness in parallel runs and busy CI env
|
4 months ago |
Sergey Matvienko
|
7b9c53d348
|
tests: EdgeImitator - fix for ConcurrentModification at AbstractEdgeTest.validateMsgsCnt:387
|
4 months ago |
Sergey Matvienko
|
9a2489f5b6
|
tests: DefaultTbResourceDataCache destroy cache on bean destroy that fixes flaky test
|
4 months ago |
Sergey Matvienko
|
2c533c0f86
|
tests: reducing logging noise
|
5 months ago |
Sergey Matvienko
|
8599020aed
|
Tests: Rock DB location moved to the target for safe surefire parallel fork run and easy clean by maven
|
5 months ago |
Sergey Matvienko
|
f4e2ebde54
|
Tests Edge - replaced port 7070 with dynamic port to allow parallel tests in surefire forks
|
5 months ago |
Sergey Matvienko
|
1b190b84e5
|
RocksDB log ingested init path on debug level
|
5 months ago |
Vladyslav Prykhodko
|
0e4f971008
|
Merge pull request #14866 from thingsboard/lts-4.2
Merge lts-4.2 to lts-4.3
|
4 months ago |
Vladyslav_Prykhodko
|
a7fa6e6d31
|
UI: Fixed help link for API key
|
4 months ago |
Vladyslav_Prykhodko
|
a2116dc2f6
|
UI: Fixed CVE-2026-22610
|
4 months ago |
Maksym Tsymbarov
|
19d50f1484
|
Fixed send rpc and segmented button widgets
|
4 months ago |
IrynaMatveieva
|
a388fc2558
|
Merge remote-tracking branch 'origin/fix/count-query' into lts-4.3/fix-count-query
|
4 months ago |
IrynaMatveieva
|
73fa6734c4
|
updated error message on cf init
|
4 months ago |
IrynaMatveieva
|
b61302f2b6
|
Merge remote-tracking branch 'origin/fix/count-query' into lts-4.3/fix-count-query
|
4 months ago |
Sergey Matvienko
|
924c9cf5d0
|
hotfix count query by tenant on cf_manager init
|
4 months ago |
dshvaika
|
41cb827c62
|
Added missing logic to handle propagation path updates
|
4 months ago |
Viacheslav Klimov
|
e9ad3e2151
|
Merge pull request #14846 from thingsboard/lts-4.2
LTS to RC
|
5 months ago |
Vladyslav Prykhodko
|
189fcee502
|
Merge pull request #14845 from vvlladd28/improvement/locale/190126
Added local hi_IN and updated locales da_DK, de_DE, fr_FR, it_IT, ja_JP, nl_NL, tr_TR
|
5 months ago |
Vladyslav_Prykhodko
|
3966b3ef5a
|
UI: Fixed ja_JP plural locale maximum-datasources
|
5 months ago |
Vladyslav_Prykhodko
|
73c822ea56
|
UI: Added local hi_IN and updated locales da_DK, de_DE, fr_FR, it_IT, ja_JP, nl_NL, tr_TR
|
5 months ago |
Vladyslav_Prykhodko
|
760250f439
|
UI: Fixed types build
|
5 months ago |
ArtemDzhereleiko
|
b71333e2cc
|
UI: Gateway release 4.3.0
|
5 months ago |
Vladyslav Prykhodko
|
d368589ebb
|
Merge pull request #14839 from ArtemDzhereleiko/AD/gateway/release/4.2
Update gateway dashboard branch
|
5 months ago |
ArtemDzhereleiko
|
793bf08549
|
UI: update branch
|
5 months ago |
Viacheslav Klimov
|
dd9803591c
|
Merge pull request #14835 from irynamatveieva/cf-debug-event-types
Calculated fields debug event types
|
5 months ago |
Viacheslav Klimov
|
df5b3bb709
|
Merge pull request #14841 from irynamatveieva/fix/cf-tests
Fixed calculated fields tests
|
5 months ago |
IrynaMatveieva
|
294c7ff661
|
fixed tests
|
5 months ago |