Skip to content

Commit f5a7aa8

Browse files
committed
Update recordings
1 parent 7617f0c commit f5a7aa8

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

src/integrationTest/kotlin/com/sourcegraph/cody/edit/DocumentCodeTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ import com.sourcegraph.cody.util.CodyIntegrationTextFixture
1212
import com.sourcegraph.cody.util.CustomJunitClassRunner
1313
import org.hamcrest.MatcherAssert.assertThat
1414
import org.hamcrest.Matchers.startsWith
15+
import org.junit.Ignore
1516
import org.junit.Test
1617
import org.junit.runner.RunWith
1718

1819
@RunWith(CustomJunitClassRunner::class)
1920
class DocumentCodeTest : CodyIntegrationTextFixture() {
2021

22+
@Ignore
2123
@Test
2224
fun testGetsWorkingGroupLens() {
2325
val codeLenses = runAndWaitForLenses(DocumentCodeAction.ID, EditCancelAction.ID)

src/integrationTest/kotlin/com/sourcegraph/cody/util/TestingCredentials.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data class TestingCredentials(
1414
TestingCredentials(
1515
token = System.getenv("SRC_DOTCOM_PRO_ACCESS_TOKEN"),
1616
redactedToken =
17-
"REDACTED_d5e0f0a37c9821e856b923fe14e67a605e3f6c0a517d5a4f46a4e35943ee0f6d",
17+
"REDACTED_3dd704711f82a44ff6aba261b53b61a03fb8edba658774639148630d838c2d1d",
1818
serverEndpoint = ConfigUtil.DOTCOM_URL)
1919
val dotcomProUserRateLimited =
2020
TestingCredentials(

src/integrationTest/resources/recordings/integration-test_2927926756/recording.har.yaml

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ log:
4848
cookies: []
4949
headers:
5050
- name: date
51-
value: Fri, 20 Sep 2024 10:35:14 GMT
51+
value: Fri, 20 Sep 2024 10:58:30 GMT
5252
- name: content-type
5353
value: text/plain; charset=utf-8
5454
- name: transfer-encoding
@@ -79,7 +79,7 @@ log:
7979
redirectURL: ""
8080
status: 200
8181
statusText: OK
82-
startedDateTime: 2024-09-20T10:35:13.980Z
82+
startedDateTime: 2024-09-20T10:58:29.810Z
8383
time: 0
8484
timings:
8585
blocked: -1
@@ -106,7 +106,7 @@ log:
106106
- name: user-agent
107107
value: JetBrains / 6.0-localbuild
108108
- name: traceparent
109-
value: 00-3242a758b262e2c7e69b4ccdc616bf25-ffe701046f988c12-01
109+
value: 00-9b4e74b88c22decc5ed5bc93db05d813-cbd81cec67fc71b7-01
110110
- name: connection
111111
value: keep-alive
112112
- name: host
@@ -207,14 +207,14 @@ log:
207207
value: 6.0-localbuild
208208
url: https://sourcegraph.com/.api/completions/stream?api-version=2&client-name=jetbrains&client-version=6.0-localbuild
209209
response:
210-
bodySize: 672
210+
bodySize: 790
211211
content:
212212
mimeType: text/event-stream
213-
size: 672
213+
size: 790
214214
text: >+
215215
event: completion
216216
217-
data: {"deltaText":"/**\n * Imports the necessary Java utilities, including the ArrayList data structure.\n */","stopReason":"stop_sequence"}
217+
data: {"deltaText":"\n/**\n * Imports the necessary Java utility classes, such as the `ArrayList` implementation of the `List` interface.\n */\n","stopReason":"stop_sequence"}
218218
219219
220220
event: done
@@ -224,15 +224,13 @@ log:
224224
cookies: []
225225
headers:
226226
- name: date
227-
value: Fri, 20 Sep 2024 10:35:17 GMT
227+
value: Fri, 20 Sep 2024 10:58:31 GMT
228228
- name: content-type
229229
value: text/event-stream
230230
- name: transfer-encoding
231231
value: chunked
232232
- name: connection
233233
value: keep-alive
234-
- name: retry-after
235-
value: "598"
236234
- name: access-control-allow-credentials
237235
value: "true"
238236
- name: access-control-allow-origin
@@ -250,12 +248,12 @@ log:
250248
value: 1; mode=block
251249
- name: strict-transport-security
252250
value: max-age=31536000; includeSubDomains; preload
253-
headersSize: 1406
251+
headersSize: 1299
254252
httpVersion: HTTP/1.1
255253
redirectURL: ""
256254
status: 200
257255
statusText: OK
258-
startedDateTime: 2024-09-20T10:35:16.531Z
256+
startedDateTime: 2024-09-20T10:58:30.472Z
259257
time: 0
260258
timings:
261259
blocked: -1
@@ -342,7 +340,7 @@ log:
342340
cookies: []
343341
headers:
344342
- name: date
345-
value: Fri, 20 Sep 2024 10:35:13 GMT
343+
value: Fri, 20 Sep 2024 10:58:28 GMT
346344
- name: content-type
347345
value: application/json
348346
- name: transfer-encoding
@@ -373,7 +371,7 @@ log:
373371
redirectURL: ""
374372
status: 200
375373
statusText: OK
376-
startedDateTime: 2024-09-20T10:35:13.014Z
374+
startedDateTime: 2024-09-20T10:58:28.630Z
377375
time: 0
378376
timings:
379377
blocked: -1
@@ -448,7 +446,7 @@ log:
448446
cookies: []
449447
headers:
450448
- name: date
451-
value: Fri, 20 Sep 2024 10:35:13 GMT
449+
value: Fri, 20 Sep 2024 10:58:28 GMT
452450
- name: content-type
453451
value: application/json
454452
- name: transfer-encoding
@@ -479,7 +477,7 @@ log:
479477
redirectURL: ""
480478
status: 200
481479
statusText: OK
482-
startedDateTime: 2024-09-20T10:35:13.047Z
480+
startedDateTime: 2024-09-20T10:58:28.672Z
483481
time: 0
484482
timings:
485483
blocked: -1
@@ -554,7 +552,7 @@ log:
554552
cookies: []
555553
headers:
556554
- name: date
557-
value: Fri, 20 Sep 2024 10:35:13 GMT
555+
value: Fri, 20 Sep 2024 10:58:29 GMT
558556
- name: content-type
559557
value: application/json
560558
- name: transfer-encoding
@@ -585,7 +583,7 @@ log:
585583
redirectURL: ""
586584
status: 200
587585
statusText: OK
588-
startedDateTime: 2024-09-20T10:35:13.031Z
586+
startedDateTime: 2024-09-20T10:58:28.652Z
589587
time: 0
590588
timings:
591589
blocked: -1
@@ -682,7 +680,7 @@ log:
682680
cookies: []
683681
headers:
684682
- name: date
685-
value: Fri, 20 Sep 2024 10:35:13 GMT
683+
value: Fri, 20 Sep 2024 10:58:28 GMT
686684
- name: content-type
687685
value: application/json
688686
- name: transfer-encoding
@@ -713,7 +711,7 @@ log:
713711
redirectURL: ""
714712
status: 200
715713
statusText: OK
716-
startedDateTime: 2024-09-20T10:35:13.064Z
714+
startedDateTime: 2024-09-20T10:58:28.690Z
717715
time: 0
718716
timings:
719717
blocked: -1
@@ -798,7 +796,7 @@ log:
798796
cookies: []
799797
headers:
800798
- name: date
801-
value: Fri, 20 Sep 2024 10:35:13 GMT
799+
value: Fri, 20 Sep 2024 10:58:29 GMT
802800
- name: content-type
803801
value: application/json
804802
- name: transfer-encoding
@@ -829,7 +827,7 @@ log:
829827
redirectURL: ""
830828
status: 200
831829
statusText: OK
832-
startedDateTime: 2024-09-20T10:35:13.342Z
830+
startedDateTime: 2024-09-20T10:58:29.000Z
833831
time: 0
834832
timings:
835833
blocked: -1
@@ -901,7 +899,7 @@ log:
901899
cookies: []
902900
headers:
903901
- name: date
904-
value: Fri, 20 Sep 2024 10:35:13 GMT
902+
value: Fri, 20 Sep 2024 10:58:28 GMT
905903
- name: content-type
906904
value: application/json
907905
- name: transfer-encoding
@@ -932,7 +930,7 @@ log:
932930
redirectURL: ""
933931
status: 200
934932
statusText: OK
935-
startedDateTime: 2024-09-20T10:35:12.978Z
933+
startedDateTime: 2024-09-20T10:58:28.590Z
936934
time: 0
937935
timings:
938936
blocked: -1

0 commit comments

Comments
 (0)