add e2e test under tests/ut/e2e#1154
Merged
Mijamind719 merged 1 commit intovolcengine:mainfrom Apr 1, 2026
Merged
Conversation
|
Failed to generate code suggestions for PR |
Mijamind719
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add 2 end-to-end (E2E) test scripts for the OpenClaw + OpenViking integration, covering memory chain lifecycle and tool call capture. Each script includes detailed usage documentation, design rationale, and known limitations.
Related Issue
Type of Change
Changes Made
tests/e2e/test-memory-chain.py: Full memory pipeline E2E test — covers afterTurn write → commit → assemble context → budget trimming → sessionId consistency → new-user memory recall (29 assertions, 6 phases)tests/e2e/test-tool-capture.py: E2E test forextractNewTurnTexts— verifies that toolUse/toolResult content is correctly captured and stored in OV session (15 assertions, 4 phases)--phasesupport for individual phase execution,richformatted output with assertion tablesTesting
Test Results (Windows, 2026-04-01)
Checklist
Additional Notes
pip install requests richas the only Python dependencies--phasefor individual phase execution and--verbosefor detailed output