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

Tests for connect over TLS were bypassed due to the unix socket path being populated #107

Closed
wants to merge 39 commits into from

Commits on Dec 8, 2022

  1. fix: add missing error handler on _ping() method

    Gabriel committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    5a379f0 View commit details
    Browse the repository at this point in the history
  2. test: deactivate unix socket from default config

    Gabriel committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    86d7fa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ab41bb View commit details
    Browse the repository at this point in the history
  4. test: typo

    Gabriel committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    667c4f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb6b7e4 View commit details
    Browse the repository at this point in the history
  6. ci: add 127.0.0.1 to SAN

    Gabriel committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1759b1a View commit details
    Browse the repository at this point in the history
  7. ci: SAN overrides CN...

    Gabriel committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8657944 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. ci: restart stunnel using systemd?

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3d71749 View commit details
    Browse the repository at this point in the history
  2. ci: wait for freshclam

    Remove secondary timer, openssl/stunnel config should give us the time padding clamd needs to boot
    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    511e9ce View commit details
    Browse the repository at this point in the history
  3. ci: elevate

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    66937c3 View commit details
    Browse the repository at this point in the history
  4. ci: tail

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    36c3272 View commit details
    Browse the repository at this point in the history
  5. ci: tail more

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    afccc2e View commit details
    Browse the repository at this point in the history
  6. ci: use the database test passed message.

    Others are variable...
    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8b7edff View commit details
    Browse the repository at this point in the history
  7. ci: wait for clamd to open up socket

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4402033 View commit details
    Browse the repository at this point in the history
  8. ci: don't ls, folder may not exist yet

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    265cf77 View commit details
    Browse the repository at this point in the history
  9. ci: inspect clamav-daemon

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5c65481 View commit details
    Browse the repository at this point in the history
  10. ci: wait for freshclam to state it either notified daemon or failed to

    All other messages seem either non-unique or too unique (only fired on a specific internal event)
    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ef2c063 View commit details
    Browse the repository at this point in the history
  11. ci: remove wait on socket.

    Logs said clamav was already active...
    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    33a042a View commit details
    Browse the repository at this point in the history
  12. ci: add ::1 to SAN IP List

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3219eac View commit details
    Browse the repository at this point in the history
  13. ci: address pesky deprecation warnings

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    385e76a View commit details
    Browse the repository at this point in the history
  14. ci: edit file in place

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    79d3c0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a2d2ba0 View commit details
    Browse the repository at this point in the history
  16. ci: add on failure runner config

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1ccd2d8 View commit details
    Browse the repository at this point in the history
  17. ci: stop-reconfigure-start?

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    1721243 View commit details
    Browse the repository at this point in the history
  18. ci: wait for socket file to exist

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    5469753 View commit details
    Browse the repository at this point in the history
  19. ci: print response

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3f00caa View commit details
    Browse the repository at this point in the history
  20. ci: test is a Socket File

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    b499fe1 View commit details
    Browse the repository at this point in the history
  21. ci: stunnel logs?

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0c0d6a2 View commit details
    Browse the repository at this point in the history
  22. ci: override stunnel target socket on runner

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4f6549c View commit details
    Browse the repository at this point in the history
  23. ci: update /etc/file

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c39e56b View commit details
    Browse the repository at this point in the history
  24. ci: sudo

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e91cb98 View commit details
    Browse the repository at this point in the history
  25. test: stunnel listen on ipv6

    so it listens for both ipv6 & 4
    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    bd1ec17 View commit details
    Browse the repository at this point in the history
  26. test: test IPv4 & IPv6 explicitly

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    facac40 View commit details
    Browse the repository at this point in the history
  27. fix: use existing property

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    002e5b4 View commit details
    Browse the repository at this point in the history
  28. test: rename test case

    Gabriel committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ace3044 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. chore: update devdependencies

    Gabriel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9ad857b View commit details
    Browse the repository at this point in the history
  2. build: rebuild lockfile to expunge json5 cve

    Gabriel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0f59931 View commit details
    Browse the repository at this point in the history
  3. test: retry failed tests once, hoping it'll get over github's ubuntu …

    …flakiness...
    Gabriel committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6de4380 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. doc: run jsdoc2md

    Gabriel committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6dd885b View commit details
    Browse the repository at this point in the history