I've started to work with the most recent nightly build (r1628112) to get first feeling with the undo/redo feature. When traversing with the undo/redo buttons and continue to work normally, it seems like it is possible to loose state. Reproduce: 1. Create new script 2. Add thread group and undo it. 3. Redo the new thread group. 4. Select the thread group, rename it to "Thread Group 1" and click on Test Plan. 5. Select the thread group, rename it to "Thread Group 2" and click on Test Plan. 6. Select the thread group, rename it to "Thread Group 3" and click on Test Plan. 7. Undo three times and you will get "Thread Group 3" instead of "Thread Group". This ticket is related to https://issues.apache.org/bugzilla/show_bug.cgi?id=42248
Affects Nightly (before 2.12) of 2th October 2014
See fix in https://github.com/apache/jmeter/pull/300
Author: pmouawad Date: Thu Sep 28 19:12:44 2017 New Revision: 1810034 URL: http://svn.apache.org/viewvc?rev=1810034&view=rev Log: Bug 57039 - Inconsistency with the undo/redo log This closes #310 Contributed by Emilian Bold Bugzilla Id: 57039 Added: jmeter/trunk/src/core/org/apache/jmeter/gui/GlobalUndoableEdit.java (with props) jmeter/trunk/src/core/org/apache/jmeter/gui/SimpleCompoundEdit.java (with props) jmeter/trunk/src/core/org/apache/jmeter/gui/TreeState.java (with props) Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/GuiPackage.java jmeter/trunk/src/core/org/apache/jmeter/gui/UndoHistory.java jmeter/trunk/src/core/org/apache/jmeter/gui/UndoHistoryItem.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionRouter.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/CheckDirty.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/ResetSearchCommand.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/SearchTreeDialog.java jmeter/trunk/src/core/org/apache/jmeter/gui/action/UndoCommand.java jmeter/trunk/src/core/org/apache/jmeter/gui/tree/JMeterTreeNode.java
*** Bug 57043 has been marked as a duplicate of this bug. ***
Has there been any progress on this?
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3442