Skip to content

Conversation

@kabir
Copy link
Collaborator

@kabir kabir commented Dec 19, 2024

I'm seeing some strange behaviour, so this is not ready yet. I'll add to this as I go along.

I had some tests working, but then it all went strange.

Current strange things are:

When compiling each test, it just hangs here (for each test, this is not specific to micrometer)

[INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ wildfly-cloud-tests-observability-micrometer ---
[INFO] skip non existing resourceDirectory /Users/kabir/sourcecontrol/wildfly/wildfly-cloud-tests/tests/observability/micrometer/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.13.0:compile (default-compile) @ wildfly-cloud-tests-observability-micrometer ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [forked debug deprecation target 11] to target/classes

A thread dump does proceed, but the tests don't pass in this case.

What also started happening after the above is the thing that forwards to the registry dies:

% docker run --rm -it --network=host alpine ash -c "apk add socat && socat TCP-LISTEN:5000,reuseaddr,fork TCP:$(minikube ip):5000"
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/aarch64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/aarch64/APKINDEX.tar.gz
(1/4) Installing ncurses-terminfo-base (6.5_p20241006-r3)
(2/4) Installing libncursesw (6.5_p20241006-r3)
(3/4) Installing readline (8.2.13-r0)
(4/4) Installing socat (1.8.0.1-r0)
Executing busybox-1.37.0-r8.trigger
OK: 9 MiB in 19 packages
2024/12/19 15:53:58 socat[6] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out
2024/12/19 15:53:58 socat[5] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out
2024/12/19 15:54:11 socat[7] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out
2024/12/19 15:54:11 socat[8] E connect(5, AF=2 192.168.49.2:5000, 16): Operation timed out

dependabot bot and others added 3 commits July 9, 2025 11:48
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

1 participant