Skip to content

Commit 10f1f92

Browse files
committed
Update schedulecommit/elfs/dlp.so to use latest version of DLP
1 parent dcaafd1 commit 10f1f92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
6.25 KB
Binary file not shown.

test-integration/test-committor-service/tests/test_ix_commit_local.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ async fn test_ix_commit_four_accounts_1kb_2kb_5kb_10kb_single_bundle() {
213213
.await;
214214
}
215215

216-
#[tokio::test]
216+
// TODO (snawaz): use #[tokio::test] once CommitTask::new() stops using blocking RpcClient
217+
// # see the PR #575 for more context.
218+
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
217219
async fn test_commit_20_accounts_1kb_bundle_size_2() {
218220
commit_20_accounts_1kb(
219221
2,

0 commit comments

Comments
 (0)