flow icon indicating copy to clipboard operation
flow copied to clipboard

Fix sequence-of-sequence

Open andrewdavidmackenzie opened this issue 2 years ago • 3 comments

Running unittests examples/sequence-of-sequences/main.rs (target/debug/examples/sequence_of_sequences-a3af467001d40550)

running 1 test
4d3
< 2
6c5,6
< 3
---
> 2
> 2
test test::test_sequence_of_sequences_example ... FAILED

failures:

---- test::test_sequence_of_sequences_example stdout ----

	Running example: flowr/examples/sequence-of-sequences
		Runner: flowrcli
		STDIN is read from test.stdin
		Arguments are read from test.args
		STDOUT is saved in test.stdout
		STDERR is saved in test.stderr
		File output is saved in test.file
	Command line: 'flowrcli --native manifest.json'
thread 'test::test_sequence_of_sequences_example' panicked at flowr/utilities/src/lib.rs:186:9:
Contents of 'flowr/examples/sequence-of-sequences/test.stdout' doesn't match the expected contents in 'flowr/examples/sequence-of-sequences/expected.stdout'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    test::test_sequence_of_sequences_example

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s

error: test failed, to rerun pass `-p flowr --example sequence-of-sequences`
Error: The process '/home/runner/.cargo/bin/cargo' failed with exit code 101

andrewdavidmackenzie avatar Sep 28 '23 12:09 andrewdavidmackenzie

running 1 test
test test::test_sequence_example ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s

     Running unittests examples/sequence-of-sequences/main.rs (target/debug/examples/sequence_of_sequences-70eb752fe6da0c57)

running 1 test
10d9
< 5
12c11,12
< 6
---
> 5
> 5
test test::test_sequence_of_sequences_example ... FAILED

failures:

---- test::test_sequence_of_sequences_example stdout ----

	Running example: flowr/examples/sequence-of-sequences
		Runner: flowrcli
		STDIN is read from test.stdin
		Arguments are read from test.args
		STDOUT is saved in test.stdout
		STDERR is saved in test.stderr
		File output is saved in test.file
	Command line: 'flowrcli --native manifest.json'
thread 'test::test_sequence_of_sequences_example' panicked at flowr/utilities/src/lib.rs:186:9:
Contents of 'flowr/examples/sequence-of-sequences/test.stdout' doesn't match the expected contents in 'flowr/examples/sequence-of-sequences/expected.stdout'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    test::test_sequence_of_sequences_example

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.08s

andrewdavidmackenzie avatar Oct 09 '23 08:10 andrewdavidmackenzie

Ignore the above error traces, as I have not re-implemented a much simpler sequence flow, in order to reset and start again.

andrewdavidmackenzie avatar Apr 24 '24 15:04 andrewdavidmackenzie

Running unittests examples/sequence-of-sequences/main.rs (target/debug/examples/sequence_of_sequences-b699058bbbd6b9a8)

running 1 test
4a5
> 2
7d7
< 0
8a9,10
> 3
> 4
10d11
< 5
12a14,15
> 5
> 4
14c17
< 7
---
> 2
16a20,22
> 5
> 4
> 8
18c24
< 9
---
> 2
test test::test_sequence_of_sequences_example ... FAILED

failures:

---- test::test_sequence_of_sequences_example stdout ----

        Running example: flowr/examples/sequence-of-sequences
                Runner: flowrcli
                STDIN is read from test.stdin
                Arguments are read from test.args
                STDOUT is saved in test.stdout
                STDERR is saved in test.stderr
                File output is saved in test.file
        Command line: 'flowrcli --native manifest.json'
thread 'test::test_sequence_of_sequences_example' panicked at flowr/utilities/src/lib.rs:186:9:
Contents of 'flowr/examples/sequence-of-sequences/test.stdout' doesn't match the expected contents in 'flowr/examples/sequence-of-sequences/expected.stdout'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

andrewdavidmackenzie avatar Apr 24 '24 15:04 andrewdavidmackenzie