epugh opened a new pull request, #4179:
URL: https://github.com/apache/solr/pull/4179
`TestApiFramework.testFramework` was failing because it asserted the
existence of a `/commands/split` endpoint at `/collections/{collection}/shards`
in the old-style `ApiBag` registry — but `SplitShardAPI` was migrated to JAX-RS
and removed from `CollectionsHandler.getApis()`, so that path no longer
resolves via `V2HttpCall.getApiInfo()`.
## Changes
- **`TestApiFramework.java`**: Removed the obsolete block that looked up
`/collections/hello/shards` POST and asserted `/commands/split` in the spec.
The remaining assertions against `/collections/hello` POST (`/commands/modify`)
and the `_introspect` path are still valid and continue to exercise the V2 API
framework lookup mechanics.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]