Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

fix broken import in binary size artifacts collection script #1527

Merged
merged 1 commit into from
Mar 30, 2021

Conversation

turingcompl33t
Copy link
Contributor

In PR #1470 I refactored some of the Python testing scripts. What I neglected to account for in this refactor is the fact that some (in this particular case, one) function I modified was imported and used in another script run in the nightly artifacts collection. I changed both the name and the semantics of the function, resulting in a runtime failure when the nightly artifacts stats collection was run in the nightly CI pipeline. This PR fixes this issue by updating the binary size artifact collection script to use the updated function.

@turingcompl33t turingcompl33t added bug Something isn't working (correctness). Mark issues with this. infrastructure Infrastructure related issues or changes (CMake, dependencies, CI) ready-for-ci Indicate that this build should be run through CI. ready-for-review This PR passes all checks and is ready to be reviewed. Mark PRs with this. labels Mar 30, 2021
Copy link
Member

@apavlo apavlo left a comment

Choose a reason for hiding this comment

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

lgtm

@apavlo apavlo merged commit 1279176 into cmu-db:master Mar 30, 2021
@turingcompl33t turingcompl33t deleted the bugfix-nightly-artifact-stats branch April 2, 2021 13:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working (correctness). Mark issues with this. infrastructure Infrastructure related issues or changes (CMake, dependencies, CI) ready-for-ci Indicate that this build should be run through CI. ready-for-review This PR passes all checks and is ready to be reviewed. Mark PRs with this.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants