Skip to content

Commit

Permalink
deal with call cache prefixes in a separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 25, 2024
1 parent 50e97ee commit d814230
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 54 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: call_cache_hit_prefixes_two_roots_empty_hint_cache_hit_papi
testFormat: runthriceexpectingcallcaching
# don't know
backends: [Papi, GCPBATCH_ALT]
backends: [Papi, GCPBATCH_FAIL]

files {
workflow: call_cache_hit_prefixes/call_cache_hit_prefixes.wdl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
# Each run has different "jes_gcs_root"s so they should not see each other's cache entries.
name: call_cache_hit_prefixes_two_roots_empty_hint_cache_miss_papi
testFormat: runtwiceexpectingnocallcaching
# not sure why failing, backend names should be different from PAPI so should not cross-talk
#
# should NOT call cache the second run of call_cache_hit_prefixes_two_roots_empty_hint_cache_miss_papi *** FAILED *** (11 minutes, 11 seconds)
# centaur.test.CentaurTestException: Found unexpected cache hits for call_cache_hit_prefixes_two_roots_empty_hint_cache_miss_papi:
# calls.call_cache_hit_prefixes.yo.callCaching.result: Cache Hit: 19e522ed-685e-4c53-9d49-949d8b05a2a9:call_cache_hit_prefixes.yo:-1
backends: [Papi, GCPBATCH_ALT]
backends: [Papi, GCPBATCH_FAIL]

files {
workflow: call_cache_hit_prefixes/call_cache_hit_prefixes.wdl
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d814230

Please sign in to comment.