Skip to content

Commit e6c0722

Browse files
committed
WIP f2df6
1 parent b04822f commit e6c0722

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

turborepo-tests/integration/tests/dry-json/single-package-with-deps.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Setup
3333
{
3434
"taskId": "build",
3535
"task": "build",
36-
"hash": "fe0059df5e6291b2",
36+
"hash": "99180a8fe2df621b",
3737
"inputs": {
3838
".gitignore": "03b541460c1b836f96f9c0a941ceb48e91a9fd83",
3939
"package-lock.json": "1c117cce37347befafe3a9cba1b8a609b3600021",
4040
"package.json": "8606ff4b95a5330740d8d9d0948faeada64f1f32",
4141
"somefile.txt": "45b983be36b73c0788dc9cbcb76cbb80fc7bb057",
42-
"turbo.json": "3bc68ed1f2a5a308cb0166f9ed073c2fc7980ac7"
42+
"turbo.json": "7c63f35ef4a45cec9b74cacb44c5f0211c50d8f5"
4343
},
4444
"hashOfExternalDependencies": "",
4545
"cache": {
@@ -90,13 +90,13 @@ Setup
9090
{
9191
"taskId": "test",
9292
"task": "test",
93-
"hash": "7cfbd8e30495d802",
93+
"hash": "023dbfb6010ec4b4",
9494
"inputs": {
9595
".gitignore": "03b541460c1b836f96f9c0a941ceb48e91a9fd83",
9696
"package-lock.json": "1c117cce37347befafe3a9cba1b8a609b3600021",
9797
"package.json": "8606ff4b95a5330740d8d9d0948faeada64f1f32",
9898
"somefile.txt": "45b983be36b73c0788dc9cbcb76cbb80fc7bb057",
99-
"turbo.json": "3bc68ed1f2a5a308cb0166f9ed073c2fc7980ac7"
99+
"turbo.json": "7c63f35ef4a45cec9b74cacb44c5f0211c50d8f5"
100100
},
101101
"hashOfExternalDependencies": "",
102102
"cache": {

turborepo-tests/integration/tests/dry-json/single-package.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Setup
3333
{
3434
"taskId": "build",
3535
"task": "build",
36-
"hash": "fe0059df5e6291b2",
36+
"hash": "99180a8fe2df621b",
3737
"inputs": {
3838
".gitignore": "03b541460c1b836f96f9c0a941ceb48e91a9fd83",
3939
"package-lock.json": "1c117cce37347befafe3a9cba1b8a609b3600021",
4040
"package.json": "8606ff4b95a5330740d8d9d0948faeada64f1f32",
4141
"somefile.txt": "45b983be36b73c0788dc9cbcb76cbb80fc7bb057",
42-
"turbo.json": "3bc68ed1f2a5a308cb0166f9ed073c2fc7980ac7"
42+
"turbo.json": "7c63f35ef4a45cec9b74cacb44c5f0211c50d8f5"
4343
},
4444
"hashOfExternalDependencies": "",
4545
"cache": {

turborepo-tests/integration/tests/run/single-package/dry-run.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check
1818
Tasks to Run
1919
build
2020
Task = build\s* (re)
21-
Hash = fe0059df5e6291b2
21+
Hash = 99180a8fe2df621b
2222
Cached \(Local\) = false\s* (re)
2323
Cached \(Remote\) = false\s* (re)
2424
Command = echo building > foo.txt\s* (re)

turborepo-tests/integration/tests/run/single-package/run-yarn.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Check
55
$ ${TURBO} run build
66
\xe2\x80\xa2 Running build (esc)
77
\xe2\x80\xa2 Remote caching disabled (esc)
8-
build: cache miss, executing 833244488b90f3b4
8+
build: cache miss, executing 2d7cc4a898f83812
99
build: yarn run v1.22.17
1010
build: warning package.json: No license field
1111
build: $ echo building > foo.txt
@@ -18,7 +18,7 @@ Check
1818
$ ${TURBO} run build
1919
\xe2\x80\xa2 Running build (esc)
2020
\xe2\x80\xa2 Remote caching disabled (esc)
21-
build: cache hit, replaying logs 833244488b90f3b4
21+
build: cache hit, replaying logs 2d7cc4a898f83812
2222
build: yarn run v1.22.17
2323
build: warning package.json: No license field
2424
build: $ echo building > foo.txt

turborepo-tests/integration/tests/run/single-package/run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Check
55
$ ${TURBO} run build
66
\xe2\x80\xa2 Running build (esc)
77
\xe2\x80\xa2 Remote caching disabled (esc)
8-
build: cache miss, executing fe0059df5e6291b2
8+
build: cache miss, executing 99180a8fe2df621b
99
build:
1010
build: > build
1111
build: > echo building > foo.txt
@@ -22,7 +22,7 @@ Run a second time, verify caching works because there is a config
2222
$ ${TURBO} run build
2323
\xe2\x80\xa2 Running build (esc)
2424
\xe2\x80\xa2 Remote caching disabled (esc)
25-
build: cache hit, replaying logs fe0059df5e6291b2
25+
build: cache hit, replaying logs 99180a8fe2df621b
2626
build:
2727
build: > build
2828
build: > echo building > foo.txt

turborepo-tests/integration/tests/run/single-package/with-deps-dry-run.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Check
1818
Tasks to Run
1919
build
2020
Task = build\s* (re)
21-
Hash = fe0059df5e6291b2
21+
Hash = 99180a8fe2df621b
2222
Cached \(Local\) = false\s* (re)
2323
Cached \(Remote\) = false\s* (re)
2424
Command = echo building > foo.txt\s* (re)
@@ -37,7 +37,7 @@ Check
3737
Framework =
3838
test
3939
Task = test\s* (re)
40-
Hash = 7cfbd8e30495d802
40+
Hash = 023dbfb6010ec4b4
4141
Cached \(Local\) = false\s* (re)
4242
Cached \(Remote\) = false\s* (re)
4343
Command = cat foo.txt\s* (re)

turborepo-tests/integration/tests/run/single-package/with-deps-run.t

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Check
55
$ ${TURBO} run test
66
\xe2\x80\xa2 Running test (esc)
77
\xe2\x80\xa2 Remote caching disabled (esc)
8-
build: cache miss, executing fe0059df5e6291b2
8+
build: cache miss, executing 99180a8fe2df621b
99
build:
1010
build: > build
1111
build: > echo building > foo.txt
1212
build:
13-
test: cache miss, executing 7cfbd8e30495d802
13+
test: cache miss, executing 023dbfb6010ec4b4
1414
test:
1515
test: > test
1616
test: > cat foo.txt
@@ -25,12 +25,12 @@ Run a second time, verify caching works because there is a config
2525
$ ${TURBO} run test
2626
\xe2\x80\xa2 Running test (esc)
2727
\xe2\x80\xa2 Remote caching disabled (esc)
28-
build: cache hit, replaying logs fe0059df5e6291b2
28+
build: cache hit, replaying logs 99180a8fe2df621b
2929
build:
3030
build: > build
3131
build: > echo building > foo.txt
3232
build:
33-
test: cache hit, replaying logs 7cfbd8e30495d802
33+
test: cache hit, replaying logs 023dbfb6010ec4b4
3434
test:
3535
test: > test
3636
test: > cat foo.txt
@@ -45,8 +45,8 @@ Run with --output-logs=hash-only
4545
$ ${TURBO} run test --output-logs=hash-only
4646
\xe2\x80\xa2 Running test (esc)
4747
\xe2\x80\xa2 Remote caching disabled (esc)
48-
build: cache hit, suppressing logs fe0059df5e6291b2
49-
test: cache hit, suppressing logs 7cfbd8e30495d802
48+
build: cache hit, suppressing logs 99180a8fe2df621b
49+
test: cache hit, suppressing logs 023dbfb6010ec4b4
5050

5151
Tasks: 2 successful, 2 total
5252
Cached: 2 cached, 2 total

0 commit comments

Comments
 (0)