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

exasol / cloud-storage-extension / 391
93%
master: 97%

Build:
Build:
LAST BUILD BRANCH: refs/tags/2.3.0
DEFAULT BRANCH: master
Ran 01 Feb 2021 12:54PM UTC
Jobs 2
Files 37
Run time 3min
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

pending completion
391

push

travis-ci-com

web-flow
#117: Added exasol-testcontainers for integration tests (#119)

## Added data importer integration tests

## Fixed timestamp integration tests

The Parquet and Avro format store long value (the number of milliseconds
since epoch) as timestamp value. Thus no timezone information is encoded
when writing.

However, when we import the files using Exasol UDFs, we construct a Java
`java.sql.Timestamp` object from the milliseconds since epoch, and emit
them into table. At this moment, the Java Timestamp uses the JVM
timezone. It is usually `Europe/Berlin` for instance for the Exasol
docker container. You can the Exasol system timezone using `DBTIMEZONE`
(`SELECT DBTIMEZONE`).

This introduces a difference integration tests, timestamps written in
UTC is returned in Europe/Berlin timezone. Therefore, we shift the
expected values to database timezone.

This issue does not occur in the Orc format because it also encodes the
timezone information in the file so that Orc readers uses that timezone
(https://github.com/apache/orc/pull/249).

## Added nested suites with single docker container stack

836 of 875 relevant lines covered (95.54%)

1.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 391.1 (RELEASE=false) 01 Feb 2021 12:54PM UTC 0
95.54
Travis Job 391.1
2 391.2 (RELEASE=true) 01 Feb 2021 12:57PM UTC 0
95.54
Travis Job 391.2
Source Files on build 391
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #391
  • 012321b4 on github
  • Prev Build on main (#380)
  • Next Build on main (#401)
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