Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.1.1
-
Untriaged
-
1
-
Unknown
Description
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) {}