Benjamin Pelletier
Benjamin Pelletier
With a MediaWiki 1.24.1 installation, `site.login(username, password)` fails. This happens because the raw text received back from the `raw_api` call is `'{"warnings":{"tokens":{"*":"Unrecognized value for parameter \'type\': login"}},"query":{"tokens":[]}}'` and then mwclient...
Hosting additional endpoints for automated testing from within a USS's primary systems can be challenging. This new tool (atproxy) attempts to reduce this difficulty by providing a webserver implementing USS...
Currently, we report a Subscriber for each Subscription. Instead, we should coalesce per URL so that each unique URL only produces one SubscriberToNotify. --- Is it correct to assume that...
I feel like this flag may benefit to be renamed since it is only used to disable URLs validation. I would propose to rename it as AllowHTTP or AllowHTTPBaseUrls to...
Historically, there may have been a problem in the DSS where a DSS instance would fail at least the first operation, due to database connectivity problems, after a long period...
When prober's `scd/test_operation_simple_heavy_traffic_concurrent.py` test runs on a real-world cross-data-center distributed CRDB cluster with 100 concurrent operations, often 1 operation mutation will fail (as many as 3 failures observed) with one...
Currently, the database version needs to be incremented in multiple places when a change is made. We should, at a minimum, document where all these places are. But, a better...
The `make lint` target should produce the same results as the continuous integration. On #683, running `make lint` locally against 0e2b899 showed no errors, but a continuous integration check of...
#563 adds two exemptions from shellcheck lint to pass separate arguments in a single variable, but these instances are probably not necessary because the arguments are already passed in an...
CockroachDB stores data in ranges. Each range is a Raft consensus group composed of a certain number of replicas, each replica on a different node. The default replica count is...