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

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 #44

Merged
merged 1 commit into from
Dec 17, 2024

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4

9d32b74
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 #44

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4
9d32b74
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests succeeded Dec 9, 2024 in 0s

24 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
_fv-az1075-742_2024-12-09_15_57_15.trx 639ms
_fv-az1075-742_2024-12-09_15_57_15[1].trx 24✅ 105s

✅ _fv-az1075-742_2024-12-09_15_57_15.trx

No tests found

✅ _fv-az1075-742_2024-12-09_15_57_15[1].trx

24 tests were completed in 105s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Hyperbee.Migrations.Tests.KeyspaceParserTests 16✅ 9ms
Hyperbee.Migrations.Tests.RunnerTests 7✅ 104s
Hyperbee.Migrations.Tests.StatementTests 1✅ 13ms

✅ Hyperbee.Migrations.Tests.KeyspaceParserTests

✅ Should_parse_1_dimensional_keyspace ("`bucket`")
✅ Should_parse_1_dimensional_keyspace ("bucket")
✅ Should_parse_2_dimensional_keyspace ("`bucket`.`collection`")
✅ Should_parse_2_dimensional_keyspace ("`bucket`.collection")
✅ Should_parse_2_dimensional_keyspace ("bucket.`collection`")
✅ Should_parse_2_dimensional_keyspace ("bucket.collection")
✅ Should_parse_3_dimensional_keyspace ("`bucket`.`scope`.`collection`")
✅ Should_parse_3_dimensional_keyspace ("`bucket`.`scope`.collection")
✅ Should_parse_3_dimensional_keyspace ("`bucket`.scope.`collection`")
✅ Should_parse_3_dimensional_keyspace ("`bucket`.scope.collection")
✅ Should_parse_3_dimensional_keyspace ("bucket.`scope`.`collection`")
✅ Should_parse_3_dimensional_keyspace ("bucket.`scope`.collection")
✅ Should_parse_3_dimensional_keyspace ("bucket.scope.`collection`")
✅ Should_parse_3_dimensional_keyspace ("bucket.scope.collection")
✅ Should_parse_4_dimensional_keyspace ("`namespace`:`bucket`.`scope`.`collection`")
✅ Should_parse_4_dimensional_keyspace ("namespace:bucket.scope.collection")

✅ Hyperbee.Migrations.Tests.RunnerTests

✅ Migration_cron_helper
✅ Migrations_run_with_down_direction
✅ Migrations_run_with_down_direction_to_version
✅ Migrations_run_with_up_direction_in_development
✅ Migrations_run_with_up_direction_in_order
✅ Migrations_run_with_up_direction_to_version
✅ Migrations_run_with_up_direction_with_complex_convention_names

✅ Hyperbee.Migrations.Tests.StatementTests

✅ Evaluate_statements_does_not_throw