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

RPM-568: Add a workflow that verifies PR title #1539

Merged
merged 1 commit into from
Mar 6, 2024

Revert "Revert "Add a workflow that verifies PR title""

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

RPM-568: Add a workflow that verifies PR title #1539

Revert "Revert "Add a workflow that verifies PR title""
5c767dc
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results Dart macos failed Mar 5, 2024 in 1s

Test Results Dart macos ❌

Tests failed

Report Passed Failed Skipped Time
test-results.json 1477✅ 1❌ 21⚪ 362s

Annotations

Check failure on line 180 in test/indexed_test.dart

See this annotation in the file changed.

@github-actions github-actions / Test Results Dart macos

test/indexed_test.dart ► Indexed faster: objectId

Failed test found in:
  test-results.json
Error:
  Expected: a value less than Duration:<0:00:00.215279>
    Actual: Duration:<0:00:00.234732>
     Which: is not a value less than Duration:<0:00:00.215279>
  
Raw output
1000 lookups of WithIndexes  on objectId   : 234 us/lookup
1000 lookups of NoIndexes    on objectId   : 215 us/lookup
package:matcher               expect
test/indexed_test.dart 180:9  main.<fn>