forked from google/openhtf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update openhtf to latest #10
Merged
Merged
Conversation
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
Update mfg_event.proto fixed typos and closed open brackets (google#807) fixed typos and closed open brackets (google#807)
addressed the comment "80 character/line"
PiperOrigin-RevId: 591987889
* Use coveralls github action with parallel enabled instead of manual coveralls Coveralls is failing on recent runs so lets migrate to the current latest way to use it.
PiperOrigin-RevId: 595811149
PiperOrigin-RevId: 599572897
PiperOrigin-RevId: 609710498
PiperOrigin-RevId: 609731164
Add set_time_millis to measurement
util.time_millis()
PiperOrigin-RevId: 610505584
PiperOrigin-RevId: 611501984
PiperOrigin-RevId: 611654940
PiperOrigin-RevId: 629744966
PiperOrigin-RevId: 647863738
PiperOrigin-RevId: 648569333
With larger and larger amounts of data being uploaded by more modern DUTs and tester software, we are seeing runs taking even longer to upload and get responses from servers. PiperOrigin-RevId: 654894515
PiperOrigin-RevId: 655792001
Fix typo in link
PiperOrigin-RevId: 658883604
…le#1170) * Update coveralls version to 2.3.0 in continuous_integration.yml * Install libevent-dev dependency in continuous_integration.yml
Example: D 15:53:01 <test 81684> - Executing phase passing_phase (from passing_phase at phase_descriptor_test.py:92) PiperOrigin-RevId: 668516153
* Update Python versions tested against, and stop using deprecated setuptools test feature.
…been validated Without this patch, phase with multidims will always fail if using that option even if all multdims have been set. PiperOrigin-RevId: 683385501
* Remove setup.py and cfg, relying on pyproject.toml * Update CONTRIBUTING.md, fixed readme path
PiperOrigin-RevId: 689538970
… being passed to the API. (google#1179) FUTURE_COPYBARA_INTEGRATE_REVIEW=google#1176 from google:dependabot/pip/pip-9d732ab251 f1af8f8 PiperOrigin-RevId: 691469173 Co-authored-by: glados-verma <[email protected]>
…etrying "forever". Originally the default was to repeat forever, which was changed to 3 at some point, without updating the documentation. PiperOrigin-RevId: 691482935
Also updated the README for web_gui development
Updates the requirements on [tornado](https://github.com/tornadoweb/tornado) to permit the latest version. Updates `tornado` to 6.4.1 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v4.3.0...v6.4.1) --- updated-dependencies: - dependency-name: tornado dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PiperOrigin-RevId: 691863509
Automate several manual changes made in google@16b0c05 * [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) * [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `actions/setup-python` from 3 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v5) Updates `pypa/gh-action-pypi-publish` from 1.4.2 to 1.12.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@27b3170...61da13d) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorizedSession allows us to persist connections across multiple requests to the same host. This means the manufacturing inspector client will re-use existing connections from the pool which reduces overhead and latency. Requests are processed faster and sessions automatically handle keep-alive connections. Additionally, session related data (e.g. auth) is persisted which improves performance. Given our partial uploader implementation, this will be beneficial to both client and server. PiperOrigin-RevId: 693813461
…1193) Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.0 to 1.12.2 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@61da13d...15c56db) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
PiperOrigin-RevId: 695754289
…le#1185) Test on current versions of Python. * https://devguide.python.org/versions
PiperOrigin-RevId: 695929302
PiperOrigin-RevId: 696280022
…-all-unused-imports .
PiperOrigin-RevId: 696639286
…1201) Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@15c56db...67339c7) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ith pass outcome (google#1203) * Allow graceful termination if run_if throws exception * Returning exception to make sure test is stopped on error * Fixed indentation * Using htf_test for unit testing * using assertTestError
PiperOrigin-RevId: 708324379
thealastair
approved these changes
Jan 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
FYI the branches aren't protected so I added a branch
halter-mods
at the previousmaster
and I just force-pushed master back to the last actual openhtf commit, and then updated the fork from upstream. Please keep master clean 🚮