mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
Revert "aws: Disable putobjectsink tests for now"
This reverts commit b128d127c2
.
Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/472
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1416>
This commit is contained in:
parent
06213714c5
commit
8b18ca15b5
1 changed files with 0 additions and 12 deletions
|
@ -173,58 +173,48 @@ mod tests {
|
||||||
delete_object(region.clone(), &bucket, &key).await;
|
delete_object(region.clone(), &bucket, &key).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
// See https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/472
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_multipart_simple() {
|
async fn test_s3_multipart_simple() {
|
||||||
do_s3_multipart_test("s3-test").await;
|
do_s3_multipart_test("s3-test").await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_multipart_whitespace() {
|
async fn test_s3_multipart_whitespace() {
|
||||||
do_s3_multipart_test("s3 test").await;
|
do_s3_multipart_test("s3 test").await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_multipart_unicode() {
|
async fn test_s3_multipart_unicode() {
|
||||||
do_s3_multipart_test("s3 🧪 😱").await;
|
do_s3_multipart_test("s3 🧪 😱").await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_simple() {
|
async fn test_s3_put_object_simple() {
|
||||||
do_s3_putobject_test("s3-put-object-test", None, None, None, true).await;
|
do_s3_putobject_test("s3-put-object-test", None, None, None, true).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_whitespace() {
|
async fn test_s3_put_object_whitespace() {
|
||||||
do_s3_putobject_test("s3 put object test", None, None, None, true).await;
|
do_s3_putobject_test("s3 put object test", None, None, None, true).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_unicode() {
|
async fn test_s3_put_object_unicode() {
|
||||||
do_s3_putobject_test("s3 put object 🧪 😱", None, None, None, true).await;
|
do_s3_putobject_test("s3 put object 🧪 😱", None, None, None, true).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_flush_buffers() {
|
async fn test_s3_put_object_flush_buffers() {
|
||||||
// Awkward threshold as we push 5 buffers
|
// Awkward threshold as we push 5 buffers
|
||||||
do_s3_putobject_test("s3-put-object-test fbuf", Some(2), None, None, true).await;
|
do_s3_putobject_test("s3-put-object-test fbuf", Some(2), None, None, true).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_flush_bytes() {
|
async fn test_s3_put_object_flush_bytes() {
|
||||||
// Awkward threshold as we push 14 bytes per buffer
|
// Awkward threshold as we push 14 bytes per buffer
|
||||||
do_s3_putobject_test("s3-put-object-test fbytes", None, Some(30), None, true).await;
|
do_s3_putobject_test("s3-put-object-test fbytes", None, Some(30), None, true).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_flush_time() {
|
async fn test_s3_put_object_flush_time() {
|
||||||
do_s3_putobject_test(
|
do_s3_putobject_test(
|
||||||
|
@ -238,7 +228,6 @@ mod tests {
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_on_eos() {
|
async fn test_s3_put_object_on_eos() {
|
||||||
// Disable all flush thresholds, so only EOS causes a flush
|
// Disable all flush thresholds, so only EOS causes a flush
|
||||||
|
@ -252,7 +241,6 @@ mod tests {
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
async fn test_s3_put_object_without_eos() {
|
async fn test_s3_put_object_without_eos() {
|
||||||
// Disable all flush thresholds, skip EOS, and cause a flush on error
|
// Disable all flush thresholds, skip EOS, and cause a flush on error
|
||||||
|
|
Loading…
Reference in a new issue