These test both graph shape consistency and single value outputs. Eventually we want to make the graph shape tests more precise, and also verify specific outputs how it used to be. For now, this is okay. Co-authored-by: Samuel Gélineau <gelisam@gmail.com>
38 lines
703 B
Plaintext
38 lines
703 B
Plaintext
-- main.mcl --
|
|
test "t1" {
|
|
stringptr => "this is meta",
|
|
|
|
#Meta => struct{
|
|
# noop => false,
|
|
# retry => -1,
|
|
# retryreset => false,
|
|
# delay => 0,
|
|
# poll => 5,
|
|
# limit => 4.2,
|
|
# burst => 3,
|
|
# reset => false,
|
|
# sema => ["foo:1", "bar:3",],
|
|
# rewatch => false,
|
|
# realize => true,
|
|
# reverse => true,
|
|
# autoedge => true,
|
|
# autogroup => true,
|
|
#},
|
|
Meta:noop => false,
|
|
Meta:retry => -1,
|
|
Meta:retryreset => false,
|
|
Meta:delay => 0,
|
|
Meta:poll => 5,
|
|
Meta:limit => 4.2,
|
|
Meta:burst => 3,
|
|
Meta:reset => false,
|
|
Meta:sema => ["foo:1", "bar:3",],
|
|
Meta:rewatch => false,
|
|
Meta:realize => true,
|
|
Meta:reverse => true,
|
|
Meta:autoedge => true,
|
|
Meta:autogroup => true,
|
|
}
|
|
-- OUTPUT --
|
|
Vertex: test[t1]
|