Skip to content

Static cache paths for individual caches #9

Static cache paths for individual caches

Static cache paths for individual caches #9

GitHub Actions / Minitest Tests - 3.0 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 3ms with 18 passed, 1 failed and 0 skipped.

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

❌ IknowCache::Test

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

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.0

IknowCache::Test ► test_delete_multi

Failed test found in:
  test/reports/TEST-IknowCache_Test.xml
Error:
  /home/runner/work/iknow_cache/iknow_cache/lib/iknow_cache.rb:280:in `delete_multi'
Raw output
/home/runner/work/iknow_cache/iknow_cache/lib/iknow_cache.rb:280:in `delete_multi'
/home/runner/work/iknow_cache/iknow_cache/test/iknow_cache_test.rb:196:in `test_delete_multi'