unioslo / mreg

GNU General Public License v3.0
7 stars 13 forks source link

Add explicit ID filtering to tables. #542

Closed terjekv closed 1 month ago

terjekv commented 1 month ago
test> host add test123
Name:         test123.uio.no
Contact:
TTL:          (Default)
Created:      Wed Jun  5 23:49:43 2024
Updated:      Wed Jun  5 23:49:43 2024
test> host remove test123
OK: : removed test123.uio.no

Fixes #541.

coveralls commented 1 month ago

Coverage Status

coverage: 98.842% (+0.001%) from 98.841% when pulling c9a6d5ecde9064e1edb41f3a3711567372290945 on terjekv:terjekv/phantom-SRV-records into bbfcf1828dd0487349d7dd9dfe054d102d2d2a5c on unioslo:master.

coveralls commented 1 month ago

Coverage Status

coverage: 98.842% (+0.001%) from 98.841% when pulling c9a6d5ecde9064e1edb41f3a3711567372290945 on terjekv:terjekv/phantom-SRV-records into bbfcf1828dd0487349d7dd9dfe054d102d2d2a5c on unioslo:master.

oyvindkolbu commented 1 month ago

How about some tests to ensure we catch this one?

terjekv commented 1 month ago

I'm working on a test suite for filtering as a whole, there is some discussion on what we should support and how.