-
-
Notifications
You must be signed in to change notification settings - Fork 405
Add gRPC testsuite #1806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add gRPC testsuite #1806
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
874d2e2
testsuite: Added helper functions to handle test envs
cmaglie dae3242
testsuite: Added helper functions to run arduino-cli
cmaglie 9679f1c
testsuite: Added colored output to arduino-cli Run helper
cmaglie 46c381e
testsuite: Pass cli config through env variables
cmaglie 9ae6760
testsuite: added env commands to download and extract files
cmaglie 1465a20
testsuite: added commands to start cli daemon and run some gRPC calls
cmaglie f53c673
testsuite: moved test harness inside 'internal' package
cmaglie 82e98ee
testsuite: added first daemon test for gRPC board watch
cmaglie b453bca
testsuite: added http server helper
cmaglie db39fb0
testsuite: added JSON helpers
cmaglie f2c886e
testsuite: Added possibility to use shared download staging folder
cmaglie 1ab2ef4
testsuite: Converted a core_test.py test (WIP)
cmaglie eac1356
REMOVEME: Deactivate daemon integration test for now
cmaglie 2631e96
testsuite: force colored output
cmaglie 330b51d
testsuite: moved all generic subroutines into their own library
cmaglie b886381
testsuite: moved daemon test in his own dir
cmaglie a9d73c2
fixed typo
cmaglie f3c1463
testsuite: added some helpers to improve daemon testing
cmaglie 94ba9ac
testsuite: added test for #1614
cmaglie 688f7af
Removed converted test
cmaglie 9fea578
testsuite: perform build before test
cmaglie 0c282cd
Added missing comment
cmaglie 55833f8
Renamed test file
cmaglie eea3ec9
Skip failing tests
cmaglie ca557ac
Updated licensed cache
cmaglie a929ff7
re-enable test for fixed bug
cmaglie 1953902
testsuite: disable postinstall
cmaglie 0896f4c
Removed useless startDaemon
cmaglie f21e86c
Renamed inst -> grpcInst
cmaglie d977ffe
Close daemon gRPC connection on test cleanup
cmaglie 82e47d3
Added comment
cmaglie 87561fe
Apply suggestions from code review
cmaglie 757fa06
Update internal/integrationtest/arduino-cli.go
cmaglie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,33 @@ | ||
--- | ||
name: github.com/rivo/uniseg | ||
version: v0.2.0 | ||
type: go | ||
summary: 'Package uniseg implements Unicode Text Segmentation according to Unicode | ||
Standard Annex #29 (http://unicode.org/reports/tr29/).' | ||
homepage: https://pkg.go.dev/github.com/rivo/uniseg | ||
license: mit | ||
licenses: | ||
- sources: LICENSE.txt | ||
text: | | ||
MIT License | ||
|
||
Copyright (c) 2019 Oliver Kuederle | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
notices: [] |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.