[PR #1508] [MERGED] Add configuration for Chaos HTTP Proxy #2023

Closed
opened 2026-03-04 02:03:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1508
Author: @gaul
Created: 12/30/2020
Status: Merged
Merged: 1/4/2021
Merged by: @ggtakec

Base: masterHead: chaos-http-proxy


📝 Commits (1)

  • 6789a2e Add configuration for Chaos HTTP Proxy

📊 Changes

4 files changed (+43 additions, -10 deletions)

View changed files

📝 .gitignore (+1 -0)
test/chaos-http-proxy.conf (+2 -0)
📝 test/integration-test-common.sh (+27 -10)
📝 test/test-utils.sh (+13 -0)

📄 Description

This can find errors in retry logic. Chaos HTTP Proxy does not
support SSL bouncestorage/chaos-http-proxy#1 so users must set
s3proxy.endpoint and run via:

CHAOS_HTTP_PROXY=1 S3_URL=http://127.0.0.1:8080 make check -C test

It can also be helpful to increase retries and reduce sleep times.
References #1504.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1508 **Author:** [@gaul](https://github.com/gaul) **Created:** 12/30/2020 **Status:** ✅ Merged **Merged:** 1/4/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `chaos-http-proxy` --- ### 📝 Commits (1) - [`6789a2e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/6789a2ea20bae76ba736425ab37058b0a6d89f42) Add configuration for Chaos HTTP Proxy ### 📊 Changes **4 files changed** (+43 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) ➕ `test/chaos-http-proxy.conf` (+2 -0) 📝 `test/integration-test-common.sh` (+27 -10) 📝 `test/test-utils.sh` (+13 -0) </details> ### 📄 Description This can find errors in retry logic. Chaos HTTP Proxy does not support SSL bouncestorage/chaos-http-proxy#1 so users must set `s3proxy.endpoint` and run via: ``` CHAOS_HTTP_PROXY=1 S3_URL=http://127.0.0.1:8080 make check -C test ``` It can also be helpful to increase retries and reduce sleep times. References #1504. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:18 +03:00
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/s3fs-fuse#2023
No description provided.