Workaround for T4416.
Details
Details
- Reviewers
jayeshv - Group Reviewers
Reviewers - Maniphest Tasks
- T4416: swh-indexer: test_add_deadlock fails on Flask 2.2.0
Diff Detail
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 30593 Build 47832: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 47831: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D8176 (id=29526)
Could not rebase; Attempt merge onto f31f1f5b34...
Updating f31f1f5..53e3c5e Fast-forward requirements-test.txt | 5 +++++ requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-)
Changes applied before test
commit 53e3c5ee8f20b92fc495a8e73dce25397abd5c6c Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Aug 3 17:38:05 2022 +0200 requirements-test.txt: Blacklist Flask 2.2.0 for tests commit 134412093ad8147e907745062167732dbab0eaa4 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Aug 3 17:36:33 2022 +0200 requirements.txt: Relax dependency on frozendict
See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/397/ for more details.
Comment Actions
according to https://github.com/pallets/flask/issues/4734#issuecomment-1204124984 , this isn't a regression a Flask. D8177 contains the right fix.