Skip to content

Commit 52fd2ff

Browse files
run transcripts
1 parent 05cb2d2 commit 52fd2ff

2 files changed

Lines changed: 3 additions & 269 deletions

File tree

transcripts/share-apis/contributions/merged-contribution-diff.json

Lines changed: 0 additions & 266 deletions
This file was deleted.

transcripts/share-apis/contributions/run.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@ for i in {1..5}; do
129129
fi
130130
done
131131

132-
# Temporarily commenting these tests out
132+
# Temporarily commenting this test out
133133

134134
# BCA of contribution diff should still be frozen at it's pre-merge hash. The bca and source hash should be different (or else we'd see no diff!)
135135
# fetch "$transcripts_user" GET merged-contribution-diff '/users/transcripts/projects/bca-updates/contributions/1/diff'
136136

137137
# Fetch the contribution for feature-two which was based on feature-one, which was just merged.
138138
# It should now be marked as merging into main.
139-
# fetch "$transcripts_user" GET transitive-contribution '/users/transcripts/projects/bca-updates/contributions/2'
139+
fetch "$transcripts_user" GET transitive-contribution '/users/transcripts/projects/bca-updates/contributions/2'
140140

141141
# BCA of transitive contribution should still be feature-one's hash, since that was merged into main, where we are now
142142
# merging into.
143-
# fetch "$transcripts_user" GET transitive-contribution-diff '/users/transcripts/projects/bca-updates/contributions/2/diff'
143+
fetch "$transcripts_user" GET transitive-contribution-diff '/users/transcripts/projects/bca-updates/contributions/2/diff'

0 commit comments

Comments
 (0)