Skip to content

test: check redis calls and overhead by ankush [frappe] PR#26356

Bot Dokos requested to merge ft-pr-26356 into develop

From: https://github.com/frappe/frappe/pull/26356
Date: 2024-05-07 15:35:21+05:30

  • test: check redis calls and overhead (#26356)



Diagnostics

pre-commit failed for source commit: f07ea138d501f33e55f48f5d3cafc0dfb6adba7d
Run ruff formatter.......................................................Failed
- hook id: ruff-format
- files were modified by this hook

1 file reformatted, 1 file left unchanged



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26356

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26356

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports