-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-15001: [R] Fix Parquet datatype test failure #15197
Conversation
wjones127
commented
Jan 4, 2023
•
edited by github-actions
bot
Loading
edited by github-actions
bot
- Closes: [R] Map/list equality tests are failing only on the sanitizer nightlies #15001
@github-actions crossbow submit -g r |
Revision: 821f24c Submitted crossbow builds: ursacomputing/crossbow @ actions-727114207a |
Thanks Will + Jon! FWIW, this started failing for me too when I updated my R version to 4.2.2. I wonder if our docker images are updating the R version at varying frequencies? (Or maybe it's totally unrelated). |
I think the version update + docker images are both probably redherrings. The original (and honestly even the current) way that these tests were/are skipped was/is very sensitive to slight differences in your dev env + location of running. As far as I could tell: the tests themselves would never pass if the fixtures were found — so any passing was actually a symptom of skipping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these test fixups!
@jonkeane I think the test was still skipped https://github.com/apache/arrow/actions/runs/3847573332/jobs/6554198668#step:9:9689 Did you see it run in one of the CI jobs? |
Ack, you're right. I had seen it run, but it must have been a prior run and not that latest one. I'll make an issue + send a PR I think I know what the issue is. |
* Closes: apache#15001 Lead-authored-by: Will Jones <[email protected]> Co-authored-by: Jonathan Keane <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>
Benchmark runs are scheduled for baseline = 040310f and contender = d4a0c9e. d4a0c9e is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
A follow on to #15197 where we actually force these tests when the force-tests job is run + make sure that we look at the root of the filesystem for the fixtures * Closes: #15205 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>
* Closes: apache#15001 Lead-authored-by: Will Jones <[email protected]> Co-authored-by: Jonathan Keane <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>
…15207) A follow on to apache#15197 where we actually force these tests when the force-tests job is run + make sure that we look at the root of the filesystem for the fixtures * Closes: apache#15205 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>
…15207) A follow on to apache#15197 where we actually force these tests when the force-tests job is run + make sure that we look at the root of the filesystem for the fixtures * Closes: apache#15205 Authored-by: Jonathan Keane <[email protected]> Signed-off-by: Jonathan Keane <[email protected]>