Skip to content

Commit

Permalink
t: content-addressed: add a comment about a misleading testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindavi committed Apr 3, 2024
1 parent 7198663 commit 3f913a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/content-addressed/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3f913a7

Please sign in to comment.