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

Fix native build stats uploading for "simple with space" IT #40877

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented May 29, 2024

Follow up to #39784

Resolves:

jq: error: Could not open file /home/runner/work/quarkus/quarkus/./integration-tests/simple: No such file or directory

by treating each line returned by find as a single path instead of
further breaking it down by space.

Follow up to quarkusio#39784

Resolves:

```
jq: error: Could not open file /home/runner/work/quarkus/quarkus/./integration-tests/simple: No such file or directory
```

by treating each line returned by `find` as a single path instead of
further breaking it down by space.
@zakkak zakkak requested a review from Karm May 29, 2024 08:26
@quarkus-bot quarkus-bot bot added the area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure label May 29, 2024

This comment has been minimized.

Copy link

quarkus-bot bot commented May 29, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit d375e9d.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 integration-tests/rest-client

io.quarkus.it.rest.client.wronghost.ExternalWrongHostUsingVerifyHostTestCase.restClient - History

  • Read timed out - java.net.SocketTimeoutException
java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:161)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)

⚙️ Native Tests - Messaging1

📦 integration-tests/reactive-messaging-kafka

io.quarkus.it.kafka.KafkaConnectorIT.testRequestReply - History

  • iterable contents differ at index [2], expected: <reply-3> but was: <{"details":"Error id 2b21b327-4a11-48e8-9992-c9df0cbcb278-1","stack":""}> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: iterable contents differ at index [2], expected: <reply-3> but was: <{"details":"Error id 2b21b327-4a11-48e8-9992-c9df0cbcb278-1","stack":""}>
	at io.quarkus.it.kafka.KafkaConnectorTest.testRequestReply(KafkaConnectorTest.java:109)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:818)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

1 similar comment
Copy link

quarkus-bot bot commented May 29, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit d375e9d.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 integration-tests/rest-client

io.quarkus.it.rest.client.wronghost.ExternalWrongHostUsingVerifyHostTestCase.restClient - History

  • Read timed out - java.net.SocketTimeoutException
java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288)
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314)
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355)
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808)
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:161)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82)

⚙️ Native Tests - Messaging1

📦 integration-tests/reactive-messaging-kafka

io.quarkus.it.kafka.KafkaConnectorIT.testRequestReply - History

  • iterable contents differ at index [2], expected: <reply-3> but was: <{"details":"Error id 2b21b327-4a11-48e8-9992-c9df0cbcb278-1","stack":""}> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: iterable contents differ at index [2], expected: <reply-3> but was: <{"details":"Error id 2b21b327-4a11-48e8-9992-c9df0cbcb278-1","stack":""}>
	at io.quarkus.it.kafka.KafkaConnectorTest.testRequestReply(KafkaConnectorTest.java:109)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:818)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

@Karm
Copy link
Member

Karm commented May 29, 2024

@zakkak

This job was skipped

Hmm, even if I click on re-running it, GHA won't run it :(

@gsmet gsmet merged commit 3c88182 into quarkusio:main May 30, 2024
52 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.12 - main milestone May 30, 2024
@gsmet
Copy link
Member

gsmet commented May 30, 2024

@Karm I suspect an infra issue on GitHub Actions side. I had a few similar cases on various projects.

@zakkak
Copy link
Contributor Author

zakkak commented May 30, 2024

@zakkak

This job was skipped

Hmm, even if I click on re-running it, GHA won't run it :(

That's expected. The job is currently configured to only run on quarkus's repository main branch. Enabling it on PR's needs extra work and is on my TODO list.

@zakkak zakkak deleted the 2024-05-29-fix-json-stats-upload-for-simple-with-space branch May 30, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infra-automation anything related to CI, bots, etc. that are used to automated our infrastructure triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants