Skip to content

Enable Attack Data Download before Test #392

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 16 commits into from
May 2, 2025
Merged

Enable Attack Data Download before Test #392

merged 16 commits into from
May 2, 2025

Conversation

pyth0n1c
Copy link
Contributor

@pyth0n1c pyth0n1c commented Apr 1, 2025

If attack_data repo exists, then
use it instead. otherwise, or
if the file is not found in the
repo, default to a download.

If the file is not found, but we SHOULD have found it, we throw an error at validate time.

This PR supersedes the previous attempt at this implementation:
#374

pyth0n1c and others added 10 commits April 2, 2025 13:15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
attack data cache work
easy to use, intuitive,
and minimally
intrusive for the average
content developer
different prefix, ensure that it exists
via a head request. If it does not
give an exception. otherwise,
ensure just print out that
it exists but is not in a cache
be replayed. this is not required
anymore and is a waste of resources
because these files are no longer
modified in any way during a test.
we used to sometimes modify these
with update_timestamps which is no
longer supported.
pyth0n1c added 2 commits May 2, 2025 12:09
info if those files are available
in the cache
the relevant files are missing from
the attack_data cache
@ljstella ljstella self-requested a review May 2, 2025 19:29
ljstella
ljstella previously approved these changes May 2, 2025
Copy link
Contributor

@ljstella ljstella left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@ljstella ljstella left a comment

Choose a reason for hiding this comment

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

:shipit:

@pyth0n1c pyth0n1c merged commit 2b633b6 into main May 2, 2025
16 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