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

chore: produce core files in regtests #4185

Merged
merged 1 commit into from
Nov 25, 2024
Merged

chore: produce core files in regtests #4185

merged 1 commit into from
Nov 25, 2024

Conversation

romange
Copy link
Collaborator

@romange romange commented Nov 25, 2024

Should work only for self-hosted runners.
The core files will be kept in /var/crash/
We also copy automatically dragonfly binary into /var/crash to be able to debug later.

Should work only for self-hosted runners.
The core files will be kept in /var/crash/
We also copy automatically dragonfly binary into /var/crash to be able to debug later.

Signed-off-by: Roman Gershman <[email protected]>
@romange romange requested a review from adiholden November 25, 2024 16:31
@@ -15,7 +15,7 @@ pytest-repeat==0.9.3
pymemcache==4.0.0
prometheus_client==0.17.0
aiohttp==3.10.2
numpy==1.24.3
numpy
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this change?

Copy link
Collaborator Author

@romange romange Nov 25, 2024

Choose a reason for hiding this comment

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

because numpy is better to install via apt and its version depends on each linux distribution.
our regest code does not rely on a specific numpy version

Comment on lines +64 to +65
if: failure()
run: |
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure if you "tested" this. I can inject a failure to make sure that it works if you can wait until tomorrow.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i tested this.

@romange romange enabled auto-merge (squash) November 25, 2024 16:53
@romange romange merged commit 2c663f3 into main Nov 25, 2024
9 checks passed
@romange romange deleted the RegTests branch November 25, 2024 17:13
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.

2 participants