public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] rawhide: Skip a test observed to fail in koji on x86_64
@ 2026-09-03 18:15 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-03 18:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : rawhide
Commit : cbdcf5463b923a173db91eaaf5c1092f2453548b
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-03T19:10:37+01:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/cbdcf5463b923a173db91eaaf5c1092f2453548b?branch=rawhide
Log:
Skip a test observed to fail in koji on x86_64
---
diff --git a/uv.spec b/uv.spec
index e45492a..5c58aae 100644
--- a/uv.spec
+++ b/uv.spec
@@ -723,6 +723,12 @@ skip="${skip-} --skip user_agent_version::test_user_agent_has_version"
# }
# There are probably more of these.
skip="${skip-} --skip retry::tests::retried_status_codes"
+# This has been seen to fail in koji, so far only on x86_64, but so far not in
+# a local mock build. It’s very possible that this is another testing race
+# condition that would be avoided by process isolation in “cargo nextest.” It
+# seems unlikely that it is a real and serious problem, although a proper
+# diagnosis would be welcome.
+skip="${skip-} --skip interpreter::tests::test_cache_eviction_with_unchanged_executable"
%cargo_test -- -- --exact ${skip-}
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 18:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 18:15 [rpms/uv] rawhide: Skip a test observed to fail in koji on x86_64 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox