From 3f913a771d1cdfba004a3639fc109e57bf3dae8e Mon Sep 17 00:00:00 2001 From: Rick van Schijndel Date: Wed, 3 Apr 2024 22:55:00 +0200 Subject: [PATCH] t: content-addressed: add a comment about a misleading testcase --- t/content-addressed/basic.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/content-addressed/basic.t b/t/content-addressed/basic.t index 4f92b1dc..aefb457b 100644 --- a/t/content-addressed/basic.t +++ b/t/content-addressed/basic.t @@ -55,6 +55,8 @@ for my $build (queuedBuildsForJobset($jobset)) { } +# XXX: deststoredir is undefined: Use of uninitialized value $ctx{"deststoredir"} in concatenation (.) or string at t/content-addressed/basic.t line 58. +# XXX: This test seems to not do what it seems to be doing. See documentation: https://metacpan.org/pod/Test2::V0#isnt($got,-$do_not_want,-$name) isnt(<$ctx{deststoredir}/realisations/*>, "", "The destination store should have the realisations of the built derivations registered"); done_testing;