Fix File->Open recent showing old files#6509
Fix File->Open recent showing old files#6509KingRabbid wants to merge 1 commit intoapache:masterfrom
Conversation
|
I tested this (quite late I know) on linux it has not the wanted effect. The menu select event is routed to the new code, but it seems, that the prefs object has no knowledge of the changed values (yet?). Did you test your stuff under Windows? |
|
Hi, I'm working in both Windows 11 and Linux (WSL 2 with Ubuntu 20+ or Rocky 10+) and fix works fine. |
|
Well, no 3rd party libraries on my side. I tested it on current trunk with at least Java 17. So maybe the differences are coming from the newer Java version or from Ubuntu on WSL handling file syncs differently than a "real" ubuntu directly on bare metal. Could you test the updated #6675 and report if it fixes your problem? |
Description
When working with multiple JMeter instances in parallel, in GUI mode, the Open recent files doesn't get updated in the GUI but it does behind the scene, in the registry/shared storage. So what ones believes it opens, actually leads to opening another file.
Motivation and Context
Open what one wants, not some random file; in current state, the feature is unusable.
How Has This Been Tested?
Manual testing, multiple JMeter GUI instances, in each open various files, check the "File->Open recent" being refreshed in all GUI instances.
Screenshots (if appropriate):
Types of changes
Checklist: