Skip to content

Bump MSTest.TestFramework from 3.6.4 to 3.7.0 #217

Bump MSTest.TestFramework from 3.6.4 to 3.7.0

Bump MSTest.TestFramework from 3.6.4 to 3.7.0 #217

GitHub Actions / Unit Tests succeeded Dec 23, 2024 in 0s

24 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
_fv-az1444-491_2024-12-23_15_14_45.trx 644ms
_fv-az1444-491_2024-12-23_15_14_45[1].trx 24✅ 75s

✅ _fv-az1444-491_2024-12-23_15_14_45.trx

No tests found

✅ _fv-az1444-491_2024-12-23_15_14_45[1].trx

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

Test suite Passed Failed Skipped Time
Hyperbee.Migrations.Tests.KeyspaceParserTests 16✅ 8ms
Hyperbee.Migrations.Tests.RunnerTests 7✅ 74s
Hyperbee.Migrations.Tests.StatementTests 1✅ 12ms

✅ 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