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

[chore] Add readonly matrix test. Remove invalid mutability assertions #10632

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

djaglowski
Copy link
Member

The primary objective here was to add new test cases for the graph. However, I found that mutability assertions added in #8634 appear to be nondeterministic. Therefore, important test cases cannot be covered with them in place. This effectively removes the assertions about mutability for now.

@dmitryax, I'm curious if you have better ideas here. I am thinking that perhaps it would be better to have an entirely separate set of test cases which are focused on mutability expectations.

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.71%. Comparing base (73afc25) to head (77da8d1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10632      +/-   ##
==========================================
- Coverage   91.72%   91.71%   -0.02%     
==========================================
  Files         406      406              
  Lines       18950    18950              
==========================================
- Hits        17382    17380       -2     
- Misses       1209     1210       +1     
- Partials      359      360       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@djaglowski djaglowski marked this pull request as ready for review July 17, 2024 13:29
@djaglowski djaglowski requested review from a team and mx-psi July 17, 2024 13:29
@mx-psi mx-psi requested a review from dmitryax July 17, 2024 13:39
Copy link
Contributor

github-actions bot commented Aug 2, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Aug 2, 2024
@djaglowski
Copy link
Member Author

Can we merge this?

@djaglowski djaglowski removed the Stale label Aug 2, 2024
@mx-psi
Copy link
Member

mx-psi commented Aug 2, 2024

I was waiting on @dmitryax, I will merge since this is test only and we can change it easily

@mx-psi mx-psi merged commit afefb74 into open-telemetry:main Aug 2, 2024
50 checks passed
@github-actions github-actions bot added this to the next release milestone Aug 2, 2024
@djaglowski djaglowski deleted the graph-mutate-tests-2 branch August 2, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants