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

Catch uncommon or random errors for tier0 and tier1 #62

Open
aufi opened this issue Nov 15, 2023 · 1 comment
Open

Catch uncommon or random errors for tier0 and tier1 #62

aufi opened this issue Nov 15, 2023 · 1 comment

Comments

@aufi
Copy link
Member

aufi commented Nov 15, 2023

Changes in API and analysis tests during last week made a shift in CI API E2E test suite stability. However some less frequent errors are still experienced for tier0.

## SOLVED: Hub API fails due to orphaned records in DB Addressed with https://github.com/konveyor/tackle2-hub/pull/554/files

Analysis File system - Java IO

Tested with ~50x repeated local test execution. Testapp public analysis sometimes missing incident line 56 https://github.com/konveyor/go-konveyor-tests/blob/main/analysis/tc_tackle_testapp_public.go#L76-L80 at https://github.com/konveyor/tackle-testapp-public/blob/main/src/main/java/io/konveyor/demo/ordermanagement/config/PersistenceConfig.java#L56

RuleSet: "openshift",
Rule: "local-storage-00001",
File: "/addon/source/tackle-testapp-public/src/main/java/io/konveyor/demo/ordermanagement/config/PersistenceConfig.java",
Line: 56,

From 51 analysis test executions, got 35 PASS, 16 FAIL (always on missing incident line 56 ^, anything else).

Task pod logs are the same (except timestamps and order of Tags, but thats also different across PASS exections)
Debugging details at https://gist.github.com/aufi/1d073945b711de027c3ec423ee464390

@aufi
Copy link
Member Author

aufi commented Nov 22, 2023

Might be resolved by Pranav's PR replacing Testapp simple analysis test with the same app analysis with Maven repo dependencies.

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

No branches or pull requests

1 participant