Skip to content

Instantly share code, notes, and snippets.

@p0pr0ck5
Created May 30, 2017 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p0pr0ck5/6b31ddbcdf3a941aaccd3bb9314758e5 to your computer and use it in GitHub Desktop.
Save p0pr0ck5/6b31ddbcdf3a941aaccd3bb9314758e5 to your computer and use it in GitHub Desktop.
vagrant@vagrant-ubuntu-trusty-64:/kong$ bin/busted spec/04-invalidations/ -o=TAP
ok 1 - cluster_events with db: postgres #o new() creates an instance
ok 2 - cluster_events with db: postgres #o new() instanciates only once (singleton)
ok 3 - cluster_events with db: postgres #o new() generates an identical node_id for all instances on a node
ok 4 - cluster_events with db: postgres #o new() instanciates but does not start polling
not ok 5 - cluster_events with db: postgres pub/sub broadcasts on a given channel
# spec/04-invalidations/01-cluster_events_spec.lua @ 80
# Failure message: spec/04-invalidations/01-cluster_events_spec.lua:83: opts.dao is required
ok 6 - cluster_events with db: postgres pub/sub broadcasts data to subscribers
ok 7 - cluster_events with db: postgres pub/sub does not broadcast events on the same node
not ok 8 - cluster_events with db: postgres pub/sub starts interval polling when subscribing
# spec/04-invalidations/01-cluster_events_spec.lua @ 156
# Failure message: spec/04-invalidations/01-cluster_events_spec.lua:157: opts.dao is required
ok 9 - cluster_events with db: postgres pub/sub applies a poll_offset to lookback potentially missed events
ok 10 - cluster_events with db: postgres pub/sub handles more than <PAGE_SIZE> events at once
ok 11 - cluster_events with db: postgres pub/sub runs callbacks in protected mode
ok 12 - cluster_events with db: postgres pub/sub broadcasts an event with a 'nbf' (not before) field
ok 13 - cluster_events with db: cassandra #o new() creates an instance
ok 14 - cluster_events with db: cassandra #o new() instanciates only once (singleton)
ok 15 - cluster_events with db: cassandra #o new() generates an identical node_id for all instances on a node
ok 16 - cluster_events with db: cassandra #o new() instanciates but does not start polling
not ok 17 - cluster_events with db: cassandra pub/sub broadcasts on a given channel
# spec/04-invalidations/01-cluster_events_spec.lua @ 80
# Failure message: spec/04-invalidations/01-cluster_events_spec.lua:83: opts.dao is required
ok 18 - cluster_events with db: cassandra pub/sub broadcasts data to subscribers
ok 19 - cluster_events with db: cassandra pub/sub does not broadcast events on the same node
not ok 20 - cluster_events with db: cassandra pub/sub starts interval polling when subscribing
# spec/04-invalidations/01-cluster_events_spec.lua @ 156
# Failure message: spec/04-invalidations/01-cluster_events_spec.lua:157: opts.dao is required
ok 21 - cluster_events with db: cassandra pub/sub applies a poll_offset to lookback potentially missed events
ok 22 - cluster_events with db: cassandra pub/sub handles more than <PAGE_SIZE> events at once
ok 23 - cluster_events with db: cassandra pub/sub runs callbacks in protected mode
ok 24 - cluster_events with db: cassandra pub/sub broadcasts an event with a 'nbf' (not before) field
ok 25 - core entities are invalidated with db: postgres APIs (router) on create
ok 26 - core entities are invalidated with db: postgres APIs (router) on update
ok 27 - core entities are invalidated with db: postgres APIs (router) on delete
ok 28 - core entities are invalidated with db: postgres ssl_certificates / SNIs on certificate/SNI create
ok 29 - core entities are invalidated with db: postgres ssl_certificates / SNIs on SNI delete/re-creation
ok 30 - core entities are invalidated with db: postgres ssl_certificates / SNIs on certificate update
ok 31 - core entities are invalidated with db: postgres ssl_certificates / SNIs on certificate delete
ok 32 - core entities are invalidated with db: postgres plugins per API on create
ok 33 - core entities are invalidated with db: postgres plugins per API on update
ok 34 - core entities are invalidated with db: postgres plugins per API on delete
ok 35 - core entities are invalidated with db: postgres plugins (global) on create
ok 36 - core entities are invalidated with db: postgres plugins (global) on delete
ok 37 - core entities are invalidated with db: cassandra APIs (router) on create
ok 38 - core entities are invalidated with db: cassandra APIs (router) on update
ok 39 - core entities are invalidated with db: cassandra APIs (router) on delete
ok 40 - core entities are invalidated with db: cassandra ssl_certificates / SNIs on certificate/SNI create
ok 41 - core entities are invalidated with db: cassandra ssl_certificates / SNIs on SNI delete/re-creation
ok 42 - core entities are invalidated with db: cassandra ssl_certificates / SNIs on certificate update
ok 43 - core entities are invalidated with db: cassandra ssl_certificates / SNIs on certificate delete
ok 44 - core entities are invalidated with db: cassandra plugins per API on create
ok 45 - core entities are invalidated with db: cassandra plugins per API on update
ok 46 - core entities are invalidated with db: cassandra plugins per API on delete
ok 47 - core entities are invalidated with db: cassandra plugins (global) on create
ok 48 - core entities are invalidated with db: cassandra plugins (global) on delete
1..48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment