-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I've been noticing some non-static behavior that is throwing me off. Using the "golden flow" example in the readme, on Windows 10, I've seen my test1 file appear in the following locations
- Directly on C:\
- In \flashback-admin inside the repo
- Not appearing at all, but both startFlashback and shutDownFlashback respond with a 200 OK.
Why am I seeing it appear (or not appear) in different locations when I am following the same workflow?
This is the post body I am using to start Flashback:
{
"sceneMode": "record",
"sceneName": "test1",
"matchRule": "matchEntireRequest",
"scenePath": "/tmp",
"proxyHost": "localhost",
"proxyPort": "5555"
}
Metadata
Metadata
Assignees
Labels
No labels