Skip to content

Bump Microsoft.Extensions.Logging.Abstractions, MongoDB.Bson and Mong… #194

Bump Microsoft.Extensions.Logging.Abstractions, MongoDB.Bson and Mong…

Bump Microsoft.Extensions.Logging.Abstractions, MongoDB.Bson and Mong… #194

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

24 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
_fv-az1670-334_2024-12-17_16_55_04.trx 590ms
_fv-az1670-334_2024-12-17_16_55_04[1].trx 24✅ 116s

✅ _fv-az1670-334_2024-12-17_16_55_04.trx

No tests found

✅ _fv-az1670-334_2024-12-17_16_55_04[1].trx

24 tests were completed in 116s 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✅ 115s
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