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

*DO NOT MERGE* Test upgrade to ion v1.0.0-rc #424

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

jpschorr
Copy link
Contributor

Test upgrade to ion-rs v1.0.0-rc to provide release candidate feedback.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jpschorr
Copy link
Contributor Author

Only blocker discovered so far is amazon-ion/ion-rust#624

@github-actions
Copy link

Conformance comparison report

Base (d93dfe7) 2f10a30 +/-
% Passing 89.06% 89.06% 0.00%
✅ Passing 5649 5649 0
❌ Failing 694 694 0
🔶 Ignored 0 0 0
Total Tests 6343 6343 0

Number passing in both: 5649

Number failing in both: 694

Number passing in Base (d93dfe7) but now fail: 0

Number failing in Base (d93dfe7) but now pass: 0

@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Patch coverage: 91.83% and project coverage change: -0.05% ⚠️

Comparison is base (191b10e) 81.70% compared to head (4a1280b) 81.65%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
- Coverage   81.70%   81.65%   -0.05%     
==========================================
  Files          62       62              
  Lines       15235    15183      -52     
  Branches    15235    15183      -52     
==========================================
- Hits        12447    12398      -49     
  Misses       2285     2285              
+ Partials      503      500       -3     
Files Changed Coverage Δ
...artiql-conformance-test-generator/src/generator.rs 0.00% <ø> (ø)
partiql-conformance-test-generator/src/reader.rs 0.00% <ø> (ø)
partiql-conformance-test-generator/src/schema.rs 0.00% <ø> (ø)
extension/partiql-extension-ion/src/encode.rs 79.02% <33.33%> (+0.10%) ⬆️
extension/partiql-extension-ion/src/decode.rs 77.50% <45.45%> (+0.07%) ⬆️
...tension/partiql-extension-ion-functions/src/lib.rs 78.83% <100.00%> (+0.47%) ⬆️
extension/partiql-extension-ion/src/lib.rs 98.73% <100.00%> (+0.61%) ⬆️

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

encoding: Encoding,
) -> IonDecodeResult {
let reader = ion_rs::element::element_stream_reader::ElementStreamReader::new(contents);
// Awaiting https://github.com/amazon-ion/ion-rust/issues/624
Copy link
Contributor Author

Choose a reason for hiding this comment

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


// Awaiting https://github.com/amazon-ion/ion-rust/issues/624
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -88,11 +90,15 @@ mod tests {
let decoded_ion_text = decode_ion_text(ion, encoding).expect("decode text expected");
assert_eq!(decoded_ion_text, expected_value);

// Awaiting https://github.com/amazon-ion/ion-rust/issues/624
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -102,73 +108,67 @@ mod tests {
assert_eq!(decoded_encoded_text_value, expected_value);

// round-trip value through element
// Awaiting https://github.com/amazon-ion/ion-rust/issues/624
Copy link
Contributor Author

Choose a reason for hiding this comment

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

let mut encoded_element_value =
encode_ion_element(&expected_value, encoding).expect("encode to element");
assert_eq!(encoded_element_value.len(), 1);
*/

// Awaiting https://github.com/amazon-ion/ion-rust/issues/624
Copy link
Contributor Author

Choose a reason for hiding this comment

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

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.

1 participant