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

[wip]chore: fix cucumber test #6087

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

SWvheerden
Copy link
Collaborator

Description

makes the last log, a best effort.
If the mutex is held in a another thread which is sometimes is, the lock will fail, failing the entire test, and its just a logging issue.

stringhandler
stringhandler previously approved these changes Jan 19, 2024
@ghpbot-tari-project ghpbot-tari-project added the P-acks_required Process - Requires more ACKs or utACKs label Jan 19, 2024
Copy link

github-actions bot commented Jan 19, 2024

Test Results (Integration tests)

 2 files  + 2  11 suites  +11   28m 51s ⏱️ + 28m 51s
33 tests +33  32 ✅ +32  0 💤 ±0  1 ❌ +1 
34 runs  +34  33 ✅ +33  0 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit a58cff4. ± Comparison against base commit b48a830.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 19, 2024

Test Results (CI)

    3 files    120 suites   33m 21s ⏱️
1 273 tests 1 273 ✅ 0 💤 0 ❌
3 811 runs  3 811 ✅ 0 💤 0 ❌

Results for commit a58cff4.

♻️ This comment has been updated with latest results.

@ghpbot-tari-project ghpbot-tari-project added the P-reviews_required Process - Requires a review from a lead maintainer to be merged label Jan 19, 2024
Comment on lines +129 to +135
// fs::create_dir_all(&test_run_dir).unwrap();
//
// for entry in fs::read_dir(log_dir).unwrap() {
// let file = entry.unwrap();
// fs::copy(file.path(), test_run_dir.join(file.file_name())).unwrap();
// fs::remove_file(file.path()).unwrap();
// }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove this? Is it because of unwrap failing the test?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, same question here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it is related

@SWvheerden SWvheerden changed the title chore: fix cucumber test [wip]chore: fix cucumber test Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-acks_required Process - Requires more ACKs or utACKs P-reviews_required Process - Requires a review from a lead maintainer to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants