Skip to content

Commit 76e968b

Browse files
committed
📝
1 parent b08da17 commit 76e968b

File tree

1 file changed

+4
-4
lines changed
  • build-tests/rush-redis-cobuild-plugin-integration-test

1 file changed

+4
-4
lines changed

build-tests/rush-redis-cobuild-plugin-integration-test/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd sandbox/repo
3838
node ../../lib/runRush.js update
3939
```
4040

41-
## Case 1: Normal build, Cobuild is disabled because of missing RUSH_COBUILD_CONTEXT_ID
41+
#### Case 1: Normal build, Cobuild is disabled because of missing RUSH_COBUILD_CONTEXT_ID
4242

4343
1. Write to build cache
4444

@@ -54,7 +54,7 @@ node ../../lib/runRush.js --debug cobuild
5454

5555
Expected behavior: Cobuild feature is disabled. Build cache is saved/restored as normal.
5656

57-
# Case 2: Cobuild enabled by specifying RUSH_COBUILD_CONTEXT_ID and Redis authentication
57+
#### Case 2: Cobuild enabled by specifying RUSH_COBUILD_CONTEXT_ID and Redis authentication
5858

5959
1. Clear redis server
6060

@@ -83,7 +83,7 @@ Get completed_state(cobuild:completed:foo:cfc620db4e74a6f0db41b1a86d0b5402966b97
8383
Successfully acquired lock(cobuild:lock:foo:4c36160884a7a502f9894e8f0adae05c45c8cc4b)_package(b)_phase(_phase:build) to runner(runner1) and it expires in 30s
8484
```
8585

86-
## Case 4: Cobuild enabled, run two cobuild commands in parallel
86+
#### Case 3: Cobuild enabled, run two cobuild commands in parallel
8787

8888
> Note: This test requires Visual Studio Code to be installed.
8989
@@ -109,7 +109,7 @@ rm -rf common/temp/build-cache
109109
110110
Expected behavior: Cobuild feature is enabled, cobuild related logs out in both terminals.
111111

112-
## Case 5: Cobuild enabled, run two cobuild commands in parallel, one of them failed
112+
#### Case 4: Cobuild enabled, run two cobuild commands in parallel, one of them failed
113113

114114
> Note: This test requires Visual Studio Code to be installed.
115115

0 commit comments

Comments
 (0)