-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackStorm v3.3.0 Pre-release Testing #52
Comments
Raised StackStorm/st2-packages#665 for failing to install previous stable version with one-line installer and -v (--version works fine though). I don't think it's a blocker though, but fix in PR. |
missing changelog in st2chatops: StackStorm/st2chatops#158 |
@nmaludy Some of those st2 web PRs aren't PRs merging into master,but merging into a feature branch. e.g. StackStorm/st2web#807 - they are the merges into the workflow composer feature branch. |
StackStorm/st2-packages#666 raised for fact stable tries to intsall 3.2 with 3.3 scripts.. |
Need to ensure that people migrating form MongoDB 3.4 (previously supported version) follow the upgrade path: 3.4 -> 3.6 -> 4.0 https://docs.mongodb.com/manual/release-notes/3.6-upgrade-standalone/ submitted issue: StackStorm/st2docs#1026 |
Testing so far on CentOS8 after a bash single line install good. No problems found with UI. |
I did a testing of CentOS 7 from 3.2.0 -> 3.3.0 and no issues there (puppet-st2 managed). |
CentOS 8 ansible install all good. |
CentOS 7 ansible looking good too. |
Ubuntu 16.04 ansible install looked good. I found a problem on the web-ui with responding to inquiries and not selecting a field. But have also verified that it is a legacy problem and exists on my 3.2.0 install (StackStorm/st2web#809) |
Also verified the dig fix on CentOS 8. Reproduced failure on 3.2.0, and passed on 3.3.0dev (after installing bind-utils which wasn't installed as a dependency...). Not sure if we want to install that by default, but had to install manually. |
Vagrant commands to test various installs (used on my RHEL box so ignore
Testing the boxes after they're up:
|
@nmaludy Did you test on ubuntu 20.04? |
@amanda11 no i haven't yet, sorry copy/paste fail, i'll change that to 1604 |
Self-check passed on all the various boxes!
|
Ansible install on Ubuntu 18.04 successful, and quick run-through on UI good. |
Also did a quick chatops test with slack yesterday on one of the platforms (now forgot which O/S!) |
Did a few manual tests and picked up a couple platforms to try. Here is the report:
|
@armab st2docs PR for the comments above is started here: StackStorm/st2docs#1028 |
Just deployed using |
@punkrokk found the issue StackStorm/st2#5057 and i have implemented PRs to fix this: StackStorm/st2#5058 (into master) |
I tested CentOS8. Looks good. |
Found a bug in st2ci when trying to run the e2e upgrade test for el8. We need to pass |
Found an issue in st2-self-check where it was invoking actions and reporting back "OK" status, but in fact the action failed: Specifically the action that failed was The action failed because on the vagrant box for libvirt: However, the st2-self-check reported success (as seen above), when you check the WebUI the action in fact failed. TODO: write up an issue for this, investigate and fix |
We're ready to prepare the StackStorm
v3.3
release and starting pre-release testing..Release Process Preparation
Per Release Management Schedule @nmaludy is the Release Manager and @blag Assisting for v3.3. They will freeze the
master
for the major repositories in StackStorm org, follow the StackStorm Release Process which is now available to public, accompanied by the Useful Info for Release managers. Communication is happening in#releasemgmt
and#development
Slack channels.The first step is pre-release manual user-acceptance testing for
v3.3dev
.Why Manual testing?
StackStorm is very serious about testing and has a lot of it: Unit tests, Integration, Deployment/Integrity checks, Smoke tests and eventually end-2-end tests when automation spins up new AWS instance for each OS/flavor we support, installs real st2 like user would and runs set of st2tests (for each st2 PR, nightly, periodically, during release).
That's a perfect way to verify what we already know and codify expectations about how StackStorm should function.
However it's not enough.
There are always new unknowns to discover, edge cases to experience and tests to add. Hence, manual Exploratory Testing is an exercise where entire team gathers together and starts trying (or breaking) new features before the new release. Because we're all different, perceive software differently and try different things we might find new bugs, improper design, oversights, edge cases and more.
This is how StackStorm previously managed to land less major/critical bugs into production.
TL;DR
Install StackStorm
v3.3dev
unstable packages, try random things in random environments (different OS) and report any regressions found comparing tov3.2
:Extra points for PR hotfixes and adding new or missing test cases.
Major changes
st2-docker
revamp based onst2-dockerfiles
Full Changelog
Changes which are recommended to ack, explore, check and try in a random way.
st2
Added
Add make command to autogen JSON schema from the models of action, rule, etc. Add check
to ensure update to the models require schema to be regenerated. (new feature)
Improved st2sensor service logging message when a sensor will not be loaded when assigned to a
different partition (@punkrokk) #4991
Add support for a configurable connect timeout for SSH connections as requested in #4715
by adding the new configuration parameter
ssh_connect_timeout
to thessh_runner
group in st2.conf. (new feature) #4914
This option was requested by Harry Lee (@tclh123) and contributed by Marcel Weinberg (@winem).
Added a FAQ for the default user/pass for the
tools/launch_dev.sh
script and print out thedefault pass to screen when the script completes. (improvement) #5013
Contributed by @punkrokk
Added deprecation warning if attempt to install or download a pack that only supports
Python 2. (new feature) #5037
Contributed by @amanda11
Added deprecation warning to each StackStorm service log, if service is running with
Python 2. (new feature) #5043
Contributed by @amanda11
Added deprecation warning to st2ctl, if st2 python version is Python 2. (new feature) #5044
Contributed by @amanda11
Changed
Switch to MongoDB
4.0
as the default version starting with all supported OS's in st2v3.3.0
(improvement) #4972Contributed by @punkrokk
Added an enhancement where ST2api.log no longer reports the entire traceback when trying to get a datastore value
that does not exist. It now reports a simplified log for cleaner reading. Addresses and Fixes #4979. (improvement) #4981
Contributed by Justin Sostre (@saucetray)
The built-in
st2.action.file_writen
trigger has been renamed tost2.action.file_written
to fix the typo (bug fix) #4992
Renamed reference to the RBAC backend/plugin from
enterprise
todefault
. Updated st2apivalidation to use the new value when checking RBAC configuration. Removed other references to
enterprise for RBAC related contents. (improvement)
Remove authentication headers
St2-Api-Key
,X-Auth-Token
andCookie
from webhook payloads toprevent them from being stored in the database. (security bug fix) #4983
Contributed by @potato and @knagy
Fixed
Fixed a bug where
type
attribute was missing for netstat action in linux pack. Fixes #4946Reported by @scguoi and contributed by Sheshagiri (@Sheshagiri)
Fixed a bug where persisting Orquesta to the MongoDB database returned an error
message: key 'myvar.with.period' must not contain '.'
. This happened anytime aninput
,output
,publish
or contextvar
contained a key with a.
withinthe name (such as with hostnames and IP addresses). This was a regression introduced by
trying to improve performance. Fixing this bug means we are sacrificing performance of
serialization/deserialization in favor of correctness for persisting workflows and
their state to the MongoDB database. (bug fix) #4932
Contributed by Nick Maludy (@nmaludy Encore Technologies)
Fix a bug where passing an empty list to a with items task in a subworkflow causes
the parent workflow to be stuck in running status. (bug fix) #4954
Fixed a bug in the example nginx HA template declared headers twice (bug fix) #4966
Contributed by @punkrokk
Fixed a bug in the
paramiko_ssh
runner where SSH sockets were not getting cleanedup correctly, specifically when specifying a bastion host / jump box. (bug fix) #4973
Contributed by Nick Maludy (@nmaludy Encore Technologies)
Fixed a bytes/string encoding bug in the
linux.dig
action so it should work on Python 3(bug fix) #4993
Fixed a bug where a python3 sensor using ssl needs to be monkey patched earlier. See also #4832, #4975 and SSLContext infinite recursion in Python 3.6 gevent/gevent#1016 (bug fix) #4976
Contributed by @punkrokk
Fixed bug where action information in RuleDB object was not being parsed properly
because mongoengine EmbeddedDocument objects were added to JSON_UNFRIENDLY_TYPES and skipped.
Removed this and added if to use to_json method so that mongoengine EmbeddedDocument
are parsed properly.
Contributed by Bradley Bishop (@bishopbm1 Encore Technologies)
Fix a regression when updated
dnspython
pip dependency resulted inst2 services unable to connect to mongodb remote host (bug fix) #4997
Fixed a regression in the
linux.dig
action on Python 3. (bug fix) #4993Contributed by @blag
Fixed a bug in pack installation logging code where unicode strings were not being
interpolated properly. (bug fix)
Contributed by @misterpah
Fixed a compatibility issue with the latest version of the
logging
library APIwhere the
find_caller()
function introduced some new variables. (bug fix) #4923Contributed by @Dahfizz9897
Removed
Removed
Mistral
workflow engine (deprecation) #5011Contributed by Amanda McGuinness (@amanda11 Ammeon Solutions)
Removed
CentOS 6
/RHEL 6
support #4984Contributed by Amanda McGuinness (@amanda11 Ammeon Solutions)
Removed our fork of
codecov-python
for CI and have switched back to the upstream version (improvement) #5002orquesta
Fixed
st2chatops
st2web
Conclusion
Please report findings here and bugs/regressions in respective repositories.
Depending on severity and importance bugs might be fixed before the release or postponed to the next release if they're very minor and not a release blocker.
Issues Found During Release
PRs Merged for Release
TODOs
The text was updated successfully, but these errors were encountered: