Andrew Gaul
Andrew Gaul
Previously this failed due to the two-digit subversion. Fixes #26.
``` $ go test --- FAIL: TestDeleteCookies (0.00s) require.go:44: Error Trace: handlers_test.go:460 Error: "[k3=v3]" does not contain "k1=" Test: TestDeleteCookies FAIL exit status 1 FAIL github.com/ahmetb/go-httpbin 2.229s ```
This would ensure better compatibility with user expectations. https://github.com/gaul/httpbin/tree/java-httpbin shows the workarounds needed for java-httpbin. References gaul/java-httpbin#4.
Please enable Travis CI to prevent regressions like the current one in 2af00d7564ba42267de040990a6588f1ca299315: ``` --- FAIL: TestDeleteCookies (0.00s) Error Trace: handlers_test.go:404 Error: "[k3=v3]" does not contain "k1=" FAIL exit status...
go-httpbin does not return Content-Length in some cases. Follow on to #9.
This project appears to have forked from s3fs 2016, as allowed by the license. s3fs has made significant performance and correctness improvements in recent years which this fork does not...
Need to pick up the jclouds 2.2.0 upgrade.
``` ERROR: test_copy (test.functional.tests.TestDlo) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/bouncestorage/swiftproxy/swift-tests/test/functional/tests.py", line 1891, in test_copy file_contents = file_item.read() File "/home/travis/build/bouncestorage/swiftproxy/swift-tests/test/functional/swift_test_client.py", line 836, in read self.conn.make_path(self.path)) ResponseError: 404: 'Not Found'...
Maven exhibits some odd behavior attempting to download dependencies repeatedly, notably in `mvn exec:java`: https://travis-ci.org/bouncestorage/swiftproxy/builds/113935102
Presently SwiftProxy emulates bulk delete with multiple single object deletes. Instead it should issue a native bulk delete call via `BlobStore.removeBlobs` and fix up any cross-container issues with other logic.