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

Task rewrite: integration tests #2029

Merged
merged 1 commit into from
Sep 30, 2023
Merged

Conversation

tgeoghegan
Copy link
Contributor

Stacked on #2028

Adopts AggregatorTask, test_util::Task and NewTaskBuilder across the integration test and interop binaries modules.

Part of #1524

interop_binaries/Cargo.toml Show resolved Hide resolved
integration_tests/tests/daphne.rs Outdated Show resolved Hide resolved
.collect::<Vec<_>>()
.try_into()
.unwrap();
task_parameters.endpoint_fragments.leader_endpoint_path = "/v04/".to_string();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this needs to change as well, so the collector doesn't get a 404 when talking to the Janus leader.

Base automatically changed from timg/new-task-janus-cli to main September 30, 2023 01:52
Adopts `AggregatorTask`, `test_util::Task` and `NewTaskBuilder` across
the integration test and interop binaries modules.

Part of #1524
@tgeoghegan tgeoghegan force-pushed the timg/new-task-integration-tests branch from 867e80c to a63034e Compare September 30, 2023 06:00
@tgeoghegan tgeoghegan enabled auto-merge (squash) September 30, 2023 06:00
@tgeoghegan tgeoghegan merged commit 36981a7 into main Sep 30, 2023
8 checks passed
@tgeoghegan tgeoghegan deleted the timg/new-task-integration-tests branch September 30, 2023 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants