Skip to content

Commit 7235b7d

Browse files
chore(ac): bump version (#1477)
1 parent f797851 commit 7235b7d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_agent_control"
33
description = "New Relic Agent Control Limited Preview"
4-
version = "0.42.0"
4+
version = "0.43.0"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true

agent-control/tests/k8s/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,7 @@ fn k8s_remove_crd_after_dynamic_resource_initialized() {
732732
// Once that it is properly fixed, this test can be removed
733733
async fn k8s_client_does_not_hang_in_case_of_incomplete_message() {
734734
let now = SystemTime::now();
735+
// when the logs are enabled, the test hangs less often and it is no longer valid
735736
let mut test = K8sEnv::new_without_logs().await;
736737
let test_ns_1 = test.test_namespace().await;
737738
let name = "test-cm";

0 commit comments

Comments
 (0)