Skip to content

Commit

Permalink
chore: fix lingering merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed May 29, 2024
1 parent 1e77fe7 commit 9a8a07e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ Check
Cached: 0 cached, 2 total
Time:\s*[\.0-9]+m?s (re)

<<<<<<< HEAD
=======
>>>>>>> b668d5abb3 (chore: remove task dotEnv field)
<<<<<<< HEAD
=======
>>>>>>> b668d5abb3 (chore: remove task dotEnv field)
Run a second time, verify caching works because there is a config
$ ${TURBO} run test
\xe2\x80\xa2 Running test (esc)
Expand All @@ -47,12 +41,6 @@ Run a second time, verify caching works because there is a config
Cached: 2 cached, 2 total
Time:\s*[\.0-9]+m?s >>> FULL TURBO (re)

<<<<<<< HEAD
=======
>>>>>>> b668d5abb3 (chore: remove task dotEnv field)
<<<<<<< HEAD
=======
>>>>>>> b668d5abb3 (chore: remove task dotEnv field)
Run with --output-logs=hash-only
$ ${TURBO} run test --output-logs=hash-only
\xe2\x80\xa2 Running test (esc)
Expand All @@ -64,9 +52,6 @@ Run with --output-logs=hash-only
Cached: 2 cached, 2 total
Time:\s*[\.0-9]+m?s >>> FULL TURBO (re)

<<<<<<< HEAD
=======
>>>>>>> b668d5abb3 (chore: remove task dotEnv field)
Run with --output-logs=errors-only
$ ${TURBO} run test --output-logs=errors-only
\xe2\x80\xa2 Running test (esc)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ Setup
Cached: 0 cached, 2 total
Time:\s*[\.0-9]+m?s (re)

<<<<<<< HEAD
=======
>>>>>>> 37c3c596f1 (chore: update integration tests)
<<<<<<< HEAD
=======
>>>>>>> 37c3c596f1 (chore: update integration tests)
$ HASH=$(cat tmp.log | grep -E "add-keys:add-keys-task.* executing .*" | awk '{print $5}')
$ tar -tf $TARGET_DIR/.turbo/cache/$HASH.tar.zst;
apps/add-keys/.turbo/turbo-add-keys-task.log
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ Setup
Cached: 0 cached, 1 total
Time:\s*[\.0-9]+m?s (re)

<<<<<<< HEAD
=======
>>>>>>> 37c3c596f1 (chore: update integration tests)
$ HASH=$(cat tmp.log | grep -E "override-values:override-values-task.* executing .*" | awk '{print $5}')
$ tar -tf $TARGET_DIR/.turbo/cache/$HASH.tar.zst;
apps/override-values/.turbo/turbo-override-values-task.log
Expand All @@ -46,9 +43,6 @@ Setup
Cached: 1 cached, 1 total
Time:\s*[\.0-9]+m?s >>> FULL TURBO (re)

<<<<<<< HEAD
=======
>>>>>>> 37c3c596f1 (chore: update integration tests)
3. Change input file and assert cache miss
$ echo "more text" >> $TARGET_DIR/apps/override-values/src/bar.txt
$ ${TURBO} run override-values-task --filter=override-values
Expand Down

0 comments on commit 9a8a07e

Please sign in to comment.