Skip to content

Conversation

@mwangggg
Copy link
Member

fixes: #52

@mwangggg mwangggg added chore Refactor, rename, cleanup, etc. safe-to-test feat New feature or request and removed chore Refactor, rename, cleanup, etc. labels Feb 12, 2024
@mwangggg mwangggg changed the title chore(logs): remove logger abstraction feat(logs): remove logger abstraction Feb 12, 2024
@mwangggg
Copy link
Member Author

/build_test

@mwangggg
Copy link
Member Author

oh I didn't notice #322 is there any overlap?

@github-actions
Copy link

Cryostat Test: At least one test failed ❌
https://github.com/cryostatio/cryostat-core/actions/runs/7874901459

@github-actions
Copy link

Image does not exist! Please wait for the initial build and push to complete before using /build_test command.

@mwangggg
Copy link
Member Author

/build_test

@github-actions
Copy link

Cryostat Test: At least one test failed ❌
https://github.com/cryostatio/cryostat-core/actions/runs/7875304884

@andrewazores
Copy link
Member

I think #52 probably also solves or is a replacement for #39, so in that case this PR also replaces #322.

@andrewazores
Copy link
Member

Test failure looks like just a sporadic flakey test.

@mwangggg
Copy link
Member Author

/build_test

@andrewazores
Copy link
Member

@github-actions
Copy link

Cryostat Test: At least one test failed ❌
https://github.com/cryostatio/cryostat-core/actions/runs/7877293531

@andrewazores
Copy link
Member

Different sporadic test failures, fun...

@andrewazores
Copy link
Member

/build_test

@andrewazores
Copy link
Member

@github-actions
Copy link

Cryostat Test: At least one test failed ❌
https://github.com/cryostatio/cryostat-core/actions/runs/7877448301

@mwangggg
Copy link
Member Author

:o so many failures

@andrewazores
Copy link
Member

Yea, this is getting ridiculous. Hitting every sporadic failure I've seen for the 2.x codebase in a row.

@andrewazores
Copy link
Member

/build_test

@andrewazores
Copy link
Member

@github-actions
Copy link

Cryostat Test: All tests pass ✅
https://github.com/cryostatio/cryostat-core/actions/runs/7877597207

Copy link
Member

@andrewazores andrewazores left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, just a couple of minor nitpicks before merge.

@mwangggg
Copy link
Member Author

/build_test

@github-actions
Copy link

Cryostat Test: All tests pass ✅
https://github.com/cryostatio/cryostat-core/actions/runs/7905233960

@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64
arm64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64
cryostat3-java17_amd64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64-java17
cryostat3-java17_arm64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64-java17

To run smoketest:

# amd64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64 sh smoketest.sh

# or arm64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64 sh smoketest.sh

# or cryostat3-java17-amd64
CRYOSTAT3_java17amd64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64-java17 sh smoketest.sh

# or cryostat3-java17-arm64
CRYOSTAT3_java17arm64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64-java17 sh smoketest.sh 

@mwangggg
Copy link
Member Author

/build_test

@github-actions
Copy link

Cryostat Test: All tests pass ✅
https://github.com/cryostatio/cryostat-core/actions/runs/7907703338

@andrewazores andrewazores added the breaking change This change (potentially) breaks API compatibility and requires corresponding changes elsewhere label Feb 14, 2024
@andrewazores andrewazores merged commit 684a061 into cryostatio:main Feb 14, 2024
@github-actions
Copy link

ARCH IMAGE
amd64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64
arm64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64
cryostat3-java17_amd64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64-java17
cryostat3-java17_arm64 ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64-java17

To run smoketest:

# amd64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64 sh smoketest.sh

# or arm64
CRYOSTAT_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64 sh smoketest.sh

# or cryostat3-java17-amd64
CRYOSTAT3_java17amd64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-amd64-java17 sh smoketest.sh

# or cryostat3-java17-arm64
CRYOSTAT3_java17arm64_IMAGE=ghcr.io/cryostatio/cryostat-core:pr-348-7a44ca64fc17575daa32ec13450b4a04f72cd929-linux-arm64-java17 sh smoketest.sh 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change This change (potentially) breaks API compatibility and requires corresponding changes elsewhere feat New feature or request safe-to-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Logger abstraction

2 participants