Skip to content

Latest commit

 

History

History
62 lines (62 loc) · 4.13 KB

data-model.org

File metadata and controls

62 lines (62 loc) · 4.13 KB

Common Event Keys

nametypenotes
tstamplongmsec since epoch
threadlongthread id
pidlongprocess id
levelkeyword enumseveriry level
typenamespaced keyworddrive extended interpretation
localsmaplocal bindings
filestringfile path
nssymbolnamespace
linelongline number
bindingsmapdynamic bindings
thread/namestringname of a thread
mseclonga duration
nseclonga duration
countlonga count
tagset of keyword
argslist of anyargs to a fn
returnanyreturn value of a fun
exceptionexceptionan exception
namesymbola name
descriptionstringa non-name characterization of a thing
uuiduuida unique name
messagestringa message

Comment Event Types

typenotes
errorruntime error

Test Event Keys

nametypenotes
test/countlongnumber of tests
test/threadslongnumber of threads
test/seedlongnumeric seed
text/expectedany
test/actualany
test/librarysymbolname of test library

Test Events in c.t.g

namebegin/end tags?countargstest/threadsmseccontextlevel
:test/groupxxinfo
:test/iterxinfo
:test/testxxxinfo
:test/failxwarn
:test/passinfo
:assert/passdebug
:assert/faildebug

Keys particular to c.t.

nametype
c.t/varslist of symbol
c.t/contextslist of string

Test Events in c.t

namebecomesother keys
:pass:assert/pass
:fail:assert/fail:expected, :actual, :message, testing-contexts
:error:error:expected, :actual, :message, testing-contexts
:summary(ignore, do own calc)
:begin/end-test-ns:test/group :begin/:end:ns -> name
:begin/end-test-var:test/test :begin/:end:var -> name