Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 2, 2023
1 parent b580db3 commit 4c9c90f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ sonar.projectKey=elastic_elastic-agent
sonar.host.url=https://sonarcloud.io

sonar.sources=.
<<<<<<< HEAD
sonar.exclusions=**/*_test.go, .git/**, dev-tools/**, /magefile.go, changelog/**, _meta/**, deploy/**, docs/**, img/**, specs/**, pkg/testing/**
=======
sonar.exclusions=**/*_test.go, .git/**, dev-tools/**, /magefile.go, changelog/**, _meta/**, deploy/**, docs/**, img/**, specs/**, pkg/testing/**, pkg/component/fake/**, **/mocks/*.go
>>>>>>> bc1982aebe ([Standalone Agent] Disallow upgrade if upgrade is already in progress (#3473))
sonar.tests=.
sonar.test.inclusions=**/*_test.go

Expand Down
4 changes: 1 addition & 3 deletions testing/integration/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"github.com/elastic/elastic-agent-libs/kibana"

"github.com/elastic/elastic-agent/internal/pkg/agent/application/paths"
"github.com/elastic/elastic-agent/internal/pkg/agent/install"
cmdVersion "github.com/elastic/elastic-agent/internal/pkg/basecmd/version"
"github.com/elastic/elastic-agent/internal/pkg/release"
v1client "github.com/elastic/elastic-agent/pkg/control/v1/client"
Expand Down Expand Up @@ -1082,8 +1083,6 @@ type CustomPGP struct {
PGPUri string
PGPPath string
}
<<<<<<< HEAD
=======

// TestStandaloneUpgradeFailsRestart tests the scenario where upgrading to a new version
// of Agent fails due to the new Agent binary not starting up. It checks that the Agent is
Expand Down Expand Up @@ -1274,4 +1273,3 @@ func twoMinorsPrevious(t *testing.T, ctx context.Context) *version.ParsedSemVer

return v
}
>>>>>>> bc1982aebe ([Standalone Agent] Disallow upgrade if upgrade is already in progress (#3473))

0 comments on commit 4c9c90f

Please sign in to comment.