imbajin commented on issue #326: URL: https://github.com/apache/hugegraph-ai/issues/326#issuecomment-4468884904
@Muawiya-contact Thanks for the follow-up. I agree with the direction here, and I am assigning this to you. A few constraints for the PR: - Please treat HugeGraph Server 1.7.0 as the primary stable baseline for this test. - Before changing the assertion, confirm the actual `/metrics/backend` response from a real 1.7.0 server. - `latest` is useful as an additional compatibility reference, but it should not replace the 1.7.0 baseline for CI-stable assertions. - The fix should assert the real response shape and key fields/types, not just restore the old `"hugegraph"` top-level-key assumption or keep a loose `len > 1` check. So the expected direction is: capture/document the actual 1.7.0 backend metrics shape, then replace the current open-ended guard with deterministic structural assertions based on that shape. -- 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]
