Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Sujay GadSujay GadReporter
Abhishek JindalAbhishek JindalIs this a Regression?
UnknownTriage
UntriagedStory Points
1Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Sujay Gad
Sujay GadReporter
Abhishek Jindal
Abhishek JindalIs this a Regression?
Unknown
Triage
Untriaged
Story Points
1
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created June 30, 2022 at 1:47 PM
Updated October 7, 2022 at 8:53 AM
Resolved July 1, 2022 at 7:14 AM
In the Go SDK tests I have a test[1] which creates a function[2] and then deploys it. This test will wait 60s for the function to deploy before failing. Against 7.1.1 I am seeing this test always fail when it passes consistently against 7.1.0.
I've attached the logs for the time period and the function name is cf0044d8-26c2-4bd6-9682-30cc20aed705.
1. https://github.com/couchbase/gocb/blob/master/cluster_eventingmgr_test.go#L301
2. function OnUpdate(doc, meta) {}