lucian-ioan / public-notes

Apache License 2.0
0 stars 0 forks source link

Figure out how to spin up the elastic stack with custom version of beats #2

Open lucian-ioan opened 1 year ago

lucian-ioan commented 1 year ago

How to properly test a change E2E in beats that is also affecting the behaviour of integrations package?

Scenario where things get tricky without knowing this:

  1. A PR is adding a new option for the azure config.
  2. Testing this config option would require releasing a new version of beats and then spinning up the stack locally to check the functionality (via elastic-package stack up -v -d).
  3. After testing, an enhancement in usability is discovered or the config option is bugged. Any change would require waiting for another release cycle to be available.

This is worrying, as without proper testing, bugged/unpolished features can be shipped unknowingly.

lucian-ioan commented 1 year ago

Superseded by https://github.com/zmoog/public-notes/issues/35