zowe / api-layer

The API Mediation Layer provides a single point of access for mainframe service REST APIs.
Eclipse Public License 2.0
54 stars 63 forks source link

Flaky tests in org.zowe.apiml.cloudgatewayservice.config package #3549

Closed boris-bc closed 2 weeks ago

boris-bc commented 3 months ago

Describe the bug Tests are failing during build.

Steps to Reproduce

  1. Clone repo
  2. Switch to branch v3.x.x
  3. Run ./gradlew build

Expected behavior All test pass and the build is green.

Screenshots image

Logs buildlog.txt

balhar-jakub commented 3 months ago

Based on the attached file it seems that the issue is happening on MacBook. Can you please also share what Java version was used?

boris-bc commented 3 months ago

Java:

openjdk version "17.0.10" 2024-01-16
IBM Semeru Runtime Open Edition 17.0.10.0 (build 17.0.10+7)
Eclipse OpenJ9 VM 17.0.10.0 (build openj9-0.43.0, JRE 17 Mac OS X amd64-64-Bit Compressed References 20240116_636 (JIT enabled, AOT enabled)
OpenJ9   - 2c3d78b48
OMR      - ea8124dbc
JCL      - 2aad089841f based on jdk-17.0.10+7)

macOS: Sonoma 14.5 MBP 2019 Intel

boris-bc commented 3 months ago

I just built it with OpenJDK, same version as Semeru, and it went well.

openjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment Homebrew (build 17.0.10+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.10+0, mixed mode, sharing)
richard-salac commented 2 weeks ago

Unable to reproduce on current v3.x.x branch. Closing.