feat: add pi lab ai management integration
This commit is contained in:
@@ -257,7 +257,9 @@ fn libsql_local_store_handles_parallel_control_plane_writes() {
|
||||
}
|
||||
|
||||
for handle in handles {
|
||||
handle.join().expect("parallel writer thread should not panic");
|
||||
handle
|
||||
.join()
|
||||
.expect("parallel writer thread should not panic");
|
||||
}
|
||||
|
||||
assert_eq!(
|
||||
@@ -275,10 +277,7 @@ fn libsql_local_store_handles_parallel_control_plane_writes() {
|
||||
8
|
||||
);
|
||||
assert_eq!(
|
||||
store
|
||||
.list_audit_log(20)
|
||||
.expect("list parallel audit")
|
||||
.len(),
|
||||
store.list_audit_log(20).expect("list parallel audit").len(),
|
||||
8
|
||||
);
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user