Gnought

Results 24 issues of Gnought

Reading the cert from a relative path is more portable, that not depends on the `ci`

QoS 0 in puback in https://github.com/mqttjs/mqtt-packet/blob/master/test.js#L1072 ? It seems that packet is generated from a template https://github.com/mqttjs/mqtt-packet/blob/master/packet.js and it will appear in the packet variable in https://github.com/mqttjs/mqtt-connection/blob/master/test/connection.parse.js#L365 A little bit...

Fix lua-resty-lrucache dependency, such that the line 217 `iputils.enable_lrucache(100)` won't fault a error

https://github.com/moscajs/aedes/blob/bba422b7733d9946566647c7300c1b293e8cd8cf/test/client-pub-sub.js#L664-L688 The mocked `broker.unsubscribe` is only called by `broker.close`. 1. Does it expect to be called by `client.subscribe` ? 2. The `Error` does not be raised in client `error` event....

question

This is a further fix on 122662f5c19864e3340cc44e703ae24b75a26ca7 `__smp_processor_id` only defines since kernel version 5.3+. It could be easily looked up into https://elixir.bootlin.com/linux/v5.3/source/include/linux/smp.h#L212

This is a missing fix on 9ed578818bb826ff56e97a4a2625e408d1482322 When `CONFIG_BRIDGE_NETFILTER` is set as module, `#ifdef CONFIG_BRIDGE_NETFILTER` will be treated as undefined.

### SUMMARY This is a proper fix for the PR https://github.com/apache/superset/pull/24538. However we have to think about how the `WEBDRIVER_CONFIGURATION` should be. The selenium 4.10+ only allows `options` and `services`...

risk:breaking-change
size/M
hold!

The GPG key in https://github.com/rpm-software-management/yum/blob/master/test/gpg/key.pub expires, and the build will fail in `make check` stage. ``` # gpg key.pub pub 2048R/D5865417 2017-07-26 Joe Doe sub 2048R/2DB632D4 2017-07-26 [expires: 2019-07-26] ```...

Expected Behavior ================= run `slim x nginx:latest --debug --verbose` should return xray reports --- Actual Behavior ================= It gives an API error(500) ``` sh md=xray state=started cmd=xray info=params target='nginx:latest' add-image-manifest='false'...