[GH-ISSUE #471] Mocking with Tensorflow APIs #89

Open
opened 2026-03-03 12:08:12 +03:00 by kerem · 1 comment
Owner

Originally created by @trisongz on GitHub (Apr 1, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/471

Hi, I ran across this project and after looking through the issues, I wasn't able to find any other comments related to this, so I had a few questions.

My particular use case would be to test and see whether specific Tensorflow APIs would detect the endpoint as a GCS object.

  • Would you happen to know whether the mock endpoint is recognized in Google Cloud's logging as GCS?
  • Assuming it is recognized, what would be some factors to consider that would affect performance besides network bandwidth, disk I/O, CPU and RAM, for doing large batched file reads (20x100MB every 30 seconds)?

If there aren't currently answers to the above, then I'll probably look to figure it out and report back, but if there are, it would be helpful as a starting point. Thanks!

Originally created by @trisongz on GitHub (Apr 1, 2021). Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/471 Hi, I ran across this project and after looking through the issues, I wasn't able to find any other comments related to this, so I had a few questions. My particular use case would be to test and see whether specific Tensorflow APIs would detect the endpoint as a GCS object. - Would you happen to know whether the mock endpoint is recognized in Google Cloud's logging as GCS? - Assuming it is recognized, what would be some factors to consider that would affect performance besides network bandwidth, disk I/O, CPU and RAM, for doing large batched file reads (20x100MB every 30 seconds)? If there aren't currently answers to the above, then I'll probably look to figure it out and report back, but if there are, it would be helpful as a starting point. Thanks!
Author
Owner

@fsouza commented on GitHub (Apr 2, 2021):

Hey @trisongz, thanks for opening this issue. Unfortunately I do not know the answer to those questions, but I assume the logging format would not be recognized, since we're having the default log format provided by gorilla/handlers and I imagine Tensorflow would expect some form of structured log.

Feel free to dig into this and let me know if I can help in any way.

<!-- gh-comment-id:812731200 --> @fsouza commented on GitHub (Apr 2, 2021): Hey @trisongz, thanks for opening this issue. Unfortunately I do not know the answer to those questions, but I assume the logging format would not be recognized, since we're having the default log format provided by [gorilla/handlers](https://github.com/gorilla/handlers) and I imagine Tensorflow would expect some form of structured log. Feel free to dig into this and let me know if I can help in any way.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#89
No description provided.