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

AWS: Properly handle requests to list the file system #698

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Sep 26, 2024

AWS won't support listing the file system. However, since CodeOcean calls the method for each runner, this would yield an error every time. We want to avoid these errors and hence just handle this more gracefully.

@MrSerth MrSerth added the bug Something isn't working label Sep 26, 2024
@MrSerth MrSerth self-assigned this Sep 26, 2024

This comment was marked as off-topic.

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 76.19%. Comparing base (636a30e) to head (7abb175).

Files with missing lines Patch % Lines
internal/api/runners.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #698      +/-   ##
==========================================
+ Coverage   76.11%   76.19%   +0.08%     
==========================================
  Files          43       43              
  Lines        3676     3676              
==========================================
+ Hits         2798     2801       +3     
+ Misses        642      640       -2     
+ Partials      236      235       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant