You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/flamingock-auditstore-couchbase/src/main/java/io/flamingock/store/couchbase/CouchbaseAuditStore.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: community/flamingock-auditstore-couchbase/src/main/java/io/flamingock/store/couchbase/CouchbaseConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: community/flamingock-auditstore-couchbase/src/main/java/io/flamingock/store/couchbase/internal/CouchbaseAuditPersistence.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: community/flamingock-auditstore-couchbase/src/main/java/io/flamingock/store/couchbase/internal/CouchbaseAuditor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: community/flamingock-auditstore-couchbase/src/main/java/io/flamingock/store/couchbase/internal/CouchbaseLockService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
* See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: community/flamingock-auditstore-couchbase/src/test/java/io/flamingock/store/couchbase/CouchbaseAuditStoreTest.java
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -13,18 +13,17 @@
13
13
* See the License for the specific language governing permissions and
@DisplayName("When standalone runs the driver and execution fails (with rollback method) should persist all the audit logs up to the failed one (ROLLED_BACK)")
132
+
@DisplayName("When standalone runs the AuditStore and execution fails (with rollback method) should persist all the audit logs up to the failed one (ROLLED_BACK)")
@DisplayName("When standalone runs the driver and execution fails (without rollback method) should persist all the audit logs up to the failed one (FAILED)")
178
+
@DisplayName("When standalone runs the AuditStore and execution fails (without rollback method) should persist all the audit logs up to the failed one (FAILED)")
0 commit comments