You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the stacks-core nextest archive build step, add --features monitoring_prom.
adding this feature flag is not allowed when running the tests, but it should work to add in the build step.
however, in a sample test, we're reliably hitting errors on the following 2 tests:
This looks like it may just be a true test failure -- the monitoring_prom flag hasn't been set in CI test runs, so the old test assertions for the prom metrics may just be broken.
@kantai re: #6
in the stacks-core nextest archive build step, add
--features monitoring_prom
.adding this feature flag is not allowed when running the tests, but it should work to add in the build step.
however, in a sample test, we're reliably hitting errors on the following 2 tests:
I'm not positive if this is due to my using an older fork or not, but i'll first try to update my fork to the current upstream master branch.
The text was updated successfully, but these errors were encountered: