• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 11289282753
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: skaplun/backport-2.11-fix-integrational
DEFAULT BRANCH: master
Ran 11 Oct 2024 09:06AM UTC
Jobs 1
Files 479
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Oct 2024 08:48AM UTC coverage: 85.955% (+0.02%) from 85.936%
11289282753

push

github

Buristan
test: add additional tests for a strptime()

The testsuite "Datetime string parsing by format (detailed)"
tests parsing of a string with various conversion specifications.
However, `tostring(dt)` is used as a test oracle, and all these
testcases do not test some conversion specifications at all
because the metamethod `__tostring` for the datetime object uses
`:format()` with the default format string.

Due to missed tests for conversion specifications, the behavior
described in #10470 was missed:

```
tarantool> dt = date.parse('Mon', {format = '%a'})
tarantool> dt
---
- 1970-01-01T00:00:00Z
...

tarantool> dt:format('%a')
---
- Thu
...
```

The patch adds tests for `strptime` with all possible conversion
specifications described in strftime(3) [1][2].

1. https://man.freebsd.org/cgi/man.cgi?strftime(3)
2. https://pubs.opengroup.org/onlinepubs/009695399/functions/strptime.html

Follows up #8588
Follows up #6731
Relates to #10470

NO_CHANGELOG=testing
NO_DOC=testing

(cherry picked from commit 109b18df4)

63149 of 114407 branches covered (55.2%)

93995 of 109354 relevant lines covered (85.95%)

2787927.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11289282753.1 11 Oct 2024 09:06AM UTC 0
85.95
GitHub Action Run
Source Files on build 11289282753
Detailed source file information is not available for this build.
  • Back to Repo
  • 5f1e308b on github
  • Prev Build on release/2.11 (#11275321493)
  • Next Build on release/2.11 (#11295628172)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc