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

chore: fix replay bugs #2653

Merged
merged 10 commits into from Nov 7, 2022
Merged

chore: fix replay bugs #2653

merged 10 commits into from Nov 7, 2022

Conversation

cisse21
Copy link
Member

@cisse21 cisse21 commented Nov 4, 2022

Description

Fixing replay bugs that occurred while replaying for recroom

Notion Ticket

Notion Link

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Base: 43.74% // Head: 43.69% // Decreases project coverage by -0.05% ⚠️

Coverage data is based on head (e612308) compared to base (00ba231).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2653      +/-   ##
==========================================
- Coverage   43.74%   43.69%   -0.06%     
==========================================
  Files         187      191       +4     
  Lines       39993    40483     +490     
==========================================
+ Hits        17494    17688     +194     
- Misses      21403    21690     +287     
- Partials     1096     1105       +9     
Impacted Files Coverage Δ
utils/misc/misc.go 12.85% <ø> (ø)
services/filemanager/filemanager.go 51.28% <100.00%> (ø)
services/rsources/handler.go 69.72% <0.00%> (-1.39%) ⬇️
warehouse/warehouse.go 8.67% <0.00%> (-0.16%) ⬇️
processor/processor.go 71.21% <0.00%> (-0.04%) ⬇️
jobsdb/jobsdb.go 68.79% <0.00%> (-0.02%) ⬇️
config/backend-config/types.go 0.00% <0.00%> (ø)
processor/stash/admin.go 0.00% <0.00%> (ø)
processor/stash/stash.go 21.39% <0.00%> (ø)
services/fileuploader/fileuploader.go 96.96% <0.00%> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@cisse21 cisse21 marked this pull request as ready for review November 7, 2022 07:18
@cisse21 cisse21 merged commit 8ac05c2 into master Nov 7, 2022
@cisse21 cisse21 deleted the chore.replayBugFixes branch November 7, 2022 07:52
@@ -23,7 +23,7 @@ func loadConfig() {
}

func initFileManager() (filemanager.FileManager, string, error) {
bucket := strings.TrimSpace(config.GetString("JOBS_BACKUP_BUCKET", ""))
bucket := strings.TrimSpace(config.GetString("JOBS_REPLAY_BACKUP_BUCKET", ""))
Copy link
Collaborator

Choose a reason for hiding this comment

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

@cisse21 Is it OK to just change this configuration setting? Doesn't it have to be backward compatible or something?

Copy link
Member

Choose a reason for hiding this comment

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

Replay is done on demand. These envs are not served anywhere. So, it is okay for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants