aglinxinyuan opened a new issue, #4756: URL: https://github.com/apache/texera/issues/4756
### Task Summary `VFSURIFactory` (`common/workflow-core/src/main/scala/org/apache/texera/amber/core/storage/VFSURIFactory.scala`) builds and decodes virtual filesystem URIs for runtime artifacts (results, runtime stats, console messages) but currently has no unit tests. Add `VFSURIFactorySpec` covering: - `createResultURI` includes wid/eid/globalportid and the result resource type - Result URIs round-trip through `decodeURI` - `createRuntimeStatisticsURI` omits the `opid/` segment - `createConsoleMessagesURI` embeds the operator id and the `consoleMessages` resource type - `decodeURI` rejects non-vfs schemes, URIs missing required segments, and unknown resource-type tails ### Priority P3 – Low ### Task Type - [x] Testing / QA -- 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]
