gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-schemafuzz] branch master updated: adding extra info


From: gnunet
Subject: [GNUnet-SVN] [taler-schemafuzz] branch master updated: adding extra info. Works even tho it try to undo already undone mutations
Date: Wed, 19 Sep 2018 15:28:21 +0200

This is an automated email from the git hooks/post-receive script.

erwan-ulrich pushed a commit to branch master
in repository schemafuzz.

The following commit(s) were added to refs/heads/master by this push:
     new b759a0b  adding extra info. Works even tho it try to undo already 
undone mutations
b759a0b is described below

commit b759a0b007347f46f9e4181441fbd91b3157aba2
Author: Feideus <address@hidden>
AuthorDate: Wed Sep 19 15:28:18 2018 +0200

    adding extra info. Works even tho it try to undo already undone mutations
---
 src/main/java/org/schemaspy/DBFuzzer.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/schemaspy/DBFuzzer.java 
b/src/main/java/org/schemaspy/DBFuzzer.java
index b8810b1..bc05b3f 100755
--- a/src/main/java/org/schemaspy/DBFuzzer.java
+++ b/src/main/java/org/schemaspy/DBFuzzer.java
@@ -241,8 +241,6 @@ public class DBFuzzer
                 TreeDepth = mutationTree.checkMaxDepth(mutationTree.getRoot());
             }
       }
-
-        removeTemporaryCascade();
         printMutationTree();
         if(analyzer.getCommandLineArguments().getReport() != null) {
             if (analyzer.getCommandLineArguments().getReport().equals("y") || 
analyzer.getCommandLineArguments().getReport().equals("yes")) {
@@ -256,6 +254,7 @@ public class DBFuzzer
         }
         boolean tmp = revertToOriginalDatabaseState(mutationTree);
         System.out.println(" reverting to original state ended up in "+tmp+" 
.Ending process");
+        removeTemporaryCascade();
       return returnStatus;
     }
 
@@ -480,6 +479,7 @@ public class DBFuzzer
         for (int i = max; i > 0; i--)
         {
             tmp = 
mutationTree.find(i).undo(analyzer.getSqlService(),analyzer.getDb(),mutationTree);
+            System.out.println("undo mutation 
N."+mutationTree.find(i).getId()+" is "+tmp);
             if(tmp == 0)
                 res = false;
         }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]