Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timg/aggregator auth token hash 2 #1982

Closed
wants to merge 6 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
rm printlns
tgeoghegan committed Sep 25, 2023
commit 5157617596207d105d2155eb144fd1b094a1f4fc
1 change: 0 additions & 1 deletion aggregator_core/src/datastore/tests.rs
Original file line number Diff line number Diff line change
@@ -166,7 +166,6 @@ async fn roundtrip_task(ephemeral_datastore: EphemeralDatastore) {
.unwrap();
assert_eq!(None, retrieved_task);

println!("test case {task:?}");
ds.put_task(&task).await.unwrap();

let retrieved_task = ds
1 change: 0 additions & 1 deletion integration_tests/src/janus.rs
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ impl<'a> Janus<'a> {
// Wait for the container to start listening on its port.
await_http_server(port).await;

println!("starting {} aggregator", task.role());
// Write the given task to the Janus instance we started.
interop_api::aggregator_add_task(port, task.clone()).await;