Skip to content

Commit

Permalink
Refactor handshake stage names in course-definition.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Feb 1, 2024
1 parent 1fc8198 commit 35ea1fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ stages:
- slug: "repl-replica-ping"
primary_extension_slug: "replication"
name: "Send handshake 1/3"
name: "Send handshake (1/3)"
difficulty: easy
description_md: |
In this stage, you'll implement part 1 of the handshake that happens when a replica connects to master.
Expand Down Expand Up @@ -762,7 +762,7 @@ stages:
- slug: "repl-replica-replconf"
primary_extension_slug: "replication"
name: "Send handshake 2/3"
name: "Send handshake (2/3)"
difficulty: easy
description_md: |
After sending `PING` to the master, the replica will receive a `PONG` back.
Expand Down Expand Up @@ -791,7 +791,7 @@ stages:
- slug: "repl-replica-psync"
primary_extension_slug: "replication"
name: "Send handshake 3/3 (Initiate PSYNC)"
name: "Send handshake (3/3)"
difficulty: medium
description_md: |
After sending `REPLCONF` to the master, the replica will receive a `OK` back.
Expand Down

0 comments on commit 35ea1fa

Please sign in to comment.