You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MountReusesLocalCacheKeyWhenGitObjectsRootDeleted has been disabled as part of #146 and git complains that the git object root is missing:
1) Failed : Scalar.FunctionalTests.Tests.MultiEnlistmentTests.SharedCacheTests.MountReusesLocalCacheKeyWhenGitObjectsRootDeleted()
error: object directory /Users/wilbaker/Scalar.FT/a87de00dea774ff489213160f1141ebd/.customScalarCache/6d2753dc562f49819b5026e687e9c02f does not exist; check .git/objects/info/alternates
Assuming that we still want this scenario to work with git, the gvfs.sharedCache directory should be recreated if its missing.
Note: It's possible this is already fixed with the changes in #122
The text was updated successfully, but these errors were encountered:
wilbaker
changed the title
Re-enable MountReusesLocalCacheKeyWhenGitObjectsRootDeleted test
Git should re-create 'gvfs.sharedCache` when it's missing, and re-enable MountReusesLocalCacheKeyWhenGitObjectsRootDeleted test
Oct 4, 2019
wilbaker
changed the title
Git should re-create 'gvfs.sharedCache` when it's missing, and re-enable MountReusesLocalCacheKeyWhenGitObjectsRootDeleted test
Git should recreate 'gvfs.sharedCache` when it's missing, and re-enable MountReusesLocalCacheKeyWhenGitObjectsRootDeleted test
Oct 4, 2019
MountReusesLocalCacheKeyWhenGitObjectsRootDeleted
has been disabled as part of #146 and git complains that the git object root is missing:Assuming that we still want this scenario to work with git, the
gvfs.sharedCache
directory should be recreated if its missing.Note: It's possible this is already fixed with the changes in #122
The text was updated successfully, but these errors were encountered: