• 0 Posts
  • 67 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle



  • Unit tests? No matter where you run them, and normally this is done by CI in a prebuilt container image, so you don’t have to wait for “docker building”. Acceptance tests must be run in an environment as close to production as possible, but that’s definitely not a programmer’s job.







  • bizdelnick@lemmy.mltoLinux@lemmy.mlThe Terminal Question
    link
    fedilink
    arrow-up
    16
    arrow-down
    6
    ·
    18 days ago

    Are you serious? It’s just a window where text is printed. Use what your DE provides. Now I’m mostly on LXQt, so I use QTerminal. With tiling WMs I prefer urxvt because I don’t need builtin window splitting ans tabs. I can’t imagine what other features may I need.







  • You will need many iterations of trial and error. No way.

    You can speed up testing your playbook by using Molecule or something similar. Don’t touch your working VMs until you get a service (role) set up correctly in your test environment. If you need to set up multiple services in a single VM, you can automate their deployment sequentially, of course.

    P. S. I don’t like Ansible and won’t recommend it because it is full of bugs and non-obvious behavior. However I didn’t investigate alternatives and can’t suggest a better one.