Skip to content

Commit

Permalink
Re-enable CI tests (#108)
Browse files Browse the repository at this point in the history
In the current release process, it is necessary to follow the release
with a PR like this, to:
1. re-enable CI testing
2. update go.sum files
  • Loading branch information
jmacd authored Nov 17, 2023
1 parent b51a4c6 commit 9154946
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 134 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: "1.21"

- name: Build all modules
run: make build || true
run: make build

- name: Test all modules
run: make test || true
run: make test
11 changes: 0 additions & 11 deletions collector/cmd/otelarrowcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











20 changes: 20 additions & 0 deletions collector/cmd/otelarrowcol/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,26 @@ github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextensi
github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.88.0/go.mod h1:qygQpMj8Xk4J9YQMgsvC5raRRfNqkkPJRFZ6ZFPL7MI=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.88.0 h1:ornGkT2YBY/8W4kcVnErFehd6NUHqUW8g36DG7+3tCQ=
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.88.0/go.mod h1:l2gdVngRvmSczRunw8WWun/mmkUkLuDSua2cWzalqrM=
github.com/open-telemetry/otel-arrow v0.10.0 h1:YsCv4nlDVVq6iUHrKbWfSn1hNl5Ktj+DuoNPL6WxCck=
github.com/open-telemetry/otel-arrow v0.10.0/go.mod h1:sIlf7+788Lo7T+EGNPVYFfdUrLHSirkM2PeAnyRUAvg=
github.com/open-telemetry/otel-arrow/collector v0.10.0 h1:uNumhaO146pafdaoOuEAI7/yOw6YQOnVXH7uo/2yDP8=
github.com/open-telemetry/otel-arrow/collector v0.10.0/go.mod h1:myobGe42YNoTHWa3N1QNQla8B/fm26YdsKtFnRByVBc=
github.com/open-telemetry/otel-arrow/collector/connector/validationconnector v0.10.0 h1:qMU80TalMyJlMwklghdlkinPhfSNrViAEZxb08ZN9LI=
github.com/open-telemetry/otel-arrow/collector/connector/validationconnector v0.10.0/go.mod h1:DXsSgiYx1H1lvBAh9rKi87s/uBdwLkQuvyxNeEpn6lQ=
github.com/open-telemetry/otel-arrow/collector/exporter/fileexporter v0.10.0 h1:I8asp7IHEnIQec6T4xzKLfd7MY99gN1KadtwKWwN50U=
github.com/open-telemetry/otel-arrow/collector/exporter/fileexporter v0.10.0/go.mod h1:sNqU8ZywtFW3hGOej5rxaz2f7I+001n+hoWKQvi513A=
github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.10.0 h1:UFByWDrFqIpg6Je6FY2GiyoBE7Rl0ycKG83iRjDZy50=
github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.10.0/go.mod h1:KSUEFifXrw6DsMOf27SxF4Lunakal1sR5wJ42U31BY8=
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.10.0 h1:CnvFakcvSkzlvW3zD4z6x3a5cl5suqD13pZuwvkenHw=
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.10.0/go.mod h1:UPiXGbgKFX1h4kRXrECTxTpzE2+hiHCEhQtwi2AEBC0=
github.com/open-telemetry/otel-arrow/collector/processor/experimentprocessor v0.10.0 h1:9qEoRPl9Vc+c7qr2RAasSYSGglh+nveFvqdH1WICyBQ=
github.com/open-telemetry/otel-arrow/collector/processor/experimentprocessor v0.10.0/go.mod h1:suOi9A9TnsMU32yGJXaVAiX9IcPoiNfkVEvWe2gJCe8=
github.com/open-telemetry/otel-arrow/collector/processor/obfuscationprocessor v0.10.0 h1:giWmRvUZ7IO7Rd6X9J9veKGR+Ih11Abt5sShfeao8wE=
github.com/open-telemetry/otel-arrow/collector/processor/obfuscationprocessor v0.10.0/go.mod h1:YYqQtw5XLZr2/uKKogBE0AoO5Y8XXjK+qcky4d9a3Ak=
github.com/open-telemetry/otel-arrow/collector/receiver/filereceiver v0.10.0 h1:cOB6O3fa5Y0uIjYtglt4SNq9qqJAdoI0oytXt3F1ctM=
github.com/open-telemetry/otel-arrow/collector/receiver/filereceiver v0.10.0/go.mod h1:bfJ52oQuGcdvKged3twCDKQLzWuerwrU08irJynUXTk=
github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.10.0 h1:IKTzJc5dpXJeFFjfIno9wjivdQIWU1zY56phWx1Q9Hc=
github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.10.0/go.mod h1:zzx53QltFp/HBFAkqltvinyjtyG92Wk/R83YTvgaMww=
github.com/opentracing/opentracing-go v1.0.2/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.0.3-0.20180606204148-bd9c31933947/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o=
Expand Down
11 changes: 0 additions & 11 deletions collector/connector/validationconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











2 changes: 2 additions & 0 deletions collector/connector/validationconnector/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/open-telemetry/otel-arrow v0.10.0 h1:YsCv4nlDVVq6iUHrKbWfSn1hNl5Ktj+DuoNPL6WxCck=
github.com/open-telemetry/otel-arrow v0.10.0/go.mod h1:sIlf7+788Lo7T+EGNPVYFfdUrLHSirkM2PeAnyRUAvg=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
Expand Down
11 changes: 0 additions & 11 deletions collector/examples/printer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,3 @@ require (
google.golang.org/grpc v1.59.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)











11 changes: 0 additions & 11 deletions collector/exporter/fileexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











2 changes: 2 additions & 0 deletions collector/exporter/fileexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/open-telemetry/otel-arrow/collector v0.10.0 h1:uNumhaO146pafdaoOuEAI7/yOw6YQOnVXH7uo/2yDP8=
github.com/open-telemetry/otel-arrow/collector v0.10.0/go.mod h1:myobGe42YNoTHWa3N1QNQla8B/fm26YdsKtFnRByVBc=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/prometheus/client_golang v1.17.0 h1:rl2sfwZMtSthVU752MqfjQozy7blglC+1SOtjMAMh+Q=
Expand Down
11 changes: 0 additions & 11 deletions collector/exporter/otelarrowexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,3 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











4 changes: 4 additions & 0 deletions collector/exporter/otelarrowexporter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjY
github.com/mostynb/go-grpc-compression v1.2.2 h1:XaDbnRvt2+1vgr0b/l0qh4mJAfIxE0bKXtz2Znl3GGI=
github.com/mostynb/go-grpc-compression v1.2.2/go.mod h1:GOCr2KBxXcblCuczg3YdLQlcin1/NfyDA348ckuCH6w=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/open-telemetry/otel-arrow v0.10.0 h1:YsCv4nlDVVq6iUHrKbWfSn1hNl5Ktj+DuoNPL6WxCck=
github.com/open-telemetry/otel-arrow v0.10.0/go.mod h1:sIlf7+788Lo7T+EGNPVYFfdUrLHSirkM2PeAnyRUAvg=
github.com/open-telemetry/otel-arrow/collector v0.10.0 h1:uNumhaO146pafdaoOuEAI7/yOw6YQOnVXH7uo/2yDP8=
github.com/open-telemetry/otel-arrow/collector v0.10.0/go.mod h1:myobGe42YNoTHWa3N1QNQla8B/fm26YdsKtFnRByVBc=
github.com/pierrec/lz4/v4 v4.1.18 h1:xaKrnTkyoqfh1YItXl56+6KJNVYWlEEPuAQW9xsplYQ=
github.com/pierrec/lz4/v4 v4.1.18/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
11 changes: 0 additions & 11 deletions collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/processor/concurrentbatchprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/processor/experimentprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/processor/obfuscationprocessor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/receiver/filereceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,3 @@ require (
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











11 changes: 0 additions & 11 deletions collector/receiver/otelarrowreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











4 changes: 4 additions & 0 deletions collector/receiver/otelarrowreceiver/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ github.com/mostynb/go-grpc-compression v1.2.2/go.mod h1:GOCr2KBxXcblCuczg3YdLQlc
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/open-telemetry/otel-arrow v0.10.0 h1:YsCv4nlDVVq6iUHrKbWfSn1hNl5Ktj+DuoNPL6WxCck=
github.com/open-telemetry/otel-arrow v0.10.0/go.mod h1:sIlf7+788Lo7T+EGNPVYFfdUrLHSirkM2PeAnyRUAvg=
github.com/open-telemetry/otel-arrow/collector v0.10.0 h1:uNumhaO146pafdaoOuEAI7/yOw6YQOnVXH7uo/2yDP8=
github.com/open-telemetry/otel-arrow/collector v0.10.0/go.mod h1:myobGe42YNoTHWa3N1QNQla8B/fm26YdsKtFnRByVBc=
github.com/pierrec/lz4/v4 v4.1.18 h1:xaKrnTkyoqfh1YItXl56+6KJNVYWlEEPuAQW9xsplYQ=
github.com/pierrec/lz4/v4 v4.1.18/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
11 changes: 0 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,3 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)











0 comments on commit 9154946

Please sign in to comment.