Athena Brown
Athena Brown
This PR fixes the issues with the ABCL backend described in https://github.com/joaotavora/sly/issues/425, as well as several other bugs and issues such as https://github.com/slime/slime/issues/649, and removes a nonfunctional feature or two....
When you try to inspect a string on ABCL, you get a condition: ``` The function SWANK::LCONS* is undefined. [Condition of type UNDEFINED-FUNCTION] Restarts: 0: [*ABORT] Return to SLIME's top...
Failed in an intake build on 7.x. This test has been failing quite a bit per build-stats, but only 2 or 3 times in the past 30 days with this...
Some index requests target shard IDs specifically, which may not match the indices that the request targets as given by IndicesRequest, which requires a different interception strategy in order to...
Test has failed a few times in the past 30d, most concerning message is: ``` java.lang.AssertionError: Failure at [watcher/usage/10_basic:58]: field [watcher.count.active] is not greater than [$watch_count_active] Expected: a value greater...
Whatever the official goals of this project, it is clear that brl-cad, in its current state is not usable on MacOS and should not be advertised as such. To give...
This started as removing references to `Version`, but the simplest way to do that turned out to be to just convert it to use template registries instead of this custom...
# Backport This will backport the following commits from `main` to `7.17`: - [Align all usages of protobuf to be 3.21.9 (#92123)](https://github.com/elastic/elasticsearch/pull/92123) ### Questions ? Please refer to the [Backport...
This might be connected to 401s we've seen in dashboards, but I don't have a firm connection to that and it doesn't reproduce. **Build scan:** https://gradle-enterprise.elastic.co/s/ucl67hwjn2mt6/tests/:x-pack:qa:oidc-op-tests:javaRestTest/org.elasticsearch.xpack.security.authc.oidc.OpenIdConnectAuthIT/testAuthenticateWithCodeFlow **Reproduction line:** ``` ./gradlew...
It took me quite a while to figure out how to specify a user and group for the generated systemd service file in the stork.yml launcher definition. I eventually found...