Skip to content

Commit

Permalink
Rename missing turbo-cache to nativelink (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
steedmicro committed Feb 16, 2024
1 parent 59d3d28 commit f8044e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nativelink-store/tests/memory_store_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mod memory_store_tests {
Ok(())
}

// Regression test for: https://github.com/TraceMachina/turbo-cache/issues/289.
// Regression test for: https://github.com/TraceMachina/nativelink/issues/289.
#[tokio::test]
async fn ensure_full_copy_of_bytes_is_made_test() -> Result<(), Error> {
// Arbitrary value, this may be increased if we find out that this is
Expand Down
2 changes: 1 addition & 1 deletion run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ mkdir -p "$NATIVELINK_DIR"
for pattern in "${TEST_PATTERNS[@]}"; do
find "$SELF_DIR/integration_tests/" -name "$pattern" -type f -print0 | while IFS= read -r -d $'\0' fullpath; do
# Cleanup.
echo "Cleaning up cache directories TURBOC_CACHE_DIR: $NATIVELINK_DIR"
echo "Cleaning up cache directories NATIVELINK_DIR: $NATIVELINK_DIR"
echo "Checking for existince of the NATIVELINK_DIR"
if [ -d "$NATIVELINK_DIR" ]; then
sudo find "$NATIVELINK_DIR" -delete
Expand Down

0 comments on commit f8044e6

Please sign in to comment.