feat: Generic start strategy #4066
Annotations
7 errors and 1 warning
test/adapter/z-stack/adapter.test.ts > zstack-adapter > should restore unified backup with 3.0.x adapter and create backup - no tclk seed:
src/adapter/adapter.ts#L231
Error: Coordinator backup is corrupted (Error: Current backup file is not for zStack.)
❯ ZStackAdapter.getStoredBackup src/adapter/adapter.ts:231:19
❯ ZStackAdapter.initNetwork src/adapter/adapter.ts:127:29
❯ ZStackAdapter.start src/adapter/z-stack/adapter/zStackAdapter.ts:145:29
❯ test/adapter/z-stack/adapter.test.ts:1542:24
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > should (recommission) restore unified backup with 1.2 adapter and create backup - empty:
src/adapter/adapter.ts#L231
Error: Coordinator backup is corrupted (Error: Current backup file is not for zStack.)
❯ ZStackAdapter.getStoredBackup src/adapter/adapter.ts:231:19
❯ ZStackAdapter.initNetwork src/adapter/adapter.ts:127:29
❯ ZStackAdapter.start src/adapter/z-stack/adapter/zStackAdapter.ts:145:29
❯ test/adapter/z-stack/adapter.test.ts:1564:24
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > should restore legacy backup with 3.0.x adapter - empty:
src/adapter/adapter.ts#L231
Error: Coordinator backup is corrupted (Error: Current backup file is not for zStack.)
❯ ZStackAdapter.getStoredBackup src/adapter/adapter.ts:231:19
❯ ZStackAdapter.initNetwork src/adapter/adapter.ts:127:29
❯ ZStackAdapter.start src/adapter/z-stack/adapter/zStackAdapter.ts:145:29
❯ test/adapter/z-stack/adapter.test.ts:1787:24
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > should fail to start with 3.0.x adapter - commissioned, config-adapter mismatch:
test/adapter/z-stack/adapter.test.ts#L1848
AssertionError: expected [Function] to throw error including 'startup failed - configuration-adapte…' but got 'network commissioning failed - panId …'
Expected: "startup failed - configuration-adapter mismatch - see logs above for more information"
Received: "network commissioning failed - panId collision detected (expected=124, actual=123)"
❯ test/adapter/z-stack/adapter.test.ts:1848:9
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > should start with runInconsistent option with 3.0.x adapter - commissioned, config-adapter mismatch:
src/adapter/z-stack/adapter/manager.ts#L227
Error: network commissioning failed - panId collision detected (expected=124, actual=123)
❯ ZnpAdapterManager.beginCommissioning src/adapter/z-stack/adapter/manager.ts:227:19
❯ ZnpAdapterManager.reset src/adapter/z-stack/adapter/manager.ts:93:13
❯ ZStackAdapter.formNetwork src/adapter/z-stack/adapter/zStackAdapter.ts:193:20
❯ ZStackAdapter.initNetwork src/adapter/adapter.ts:163:36
❯ ZStackAdapter.start src/adapter/z-stack/adapter/zStackAdapter.ts:145:29
❯ test/adapter/z-stack/adapter.test.ts:1872:24
|
test/adapter/z-stack/adapter.test.ts > zstack-adapter > should start with 3.0.x adapter - backward-compat - reversed extended pan id:
test/adapter/z-stack/adapter.test.ts#L1900
AssertionError: expected 'restored' to be 'resumed' // Object.is equality
Expected: "resumed"
Received: "restored"
❯ test/adapter/z-stack/adapter.test.ts:1900:24
|
ci
Process completed with exit code 1.
|
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|