Codebase list rust-serde-xml-rs / 8c121a2
reqwest - deal with autopkgtest issues encountered on debci. Peter Michael Green 1 year, 10 months ago
4 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-reqwest (0.11.11-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package reqwest 0.11.11 from crates.io using debcargo 2.5.0
4 * Disable a test that sometimes fails on CI, I think it may have a race
5 condition
6 * Add architecture restrictions to "all features" autopkgtest.
7
8 -- Peter Michael Green <plugwash@debian.org> Sun, 26 Jun 2022 17:08:05 +0000
9
010 rust-reqwest (0.11.11-1) unstable; urgency=medium
111
212 * Team upload.
0 --- rust-reqwest-0.11.11.orig/tests/proxy.rs
1 +++ rust-reqwest-0.11.11/tests/proxy.rs
2 @@ -162,7 +162,7 @@ async fn test_no_proxy() {
3 assert_eq!(res.status(), reqwest::StatusCode::OK);
4 }
5
6 -#[cfg_attr(not(feature = "__internal_proxy_sys_no_cache"), ignore)]
7 +#[ignore = "observed to fail on debci"]
8 #[tokio::test]
9 async fn test_using_system_proxy() {
10 let url = "http://not.a.real.sub.hyper.rs/prox";
99 remove-wasm.patch
1010 remove-windows.patch
1111 fix-test-file-not-found.patch
12 disable-test-that-sometimes-fails-on-debci.patch
11 Features: test-name=rust-reqwest:@
22 Depends: dh-cargo (>= 18), librust-doc-comment-0.3+default-dev, librust-env-logger-0.9+default-dev, librust-hyper-0.14+client-dev, librust-hyper-0.14+http1-dev, librust-hyper-0.14+http2-dev, librust-hyper-0.14+runtime-dev, librust-hyper-0.14+server-dev, librust-hyper-0.14+stream-dev, librust-hyper-0.14+tcp-dev, librust-libflate-0.1+default-dev, librust-serde-1+default-dev, librust-serde-1+derive-dev, librust-tokio-1+macros-dev, librust-tokio-1+rt-multi-thread-dev, @
33 Restrictions: allow-stderr, skip-not-installable
4 Architecture: amd64, arm64, armel, armhf, i386
45
56 Test-Command: /usr/share/cargo/bin/cargo-auto-test reqwest 0.11.11 --all-targets --no-default-features --features __internal_proxy_sys_no_cache
67 Features: test-name=librust-reqwest-dev:__internal_proxy_sys_no_cache