mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[GH-ISSUE #1531] Panic runtime error on 1.47.8 #205
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nordnet-robkui on GitHub (Mar 12, 2024).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1531
We're using the fake-gcs-server container for tests in our application. We're getting the error message below when using the latest version 1.47.8. Running these tests locally using Mac M1 works fine with 1.47.8, but not on Linux (debian:12.5-slim). Downgrading to 1.47.7 makes it work fine everywhere.
@fsouza commented on GitHub (Mar 13, 2024):
Hmm that's interesting, I don't see anything in 1.47.8 that could've caused this (unless it's caused by a dependency upgrade).
Do you have more logs? The stacktrace is cut-off there. Alternatively, can you provide instructions for reproducing the issue? Thanks!
@nordnet-robkui commented on GitHub (Mar 14, 2024):
Thanks for responding. I don't have anymore logs right now, but I'm aiming to create a reproducible stripped example. I just need to find some time at work. I'll get back to you when I got more data/logs.
The interesting part is that it worked fine last week on our Linux build server 😅 So, in essence it worked for some time using the new version, but then all of a sudden it didn't.
@glebbash commented on GitHub (Mar 20, 2024):
We also see this problem, 1.47.8 works fine on CI but we get test timeouts locally on both Linux and MacOS. 1.47.7 has no such issues.
@fsouza commented on GitHub (Mar 23, 2024):
Given that between 1.47.7 and 1.47.8 the only difference was that we bumped some dependencies, can you give that another shot now that 1.48.0 is out?
@nordnet-robkui commented on GitHub (Mar 25, 2024):
I just tried 1.48.0 and it seems to work fine on my small example 👍 I'll try it out on all our tests.
@glebbash commented on GitHub (Mar 25, 2024):
Same here, 1.48 fixed the issue 🎇
@nordnet-robkui commented on GitHub (Mar 25, 2024):
Our tests pass using 1.48.0. I'm closing the issue.