Bugfix: List the component prefix not the root#51635
Conversation
|
Maybe add a test? |
becker33
left a comment
There was a problem hiding this comment.
Looks great, agree with Harmen it would be nice to have a test.
I think the easiest way to test would probably be to create a directory that shouldn't be read and put a file in it with no read permissions -- then we can look for that error in the output
|
Yeah it needs a test, I just pushed this quickly so the people experiencing the bug could use it right away. I should have a block of time later today to finish this up. |
0922a73 to
4060262
Compare
4060262 to
02ae1e3
Compare
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]>
02ae1e3 to
4adb178
Compare
|
@kwryankrattiger the |
I had asked @becker33 what we were using, thanks for the clarification |
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]> Signed-off-by: Gregory Becker <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]> Signed-off-by: Gregory Becker <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]> Signed-off-by: Gregory Becker <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]> Signed-off-by: Gregory Becker <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations. Signed-off-by: Ryan Krattiger <[email protected]> Signed-off-by: Gregory Becker <[email protected]>
Recursively listing a buildcache from the root will result in finding components in other buildcaches that may also exist under that same root. This can lead to degraded performance and errors for many build cache operations.