Skip to content

Commit

Permalink
Merge pull request konveyor#60 from aufi/force-serial-analysis
Browse files Browse the repository at this point in the history
Force serial analysis execution and move Testapp deps test
  • Loading branch information
aufi authored Nov 14, 2023
2 parents 5777b8a + 5d706d5 commit 7a1560f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test-tier2:

# Application analysis tests.
test-analysis:
go test -count=1 -timeout 7200s -v ./analysis/...
go test -count=1 -p=1 -timeout 7200s -v ./analysis/...

# Metrics.
test-metrics:
Expand Down
2 changes: 1 addition & 1 deletion analysis/test_cases.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package analysis
// List of applications with expected analysis outputs.
var Tier0TestCases = []TC{
TackleTestappPublic,
TackleTestappPublicWithDeps,
}

//
Expand All @@ -19,6 +18,7 @@ var Tier1TestCases = []TC{
// Tier 2 Analysis test cases - great if works.
// List of applications with expected analysis outputs.
var Tier2TestCases = []TC{
TackleTestappPublicWithDeps,
Tomcat,
Daytrader,
PetclinicHazelcast,
Expand Down

0 comments on commit 7a1560f

Please sign in to comment.