Skip to content

Commit

Permalink
fix(pkg/build): fixed flaky tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Oct 19, 2023
1 parent 41fe0b3 commit 45048b5
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions pkg/build/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestBuild(t *testing.T) {
RepoRoot: "./test",
Target: root.Target{
Distro: "centos",
KernelRelease: "5.14.0-366.el9.x86_64",
KernelRelease: "5.14.0-368.el9.x86_64",
KernelVersion: "1",
},
},
Expand All @@ -64,15 +64,15 @@ func TestBuild(t *testing.T) {
IgnoreErrors: false,
},
expectedLocalObjects: []string{
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
},
expectedBucketObjects: []string{
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
},
shouldCreate: true,
name: "build 5.0.1+driver centos 5.14.0-366.el9.x86_64",
name: "build 5.0.1+driver centos 5.14.0-368.el9.x86_64",
},
{
opts: Options{
Expand All @@ -83,7 +83,7 @@ func TestBuild(t *testing.T) {
RepoRoot: "./test",
Target: root.Target{
Distro: "centos",
KernelRelease: "5.14.0-368.el9.x86_64",
KernelRelease: "5.14.0-370.el9.x86_64",
KernelVersion: "1",
},
},
Expand All @@ -92,17 +92,17 @@ func TestBuild(t *testing.T) {
IgnoreErrors: false,
},
expectedLocalObjects: []string{
"falco_centos_5.14.0-370.el9.x86_64_1.ko",
"falco_centos_5.14.0-370.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
},
expectedBucketObjects: []string{
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
},
shouldCreate: false, // since it is not publishing
name: "build 5.0.1+driver centos 5.14.0-368.el9.x86_64",
name: "build 5.0.1+driver centos 5.14.0-370.el9.x86_64",
},
{
opts: Options{
Expand All @@ -113,7 +113,7 @@ func TestBuild(t *testing.T) {
RepoRoot: "./test",
Target: root.Target{
Distro: "centos",
KernelRelease: "5.14.0-366.el9.x86_64", // try to rebuild same object.
KernelRelease: "5.14.0-368.el9.x86_64", // try to rebuild same object.
KernelVersion: "1",
},
},
Expand All @@ -122,17 +122,17 @@ func TestBuild(t *testing.T) {
IgnoreErrors: false,
},
expectedLocalObjects: []string{
"falco_centos_5.14.0-370.el9.x86_64_1.ko",
"falco_centos_5.14.0-370.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
},
expectedBucketObjects: []string{
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
},
shouldCreate: false, // since objects are already present, nothing should be created
name: "rebuild 5.0.1+driver centos 5.14.0-366.el9.x86_64",
name: "rebuild 5.0.1+driver centos 5.14.0-368.el9.x86_64",
},
{
opts: Options{
Expand All @@ -143,7 +143,7 @@ func TestBuild(t *testing.T) {
RepoRoot: "./test",
Target: root.Target{
Distro: "centos",
KernelRelease: "5.14.0-366.el9.x86_64", // try to rebuild same object.
KernelRelease: "5.14.0-368.el9.x86_64", // try to rebuild same object.
KernelVersion: "1",
},
},
Expand All @@ -152,17 +152,17 @@ func TestBuild(t *testing.T) {
IgnoreErrors: false,
},
expectedLocalObjects: []string{
"falco_centos_5.14.0-370.el9.x86_64_1.ko",
"falco_centos_5.14.0-370.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
},
expectedBucketObjects: []string{
"falco_centos_5.14.0-366.el9.x86_64_1.ko",
"falco_centos_5.14.0-366.el9.x86_64_1.o",
"falco_centos_5.14.0-368.el9.x86_64_1.ko",
"falco_centos_5.14.0-368.el9.x86_64_1.o",
},
shouldCreate: true,
name: "rebuild and publish 5.0.1+driver centos 5.14.0-366.el9.x86_64",
name: "rebuild and publish 5.0.1+driver centos 5.14.0-368.el9.x86_64",
},
}

Expand Down

0 comments on commit 45048b5

Please sign in to comment.