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

Improve Github Artifacts database #3636

Merged
merged 12 commits into from
May 4, 2023

Conversation

agucova
Copy link
Contributor

@agucova agucova commented May 4, 2023

As a follow-up on #3576, I've added some improvements to the artifacts database:

  • Fixed a bug that was triggered on repositories without any pre-existing artifacts
  • Clarified the documentation on the use of tokens, given that public access still requires a personal token.
  • Added an example of an Actions workflow using the database.

For now, I've decided to only exemplify basic workflows that enable sharing the example database of normal hypothesis runs (essentially making replication of CI failures a little faster).

Hypofuzz isn't supported yet, as we still need to figure out the data race, plus update Hypofuzz to support changes in Hypothesis's internal API.

@agucova agucova marked this pull request as ready for review May 4, 2023 19:15
@agucova
Copy link
Contributor Author

agucova commented May 4, 2023

Ok, the PR is stable now.

Copy link
Member

@Zac-HD Zac-HD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again Agustín, this looks great! I've left a few comments below, and will merge soon 😁

hypothesis-python/src/hypothesis/database.py Outdated Show resolved Hide resolved
hypothesis-python/src/hypothesis/database.py Outdated Show resolved Hide resolved
hypothesis-python/src/hypothesis/database.py Outdated Show resolved Hide resolved
agucova and others added 3 commits May 4, 2023 17:48
Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
@Zac-HD Zac-HD enabled auto-merge May 4, 2023 22:29
@Zac-HD Zac-HD merged commit 7eeae2a into HypothesisWorks:master May 4, 2023
49 checks passed
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.

None yet

2 participants