Skip to content

Fix smoke tests #5458

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

Merged
merged 1 commit into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class TestApplicationHelper {
private static final String INSTRUMENTATION_DONE_BCKG_THREAD =
"[dd-remote-config] DEBUG com.datadog.debugger.agent.DebuggerTransformer - Generating bytecode for class: %s";
private static final String RENTRANSFORMATION_CLASS =
"[dd-remote-config] INFO com.datadog.debugger.agent.ConfigurationUpdater - Re-transforming %s";
"[dd-remote-config] INFO com.datadog.debugger.agent.ConfigurationUpdater - Re-transforming class: %s";
private static final String RETRANSFORMATION_DONE =
"com.datadog.debugger.agent.ConfigurationUpdater - Re-transformation done";
private static final long SLEEP_MS = 100;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import com.datadog.debugger.sink.Snapshot;
import com.squareup.moshi.JsonAdapter;
import datadog.trace.bootstrap.debugger.ProbeId;
import datadog.trace.test.util.Flaky;
import datadog.trace.util.TagsHelper;
import java.io.EOFException;
import java.io.IOException;
Expand All @@ -36,7 +35,6 @@
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;

@Flaky
public class ServerDebuggerIntegrationTest extends BaseIntegrationTest {
private static final String SERVER_DEBUGGER_TEST_APP_CLASS =
"datadog.smoketest.debugger.ServerDebuggerTestApplication";
Expand Down