-
-
Notifications
You must be signed in to change notification settings - Fork 634
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: put failed transaction in correct queue after recovering unrespo…
…nsive controller (#6507)
- Loading branch information
Showing
3 changed files
with
228 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
...rc/lib/test/driver/fixtures/sendDataMissingCallbackImmediateToSleepingNode/7e570001.jsonl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{"k":"cacheFormat","v":1} | ||
{"k":"node.1.isListening","v":true} | ||
{"k":"node.1.isFrequentListening","v":false} | ||
{"k":"node.1.isRouting","v":true} | ||
{"k":"node.1.supportedDataRates","v":[40000,9600,100000]} | ||
{"k":"node.1.protocolVersion","v":3} | ||
{"k":"node.1.nodeType","v":"Controller"} | ||
{"k":"node.1.supportsSecurity","v":false} | ||
{"k":"node.1.supportsBeaming","v":true} | ||
{"k":"node.1.deviceClass","v":{"basic":2,"generic":2,"specific":7}} | ||
{"k":"node.1.endpoint.0.commandClass.0x72","v":{"isSupported":true,"isControlled":false,"secure":false,"version":0}} | ||
{"k":"node.1.endpoint.0.commandClass.0x86","v":{"isSupported":true,"isControlled":false,"secure":false,"version":0}} | ||
{"k":"node.1.endpoint.0.commandClass.0x20","v":{"isSupported":false,"isControlled":true,"secure":false,"version":0}} | ||
{"k":"node.1.endpoint.0.commandClass.0x60","v":{"isSupported":false,"isControlled":true,"secure":false,"version":0}} | ||
{"k":"node.1.interviewStage","v":"Complete"} | ||
|
||
// Node 2 can sleep | ||
{"k":"node.2.isListening","v":false} | ||
{"k":"node.2.isFrequentListening","v":false} | ||
{"k":"node.2.isRouting","v":true} | ||
{"k":"node.2.supportedDataRates","v":[40000,9600,100000]} | ||
{"k":"node.2.protocolVersion","v":3} | ||
{"k":"node.2.nodeType","v":"End Node"} | ||
{"k":"node.2.supportsSecurity","v":false} | ||
{"k":"node.2.supportsBeaming","v":true} | ||
{"k":"node.2.deviceClass","v":{"basic":4,"generic":6,"specific":1}} | ||
{"k":"node.2.endpoint.0.commandClass.0x20","v":{"isSupported":true,"isControlled":false,"secure":false,"version":2}} | ||
// Wakeup: | ||
{"k":"node.2.endpoint.0.commandClass.0x84","v":{"isSupported":true,"isControlled":false,"secure":false,"version":1}} | ||
{"k":"node.2.securityClasses.S2_AccessControl","v":false} | ||
{"k":"node.2.securityClasses.S2_Authenticated","v":false} | ||
{"k":"node.2.securityClasses.S2_Unauthenticated","v":false} | ||
{"k":"node.2.securityClasses.S0_Legacy","v":false} | ||
{"k":"node.2.interviewStage","v":"Complete"} | ||
{"k":"node.2.hasSUCReturnRoute","v":true} | ||
|
||
// Node 3 can't | ||
{"k":"node.3.isListening","v":true} | ||
{"k":"node.3.isFrequentListening","v":false} | ||
{"k":"node.3.isRouting","v":true} | ||
{"k":"node.3.supportedDataRates","v":[40000,9600,100000]} | ||
{"k":"node.3.protocolVersion","v":3} | ||
{"k":"node.3.nodeType","v":"End Node"} | ||
{"k":"node.3.supportsSecurity","v":false} | ||
{"k":"node.3.supportsBeaming","v":true} | ||
{"k":"node.3.deviceClass","v":{"basic":4,"generic":6,"specific":1}} | ||
{"k":"node.3.endpoint.0.commandClass.0x20","v":{"isSupported":true,"isControlled":false,"secure":false,"version":2}} | ||
{"k":"node.3.securityClasses.S2_AccessControl","v":false} | ||
{"k":"node.3.securityClasses.S2_Authenticated","v":false} | ||
{"k":"node.3.securityClasses.S2_Unauthenticated","v":false} | ||
{"k":"node.3.securityClasses.S0_Legacy","v":false} | ||
{"k":"node.3.interviewStage","v":"Complete"} | ||
{"k":"node.3.hasSUCReturnRoute","v":true} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters