chore: add socket based tests for the new APIs #2233
ci.yml
on: pull_request
Matrix: test
Lint Commit Messages
17s
lint
21s
Build Package
11s
Test Semantic Release
49s
release
0s
Annotations
4 errors
|
Lint Commit Messages
You have commit messages with errors
⧗ input: parent df183d194fe70aef6dcf3cac3923df18d2cda648
author Allen Porter <allen.porter@gmail.com> 1765755996 -0800
committer Allen Porter <allen.porter@gmail.com> 1765758088 -0800
chore: add socket based tests for the new APIs
This adds socket based tests for the new API so we can have tests that exercise the exact byte streams that are sent and received, similar to the old API. These currently are testing the lower level "session" and "channel" just to get the request infrastructure ready to be used in a real end to end device manaver tests.
This violates our rule that tests align with a module, but this is an exception given its for end to end tests.
chore: fix lint errors for new APIs
chore: share test code between e2e tests and mqtt tests
chore: share test fixtures
chore: fix lint errors for new APIs
chore: share test code between e2e tests and mqtt tests
chore: share test fixtures
chore: fix lint errors in tests
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
⚠ body must have leading blank line [body-leading-blank]
✖ found 2 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
|
lint
Process completed with exit code 1.
|
|
test (3.14)
Process completed with exit code 1.
|
|
test (3.11)
Process completed with exit code 1.
|