nodejs icon indicating copy to clipboard operation
nodejs copied to clipboard

test: fixed flaky db2 tests

Open kirrg001 opened this issue 2 years ago • 0 comments

Some builds failed on CI. Locally the number of spans are always 15 and on CI 14. I assume it's because of the Otel spans. We saw similar problems with other tests, which do expect Otel spans.


Fixed an issue with couchbase Node v14 as well. Discovered while running Node v14. Does no longer install with Node v14. I saw that they have changed something in their c++ logic. https://github.com/couchbase/couchnode/blob/v4.3.0/package.json#L7


Skipped kafka-avro. The tests are so flaky on CI. Kafka-avro is unmaintained since 3y. And only supports Node < 16 anyway. Raised INSTA-1042

kirrg001 avatar Apr 08 '24 09:04 kirrg001