Files
opencloud/vendor/github.com/nats-io/nats-server/v2/server
dependabot[bot] 703b8dd084 build(deps): bump github.com/nats-io/nats-server/v2
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.11.9 to 2.12.0.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.11.9...v2.12.0)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-29 11:04:16 +02:00
..
2025-06-30 10:00:47 +02:00
2025-09-12 12:18:47 +02:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-03-21 12:29:25 +01:00
2025-09-12 12:18:47 +02:00
2025-06-30 10:00:47 +02:00
2025-09-12 12:18:47 +02:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-02-28 17:40:07 +01:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-03-21 12:29:25 +01:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00
2025-06-30 10:00:47 +02:00

Tests

Tests that run on Travis have been split into jobs that run in their own VM in parallel. This reduces the overall running time but also is allowing recycling of a job when we get a flapper as opposed to have to recycle the whole test suite.

JetStream Tests

For JetStream tests, we need to observe a naming convention so that no tests are omitted when running on Travis.

The script runTestsOnTravis.sh will run a given job based on the definition found in ".travis.yml".

As for the naming convention:

  • All JetStream test name should start with TestJetStream
  • Cluster tests should go into jetstream_cluster_test.go and start with TestJetStreamCluster
  • Super-cluster tests should go into jetstream_super_cluster_test.go and start with TestJetStreamSuperCluster

Not following this convention means that some tests may not be executed on Travis.