Skip to content

Static cache paths for individual caches #7

Static cache paths for individual caches

Static cache paths for individual caches #7

GitHub Actions / Minitest Tests - 3.2 failed Mar 28, 2024 in 0s

18 passed, 1 failed and 0 skipped

Tests failed

❌ test/reports/TEST-IknowCache_Test.xml

19 tests were completed in 5ms with 18 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
IknowCache::Test 18✅ 1❌ 5ms

❌ IknowCache::Test

✅ test_null_key
✅ test_access_multi
✅ test_access
✅ test_child_path
✅ test_path_multi_hash
✅ test_delete_from_group
✅ test_statically_versioned_cache_path
✅ test_invalidate_group
✅ test_invalidate_child_group
✅ test_missing_key_struct
✅ test_missing_key_hash
✅ test_cache_path_key
✅ test_cache_path_hash
✅ test_path_multi_key
✅ test_delete_multi
✅ test_path
✅ test_static_path
✅ test_double_configre
❌ test_fetch_multi
	/home/runner/work/iknow_cache/iknow_cache/lib/iknow_cache.rb:237:in `fetch_multi'

Annotations

Check failure on line 0 in test/reports/TEST-IknowCache_Test.xml

See this annotation in the file changed.

@github-actions github-actions / Minitest Tests - 3.2

IknowCache::Test ► test_fetch_multi

Failed test found in:
  test/reports/TEST-IknowCache_Test.xml
Error:
  /home/runner/work/iknow_cache/iknow_cache/lib/iknow_cache.rb:237:in `fetch_multi'
Raw output
/home/runner/work/iknow_cache/iknow_cache/lib/iknow_cache.rb:237:in `fetch_multi'
/home/runner/work/iknow_cache/iknow_cache/test/iknow_cache_test.rb:175:in `test_fetch_multi'