Lev

Results 33 issues of Lev

It appears that while single values like `gcov_ignore: examples/**` work fine, any attempt to pass in an array (e.g. `gcov_ignore: 'examples/**,test/**'`) as a string results in passing it directly to...

This is a Test- and CI-only PR. No server changes. See also https://github.com/ConnectEverything/mqtt-test/pull/2.

The following tests seem to be flapping often, will disable until further investigation - [ ] Test_MicroServiceStopsWhenServerStops - [ ] Test_PendingLimitsDeliveredAndDropped Full list in test/flappers.txt

bug

Moved the build system from Travis to GitHub actions. There are 2 main jobs: - `debug` runs test coverage and sanitize with gcc, in debug mode; it also runs debug-compiled...

The following tests seem to be failing `-fsanitize=thread` warnings, will disable until further investigation - [ ] Test_AutoUnsubNoUnsubOnDestroy - [ ] Test_ClientAutoUnsubAndReconnect - [ ] Test_EventLoop - [ ] Test_JetStreamOrderedConsSrvRestart...

bug

See https://natsio.slack.com/archives/C01AWP40KGF/p1684269701738519 An options API would be a good approach. Internally there could be a struct for various fields, one of the fields could be a cpu_set_t like member, which...

enhancement

This is a precursor PR for the cached store, it adds an `API` struct to pass around static API pointers, and makes it available in `incoming.Request`

Lifecycle/1:stale