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

Increase code coverage in swatch producer aws #2618

Closed

Conversation

Sgitario
Copy link
Contributor

@Sgitario Sgitario commented Oct 6, 2023

Description

Increase code coverage for the Swatch Producer AWS and updated the javadocs with a new link of pull request in Splunk: quarkiverse/quarkus-logging-splunk#211

@Sgitario Sgitario added the QE Unneeded Pull request does not need QE approval label Oct 6, 2023
@Sgitario
Copy link
Contributor Author

Sgitario commented Oct 6, 2023

/retest

@Sgitario Sgitario force-pushed the increase_code_coverage_aws branch 2 times, most recently from a39cb05 to 04e785b Compare October 6, 2023 14:15
@lindseyburnett
Copy link
Contributor

/retest

@Sgitario
Copy link
Contributor Author

Sgitario commented Oct 9, 2023

Kafka is unable to start in kubedock because the following error:

I1006 20:01:36.629334       1 util.go:77] Request Headers: http.Header{"Accept-Encoding":[]string{"gzip, x-gzip, deflate"}, "Connection":[]string{"keep-alive"}, "Content-Type":[]string{"APPLICATION_X_TAR"}, "User-Agent":[]string{"Apache-HttpClient/5.0.3 (Java/17.0.8)"}, "X-Tc-Sid":[]string{"9b951a65-01b6-42a8-a513-d75dd2ebe67a"}}
I1006 20:01:36.629350       1 util.go:78] Request Body: ./PaxHeaders.X/testcontainers_start.sh0100644 0000000 0000000 00000000034 14510063640 017116 xustar000000000 0000000 28 mtime=1696622496.6280303
testcontainers_start.sh0000777 0000000 0000000 00000000574 14510063640 014436 0ustar000000000 0000000 #!/bin/bash
export KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://127.0.0.1:41999,BROKER://null:9092
echo '' > /etc/confluent/docker/ensure 
echo 'clientPort=2181' > zookeeper.properties
echo 'dataDir=/var/lib/zookeeper/data' >> zookeeper.properties
echo 'dataLogDir=/var/lib/zookeeper/log' >> zookeeper.properties
zookeeper-server-start zookeeper.properties &
/etc/confluent/docker/run 

The IP address 127.0.0.1 is invalid when running in Kubedock. This issue seems to be related to joyrex2001/kubedock#43. Using Kubedock 0.12 or higher should fix it.

@Sgitario
Copy link
Contributor Author

Sgitario commented Oct 9, 2023

Closing as the Kafka container is very incompatible with Kubedock (running issues because the Kafka resource tries to mount a file in the host which is not allowed).

I created https://issues.redhat.com/browse/SWATCH-1818 to properly schedule and address this issue.

@Sgitario Sgitario closed this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
QE Unneeded Pull request does not need QE approval
Projects
None yet
2 participants