Unverified Commit 0f5246a8 authored by Nugine's avatar Nugine
Browse files

e2e: downgrade `mc`

parent cc2eeaf1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ async fn prepare(req: &mut Request, auth: Option<&dyn S3Auth>, base_domain: Opti
                        req.s3ext.vec_stream = Some(vec_stream);
                        break 'resolve (&PutObject as &'static dyn Operation, false);
                    }
                    // FIXME: POST /bucket/key hits this branch
                    S3Path::Object { .. } => return Err(s3_error!(MethodNotAllowed)),
                }
            }
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ if __name__ == "__main__":
        assert counts[group]["fail"] == 0, f'group "{group}" failed'

    # Won't fix
    assert counts["mc"]["pass"] >= 27
    assert counts["mc"]["pass"] >= 14
    assert counts["minio-java"]["pass"] >= 17

    # FIXME: E2E tests