zhouzb
ddd68e600d
Fix missing cases
2019-09-29 15:32:53 +08:00
Feng Lee
fe2a72c664
Add 'state' field to channel info
2019-09-29 11:47:31 +08:00
Feng Lee
e8491b69a9
Merge branch 'clientinfo' into develop
2019-09-29 11:00:24 +08:00
Feng Lee
977b551bbf
Fix the test cases for session, channel and connection modules
2019-09-29 10:53:59 +08:00
Feng Lee
8ab682151d
Improve the connection and channel modules
...
- Rename the 'client_id' field to 'clientid'
- Support publish stats in channel module
- Update test cases for frame and channel modules
2019-09-29 10:22:02 +08:00
tigercl
9fed1667bb
Merge pull request #2921 from emqx/ct-metrics
...
Add test cases for new/1, all/0 functions
2019-09-29 09:59:59 +08:00
Feng Lee
fcb1b83495
Rename the 'client_id' option to 'clientid'
2019-09-28 10:06:16 +08:00
Feng Lee
7b1a80c265
Rename 'mailbox_len' to 'message_queue_len'
2019-09-27 20:26:54 +08:00
Feng Lee
89b03eb9a6
Add function specs
2019-09-24 17:08:06 +08:00
Feng Lee
609f442ea9
Add function 'get_counters/1'
2019-09-24 17:07:32 +08:00
Feng Lee
20ddd498fc
Rename the 'client_id' field to 'clientid'
2019-09-24 17:06:25 +08:00
Feng Lee
1a5c10bd6f
Depends on 'develop' branch of emqtt
2019-09-24 15:47:36 +08:00
Feng Lee
2790ab318d
Rename 'client_id' field to 'client'
2019-09-24 13:53:46 +08:00
turtleDeng
af9fb08bed
Merge pull request #2925 from emqx/develop
...
Fix emqx_cm_SUITE failed
2019-09-21 16:28:41 +08:00
JianBo He
26e1d3bcef
Fix emqx_cm_SUITE failed
2019-09-21 16:22:33 +08:00
Feng Lee
98b7e3d948
Rename the type 'client()' to 'client_info()'
...
- Rename tye type 'client()' to 'client_info()'
- Rename the 'client' field of channel to 'client_info'
- Fix the function specs
2019-09-21 15:27:05 +08:00
zhanghongtong
7b3dd60596
Merge remote-tracking branch 'origin/develop'
2019-09-21 15:15:28 +08:00
terry-xiaoyu
18b401d5fc
Fix testcases for new object field protocol
2019-09-21 13:50:18 +08:00
terry-xiaoyu
eb0826ef3f
Fix testcases for new object field protocol
2019-09-21 12:37:08 +08:00
terry-xiaoyu
18edf5cec3
Add protocol in client object
2019-09-21 12:20:20 +08:00
Feng Lee
d945ee4972
Add test cases for new/1, all/0 functions
2019-09-20 23:25:19 +08:00
terry-xiaoyu
ab9d7232a9
Reset peerport
2019-09-20 22:57:01 +08:00
Feng Lee
8ef7f04d26
Merge branch 'develop' of github.com:emqx/emqx into develop
2019-09-20 22:42:49 +08:00
Feng Lee
699fea4869
Sleep 100 milliseconds
2019-09-20 22:42:33 +08:00
terry-xiaoyu
464746e9a5
Add peerport
2019-09-20 22:42:07 +08:00
terry-xiaoyu
0bd69ba059
Fix connack reason code when crash
2019-09-20 22:30:16 +08:00
terry-xiaoyu
b29ceb9f6b
Fix connack reason code when crash
2019-09-20 22:27:02 +08:00
terry-xiaoyu
d0908bc70f
Improve the pipeline error msg
2019-09-20 21:40:15 +08:00
terry-xiaoyu
9e1f1b22c3
Fix typo
2019-09-20 21:35:02 +08:00
terry-xiaoyu
1decab9369
Fix channel crash before CONNECT
2019-09-20 21:30:18 +08:00
zhouzb
db1cf4469b
Fix crash
2019-09-20 20:27:08 +08:00
tigercl
b72a82e50b
Merge pull request #2919 from emqx/fix-test-cases
...
Add 'unregister_channel/1' function and test cases
2019-09-20 19:57:47 +08:00
Feng Lee
d0a8086d73
Add 'unregister_channel/1' function and test cases
2019-09-20 19:42:59 +08:00
terry-xiaoyu
a108f292c2
Ensure expiry_interval expired in testcase
2019-09-20 19:26:56 +08:00
terry-xiaoyu
2c07fc310e
Unload meck before testcase ends
2019-09-20 19:15:35 +08:00
terry-xiaoyu
3a39442a1c
Update testcases for session module
2019-09-20 18:50:31 +08:00
zhouzb
fd455e57eb
Fix the test case 't_mod_presence'
2019-09-20 18:38:28 +08:00
terry-xiaoyu
4d214fb6e2
Fix session not saved after maybe_resume_session
2019-09-20 18:28:44 +08:00
zhouzb
f0a1ffc3b1
Fix test case
2019-09-20 17:58:31 +08:00
Feng Lee
6aac73f51f
Fix the test case 't_handle_disconnect'
2019-09-20 16:48:21 +08:00
Feng Lee
a9daa3c821
Fix the merge conflicts
2019-09-20 16:38:02 +08:00
Feng Lee
45eee42c76
Remove the emqx_protocol module and use 'conninfo' to store the MQTT CONNECT fields ( #2914 )
...
* Use 'peerhost' to replace 'peername'
* Add more functions
* Export type 'opts/0'
* Use 'peerhost' to replace 'peername'
* Add function 'get_caps/3'
* Rename 'get|set_property' fuctions to 'get|set'
* Improve the 'open_session/3' API
* Remove the function 'update_expiry_interval/2'
* Rewrite the 'presence' extended module
* Update the 'attrs/1' and 'handle_timeout/3' functions
* Update test cases
* Rewrite the test cases for extended modules
* Add test cases for 'reason/1'
* Remove the default value of 'headers' field
* Add function 'get_flags/1' for test
* Add test case 't_undefined_headers'
* Add test cases for emqx_ctl module
* Improve the 'channel' module and add more test cases
- Rename the 'Client' field to 'ClientInfo'
- Remove the 'expiry_interval' from session record
- Add more test cases for emqx_zone module
- Add more test cases for emqx_banned module
- Add more test cases for emqx_message module
- Remove 'sockname', 'conn_mod' fields from type 'client'
* Fix the type specs for cmd usage
2019-09-20 16:21:39 +08:00
terry-xiaoyu
b5c9def06a
Add testcases for print and usage
2019-09-20 16:18:24 +08:00
Feng Lee
1a3261b186
Merge branch 'develop' into remove-protocol-module
2019-09-20 16:17:44 +08:00
zhouzb
24bfaa768d
Call emqx_flapping:detect and generate alarm when flapping is detected
2019-09-20 15:01:51 +08:00
zhouzb
a9dd94b2b5
Improve mechanism of waiting for session to expire
2019-09-20 15:01:51 +08:00
terry-xiaoyu
bd33441720
Fix the type specs for cmd usage
2019-09-20 14:55:11 +08:00
Feng Lee
3202ed2392
Improve the 'channel' module and add more test cases
...
- Rename the 'Client' field to 'ClientInfo'
- Remove the 'expiry_interval' from session record
- Add more test cases for emqx_zone module
- Add more test cases for emqx_banned module
- Add more test cases for emqx_message module
- Remove 'sockname', 'conn_mod' fields from type 'client'
2019-09-20 14:38:16 +08:00
Feng Lee
81e2f47126
Add test cases for emqx_ctl module
2019-09-20 13:47:05 +08:00
Feng Lee
8ecc9ab88a
Add test case 't_undefined_headers'
2019-09-19 11:53:29 +08:00