Skip to content
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 55 commits into from
Jan 8, 2025
Merged

Conversation

jonny12375
Copy link

FYI the branches aren't protected so I added a branch halter-mods at the previous master and I just force-pushed master back to the last actual openhtf commit, and then updated the fork from upstream. Please keep master clean 🚮

iHarshit15 and others added 30 commits December 14, 2023 17:11
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"
* 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: 609710498
Add set_time_millis to measurement
util.time_millis()
PiperOrigin-RevId: 610505584
PiperOrigin-RevId: 611501984
PiperOrigin-RevId: 629744966
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
…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
copybara-service bot and others added 25 commits October 30, 2024 10:48
… 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>
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>
…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
@jonny12375 jonny12375 merged commit 3b6566f into halter-mods Jan 8, 2025
5 of 17 checks passed
@jonny12375 jonny12375 deleted the feat/update-openhtf-jan2025 branch January 8, 2025 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants