Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix sequence-of-sequence #2061

Open
andrewdavidmackenzie opened this issue Sep 28, 2023 · 3 comments
Open

Fix sequence-of-sequence #2061

andrewdavidmackenzie opened this issue Sep 28, 2023 · 3 comments
Labels

Comments

@andrewdavidmackenzie
Copy link
Owner

andrewdavidmackenzie commented Sep 28, 2023

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
Copy link
Owner Author

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 andrewdavidmackenzie changed the title sequence-of-sequence failures on ubuntu in CI sequence-of-sequence failures in CI on ubuntu and macos Mar 2, 2024
@andrewdavidmackenzie
Copy link
Owner Author

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

@andrewdavidmackenzie
Copy link
Owner Author

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 andrewdavidmackenzie changed the title sequence-of-sequence failures in CI on ubuntu and macos sequence-of-sequence rewrite Apr 25, 2024
@andrewdavidmackenzie andrewdavidmackenzie changed the title sequence-of-sequence rewrite Fix sequence-of-sequence Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant