Skip to content
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

Tracking list of manual smoke tests before each release #3588

Open
15 tasks
jessfraz opened this issue Aug 21, 2024 · 8 comments
Open
15 tasks

Tracking list of manual smoke tests before each release #3588

jessfraz opened this issue Aug 21, 2024 · 8 comments
Labels
desktop-app Issues from the desktop app. dev Issues related to development of the app. packaging For all things about packaging the app. tests Pull requests that update or improve our test suite

Comments

@jessfraz
Copy link
Contributor

jessfraz commented Aug 21, 2024

Manual Tasks

  1. desktop-app tests
  2. desktop-app tests
  3. desktop-app tests
  4. desktop-app tests
  5. desktop-app tests

also relevant #3459

@jessfraz jessfraz added the desktop-app Issues from the desktop app. label Aug 21, 2024
@jessfraz jessfraz pinned this issue Aug 21, 2024
@jessfraz jessfraz added tests Pull requests that update or improve our test suite dev Issues related to development of the app. packaging For all things about packaging the app. labels Aug 21, 2024
@lf94
Copy link
Contributor

lf94 commented Aug 22, 2024

Can we put a process in place?

@lf94
Copy link
Contributor

lf94 commented Aug 22, 2024

I was thinking maybe a spreadsheet with screenshot links that prove we have done the tests manually.

@jessfraz
Copy link
Contributor Author

this is it haha, smoke test these for each os :)

@jessfraz
Copy link
Contributor Author

oh that seems like a lot of work, I trust you all to actually do the thing, versus wasting time dealing w excel

@lf94
Copy link
Contributor

lf94 commented Aug 22, 2024

We can save time by partitioning the tests amongst ourselves using a doc tho

@jessfraz
Copy link
Contributor Author

fair fair set up whatever process you want :)

@franknoirot
Copy link
Collaborator

Maybe we auto-make a tasklist on "Cut release vXX.YY.ZZ" PRs

@nadr0
Copy link
Collaborator

nadr0 commented Sep 30, 2024

Grab the out-ubuntu-22.04 AppImage from the build-publish-apps job in the CI CD pipeline of the PR that has the cut release. Example scroll to the bottom and see the artifacts sections to download the file.

Gotcha: I had to chmod +x the file and install Fuse to get the AppImage running

Use: updater-test-ubuntu-22.04 from the artifacts page for the update tests.

  • Electron tests: external links open an external browser Electron tests: external links open an external browser #3373
  • coredump will open github issue with stuff populated (from home and project page) there are different ways to trigger it as well (! button at top, bug at bottom, mod + shift + .)
    • !
    • Bug bottom folder page
    • Bug bottom model render page
    • ❗ (Does not work on linux) mod + shift + .
  • running app.{app,exe} path/to/file opens the kcl file (all oses)
/home/kevin-nadro/Downloads/Zoo\ Modeling\ App-0.25.5-x86_64-linux.AppImage /home/kevin-nadro/Documents/zoo-modeling-app-projects/default/cube.kcl
  • running app.{app,exe} path/to/dir opens the directory and any kcl file in it or creates a main.kcl if empty (all oses)
    • Opens directory
    • Creates main file if empty
/home/kevin-nadro/Downloads/Zoo\ Modeling\ App-0.25.5-x86_64-linux.AppImage /home/kevin-nadro/Documents/zoo-modeling-app-projects/default
rm /home/kevin-nadro/Documents/zoo-modeling-app-projects/empty/main.kcl

/home/kevin-nadro/Downloads/Zoo\ Modeling\ App-0.25.5-x86_64-linux.AppImage /home/kevin-nadro/Documents/zoo-modeling-app-projects/empty
  • If someone at the office, test you can hit make from the app and it works
  • Test updating versions works
  • until we have a performance test, sanity check that time to open file directly from command line is not shit
    • xx.xx
/home/kevin-nadro/Downloads/Zoo\ Modeling\ App-0.25.5-x86_64-linux.AppImage /home/kevin-nadro/Documents/zoo-modeling-app-projects/default/chassis-with-rails.kcl
/home/kevin-nadro/Downloads/Zoo\ Modeling\ App-0.25.5-x86_64-linux.AppImage /home/kevin-nadro/smoke-test-file-permissions-linux/main.kcl

Notes

  • Opening a path to a directory that doesn't exist, hangs, should we create the directory?
Loading project at startup: /home/kevin-nadro/Documents/zoo-modeling-app-projects/empty-2
Error: ENOENT: no such file or directory, stat '/home/kevin-nadro/Documents/zoo-modeling-app-projects/empty-2'
[42821:0930/142409.906556:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
Checking for update
Update for version 0.25.5 is not available (latest version: 0.25.4, downgrade is disallowed).
  • Cannot figure out mod + shift + . on linux for core dump
  • Double clicking files on linux does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop-app Issues from the desktop app. dev Issues related to development of the app. packaging For all things about packaging the app. tests Pull requests that update or improve our test suite
Projects
None yet
Development

No branches or pull requests

4 participants